aboutsummaryrefslogtreecommitdiff
path: root/libindicate
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-02-10 15:28:54 -0600
committerTed Gould <ted@canonical.com>2009-02-10 15:28:54 -0600
commit0fcfc2be936f31c531c5f6ddea00fbc8bc083523 (patch)
tree041adb2cdfd963f7fc05eb2122c9779f50fd852b /libindicate
parent5a03a064a9555b630674d661ba6296e7f8137c02 (diff)
downloadlibayatana-indicator-0fcfc2be936f31c531c5f6ddea00fbc8bc083523.tar.gz
libayatana-indicator-0fcfc2be936f31c531c5f6ddea00fbc8bc083523.tar.bz2
libayatana-indicator-0fcfc2be936f31c531c5f6ddea00fbc8bc083523.zip
Adding in real functions to match the prototypes.
Diffstat (limited to 'libindicate')
-rw-r--r--libindicate/listener.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/libindicate/listener.c b/libindicate/listener.c
index 2904e62..44f4377 100644
--- a/libindicate/listener.c
+++ b/libindicate/listener.c
@@ -645,3 +645,19 @@ indicate_listener_display (IndicateListener * listener, IndicateListenerServer *
return;
}
+
+void
+indicate_listener_get_type (IndicateListener * listener, IndicateListenerServer * server, indicate_listener_get_type_cb callback, gpointer data)
+{
+
+
+
+}
+
+void
+indicate_listener_get_desktop (IndicateListener * listener, IndicateListenerServer * server, indicate_listener_get_desktop_cb callback, gpointer data)
+{
+
+
+
+}