diff options
author | Ted Gould <ted@canonical.com> | 2009-02-10 15:19:02 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-10 15:19:02 -0600 |
commit | 5a03a064a9555b630674d661ba6296e7f8137c02 (patch) | |
tree | 2b15e92d16a9d23691ee1e5467b107ce08262e19 /libindicate | |
parent | c6eab162d9397b44d26943e5e3fbf4ffe70aa8f7 (diff) | |
download | libayatana-indicator-5a03a064a9555b630674d661ba6296e7f8137c02.tar.gz libayatana-indicator-5a03a064a9555b630674d661ba6296e7f8137c02.tar.bz2 libayatana-indicator-5a03a064a9555b630674d661ba6296e7f8137c02.zip |
Adding in functions to match the prototypes.
Diffstat (limited to 'libindicate')
-rw-r--r-- | libindicate/server.c | 21 |
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 * |