aboutsummaryrefslogtreecommitdiff
path: root/libindicate/server.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-02-11 20:32:31 -0600
committerTed Gould <ted@canonical.com>2009-02-11 20:32:31 -0600
commitfe7b7c483347e7f6437978716e501de43c12a346 (patch)
tree4fd4b828fc2b91f4d72c9780d660001fa50f54d1 /libindicate/server.h
parent7e01f3aa1892aef74ac2d0a2323ffd277d29f35d (diff)
parent2f2fdfe9a4e312dde374e000a02dd61e8a40c608 (diff)
downloadlibayatana-indicator-fe7b7c483347e7f6437978716e501de43c12a346.tar.gz
libayatana-indicator-fe7b7c483347e7f6437978716e501de43c12a346.tar.bz2
libayatana-indicator-fe7b7c483347e7f6437978716e501de43c12a346.zip
Merging in the changes to make it so that properties work right, get
handled properly by the listener and have convience functions. Also lots of little important cleanups.
Diffstat (limited to 'libindicate/server.h')
-rw-r--r--libindicate/server.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libindicate/server.h b/libindicate/server.h
index 9347f16..4e3c931 100644
--- a/libindicate/server.h
+++ b/libindicate/server.h
@@ -83,7 +83,8 @@ void indicate_server_set_dbus_object (const gchar * obj);
/* Sets the desktop file to get data like name and description
* out of */
-void indicate_server_set_desktop_file (const gchar * path);
+void indicate_server_set_desktop_file (IndicateServer * server, const gchar * path);
+void indicate_server_set_type (IndicateServer * server, const gchar * type);
/* Show and hide the server on DBus, this allows for the server to
* be created, change the object, and then shown. If for some
@@ -99,6 +100,7 @@ void indicate_server_remove_indicator (IndicateServer * server, IndicateIndicato
IndicateServer * indicate_server_ref_default (void);
void indicate_server_set_default (IndicateServer * server);
+
/* DBus API */
gboolean indicate_server_get_indicator_count (IndicateServer * server, guint * count, GError **error);
gboolean indicate_server_get_indicator_count_by_type (IndicateServer * server, gchar * type, guint * count, GError **error);