aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-02-25 15:33:32 -0600
committerTed Gould <ted@canonical.com>2009-02-25 15:33:32 -0600
commitd5ba977e05b34e40115a976febd47e14d0f1afd1 (patch)
treec47da4e3644c930c13a71f73685a52863b7100cc
parentcb288de59d9cbbbcb80744ca6c5ff1390a5305c3 (diff)
downloadlibayatana-indicator-d5ba977e05b34e40115a976febd47e14d0f1afd1.tar.gz
libayatana-indicator-d5ba977e05b34e40115a976febd47e14d0f1afd1.tar.bz2
libayatana-indicator-d5ba977e05b34e40115a976febd47e14d0f1afd1.zip
Linking in the build interfaces, needed a temporary function to get linking right
-rw-r--r--libindicate/listener.c9
-rw-r--r--libindicate/listener.h1
2 files changed, 10 insertions, 0 deletions
diff --git a/libindicate/listener.c b/libindicate/listener.c
index 747c9f8..b786552 100644
--- a/libindicate/listener.c
+++ b/libindicate/listener.c
@@ -31,6 +31,8 @@ License version 3 and version 2.1 along with this program. If not, see
#include "listener-marshal.h"
#include <dbus/dbus-glib-bindings.h>
#include "dbus-indicate-client.h"
+#include "dbus-listener-client.h"
+#include "dbus-listener-server.h"
/* Errors */
enum {
@@ -791,6 +793,13 @@ indicate_listener_get_property_icon (IndicateListener * listener, IndicateListen
return get_property_helper(listener, server, indicator, property, G_CALLBACK(callback), data, PROPERTY_TYPE_ICON);
}
+gboolean
+indicate_listener_get_indicator_servers (IndicateListener * listener, GList * servers)
+{
+
+
+}
+
static void
listener_display_cb (DBusGProxy *proxy, GError *error, gpointer userdata)
{
diff --git a/libindicate/listener.h b/libindicate/listener.h
index ed40630..f931b04 100644
--- a/libindicate/listener.h
+++ b/libindicate/listener.h
@@ -109,6 +109,7 @@ void indicate_listener_get_property_icon (IndicateListener * l
void indicate_listener_display (IndicateListener * listener,
IndicateListenerServer * server,
IndicateListenerIndicator * indicator);
+gboolean indicate_listener_get_indicator_servers (IndicateListener * listener, GList * servers);
void indicate_listener_server_get_type (IndicateListener * listener,
IndicateListenerServer * server,
indicate_listener_get_server_property_cb callback,