aboutsummaryrefslogtreecommitdiff
path: root/libindicate/server.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-07 22:25:24 -0500
committerTed Gould <ted@canonical.com>2009-04-07 22:25:24 -0500
commita8ab75df408384d4dc0995ac00db27c4fbb46c76 (patch)
treecc74c0de021d6ad30b06e81b715524a44146be2d /libindicate/server.h
parent13aa4e53918e0dc6cbc90e01ce0297ad18bc6aaf (diff)
parentc1955c5ca3f460f0ac8fc7de84325345b60b8919 (diff)
downloadlibayatana-indicator-a8ab75df408384d4dc0995ac00db27c4fbb46c76.tar.gz
libayatana-indicator-a8ab75df408384d4dc0995ac00db27c4fbb46c76.tar.bz2
libayatana-indicator-a8ab75df408384d4dc0995ac00db27c4fbb46c76.zip
Lots of fixes from trunk
Diffstat (limited to 'libindicate/server.h')
-rw-r--r--libindicate/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicate/server.h b/libindicate/server.h
index 0db5bef..cfb4334 100644
--- a/libindicate/server.h
+++ b/libindicate/server.h
@@ -80,7 +80,7 @@ struct _IndicateServerClass {
gboolean (*get_indicator_count) (IndicateServer * server, guint * count, GError **error);
gboolean (*get_indicator_count_by_type) (IndicateServer * server, gchar * type, guint * count, GError **error);
gboolean (*get_indicator_list) (IndicateServer * server, GArray ** indicators, GError ** error);
- gboolean (*get_indicator_list_by_type) (IndicateServer * server, gchar * type, guint ** indicators, GError ** error);
+ gboolean (*get_indicator_list_by_type) (IndicateServer * server, gchar * type, GArray ** indicators, GError ** error);
gboolean (*get_indicator_property) (IndicateServer * server, guint id, gchar * property, gchar ** value, GError **error);
gboolean (*get_indicator_property_group) (IndicateServer * server, guint id, GPtrArray * properties, gchar *** value, GError **error);
gboolean (*get_indicator_properties) (IndicateServer * server, guint id, gchar *** properties, GError **error);