From 5a03a064a9555b630674d661ba6296e7f8137c02 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 10 Feb 2009 15:19:02 -0600 Subject: Adding in functions to match the prototypes. --- libindicate/server.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 * -- cgit v1.2.3