aboutsummaryrefslogtreecommitdiff
path: root/libindicate/interests.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-01 15:54:55 -0500
committerTed Gould <ted@canonical.com>2009-04-01 15:54:55 -0500
commit58403a8f18f9463ed95446a1ae227fdb97441900 (patch)
tree5a55a281d9fa0b2a4ee6c1cab2c481c56d96ebff /libindicate/interests.h
parent966a1e53a3544b748d25a4679a8d085bcd916cbd (diff)
downloadlibayatana-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/interests.h')
-rw-r--r--libindicate/interests.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libindicate/interests.h b/libindicate/interests.h
index 1543075..5733199 100644
--- a/libindicate/interests.h
+++ b/libindicate/interests.h
@@ -34,9 +34,9 @@ License version 3 and version 2.1 along with this program. If not, see
G_BEGIN_DECLS
-typedef enum _IndicateServerInterests IndicateServerInterests;
-enum _IndicateServerInterests {
- INDICATE_INTEREST_END, /**< Finishes a list of interests */
+typedef enum _IndicateInterests IndicateInterests;
+enum _IndicateInterests {
+ INDICATE_INTEREST_NONE, /**< We're of no interest */
INDICATE_INTEREST_SERVER_DISPLAY, /**< Displays the server's existance to the user */
INDICATE_INTEREST_SERVER_SIGNAL, /**< Will send signals to the server to be displayed */
INDICATE_INTEREST_INDICATOR_DISPLAY, /**< Displays indicators to the user */