diff options
author | Ted Gould <ted@canonical.com> | 2009-02-10 15:28:54 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-10 15:28:54 -0600 |
commit | 0fcfc2be936f31c531c5f6ddea00fbc8bc083523 (patch) | |
tree | 041adb2cdfd963f7fc05eb2122c9779f50fd852b | |
parent | 5a03a064a9555b630674d661ba6296e7f8137c02 (diff) | |
download | libayatana-indicator-0fcfc2be936f31c531c5f6ddea00fbc8bc083523.tar.gz libayatana-indicator-0fcfc2be936f31c531c5f6ddea00fbc8bc083523.tar.bz2 libayatana-indicator-0fcfc2be936f31c531c5f6ddea00fbc8bc083523.zip |
Adding in real functions to match the prototypes.
-rw-r--r-- | libindicate/listener.c | 16 |
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) +{ + + + +} |