diff options
author | Ted Gould <ted@canonical.com> | 2009-01-09 16:24:57 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-09 16:24:57 -0600 |
commit | 57b3f5814a7059fb382b377610b58703af6359b0 (patch) | |
tree | 9688d5592bb15bd57702dc04aae6b2d68edb17c3 /libindicate/server.h | |
parent | f8ca55562f8b06ac5358cc54ffd1b272db7110de (diff) | |
download | libayatana-indicator-57b3f5814a7059fb382b377610b58703af6359b0.tar.gz libayatana-indicator-57b3f5814a7059fb382b377610b58703af6359b0.tar.bz2 libayatana-indicator-57b3f5814a7059fb382b377610b58703af6359b0.zip |
Setting up the singleton nature of the server, and allow setting it.
Diffstat (limited to 'libindicate/server.h')
-rw-r--r-- | libindicate/server.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libindicate/server.h b/libindicate/server.h index 19a92a4..159bcd7 100644 --- a/libindicate/server.h +++ b/libindicate/server.h @@ -58,6 +58,9 @@ void indicate_server_hide (IndicateServer * server); void indicator_server_add_indicator (IndicateServer * server, IndicateIndicator * indicator); void indicator_server_remove_indicator (IndicateServer * server, IndicateIndicator * indicator); +IndicateServer * indicate_server_ref_default (void); +void indicate_server_set_default (IndicateServer * server); + /* DBus API */ gboolean indicate_server_get_desktop (IndicateServer * server, gchar ** desktop_path, GError **error); gboolean indicate_server_get_indicator_count (IndicateServer * server, guint * count, GError **error); |