diff options
author | Ted Gould <ted@canonical.com> | 2009-04-01 15:54:55 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-01 15:54:55 -0500 |
commit | 58403a8f18f9463ed95446a1ae227fdb97441900 (patch) | |
tree | 5a55a281d9fa0b2a4ee6c1cab2c481c56d96ebff /libindicate/indicate-interface.xml | |
parent | 966a1e53a3544b748d25a4679a8d085bcd916cbd (diff) | |
download | libayatana-indicator-58403a8f18f9463ed95446a1ae227fdb97441900.tar.gz libayatana-indicator-58403a8f18f9463ed95446a1ae227fdb97441900.tar.bz2 libayatana-indicator-58403a8f18f9463ed95446a1ae227fdb97441900.zip |
Adding new functions show_interest and remove_interest into the API. Now to fill in the backend.
Diffstat (limited to 'libindicate/indicate-interface.xml')
-rw-r--r-- | libindicate/indicate-interface.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libindicate/indicate-interface.xml b/libindicate/indicate-interface.xml index 102df12..9a58f74 100644 --- a/libindicate/indicate-interface.xml +++ b/libindicate/indicate-interface.xml @@ -66,6 +66,12 @@ License version 3 and version 2.1 along with this program. If not, see <method name="ShowIndicatorToUser"> <arg type="u" name="id" direction="in" /> </method> + <method name="ShowInterest"> + <arg type="s" name="interest" direction="in" /> + </method> + <method name="RemoveInterest"> + <arg type="s" name="interest" direction="in" /> + </method> <!-- Signals --> |