aboutsummaryrefslogtreecommitdiff
path: root/libindicate
diff options
context:
space:
mode:
Diffstat (limited to 'libindicate')
-rw-r--r--libindicate/server.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/libindicate/server.c b/libindicate/server.c
index 7daedc7..0b46b0a 100644
--- a/libindicate/server.c
+++ b/libindicate/server.c
@@ -368,6 +368,27 @@ indicate_server_remove_indicator (IndicateServer * server, IndicateIndicator * i
return;
}
+void
+indicate_server_set_dbus_object (const gchar * obj)
+{
+ /* TODO */
+ return;
+}
+
+void
+indicate_server_set_desktop_file (IndicateServer * server, const gchar * path)
+{
+ /* TODO */
+ return;
+}
+
+void
+indicate_server_set_type (IndicateServer * server, const gchar * type)
+{
+ /* TODO */
+ return;
+}
+
static IndicateServer * default_indicate_server = NULL;
IndicateServer *