aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-03 11:28:44 -0500
committerTed Gould <ted@canonical.com>2009-04-03 11:28:44 -0500
commit303c52b3167cd943a2a84e55f562c39daf1e4d6f (patch)
tree797361bbbad0b950e3d05429cd41bcf853ef12a0
parentc9b2fe493b538b19ef76c0c5cabdf6ea8bef737f (diff)
downloadlibayatana-indicator-303c52b3167cd943a2a84e55f562c39daf1e4d6f.tar.gz
libayatana-indicator-303c52b3167cd943a2a84e55f562c39daf1e4d6f.tar.bz2
libayatana-indicator-303c52b3167cd943a2a84e55f562c39daf1e4d6f.zip
Cleaning up the exported symbols, make sure that 'get_type_cb' isn't exported
-rw-r--r--libindicate/listener.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libindicate/listener.c b/libindicate/listener.c
index 858c63b..da2aa9f 100644
--- a/libindicate/listener.c
+++ b/libindicate/listener.c
@@ -121,7 +121,7 @@ static void proxy_struct_destroy (gpointer data);
static void build_todo_list_cb (DBusGProxy * proxy, char ** names, GError * error, void * data);
static void todo_list_add (const gchar * name, DBusGProxy * proxy, IndicateListener * listener, gboolean startup);
static gboolean todo_idle (gpointer data);
-void get_type_cb (IndicateListener * listener, IndicateListenerServer * server, gchar * type, gpointer data);
+static void get_type_cb (IndicateListener * listener, IndicateListenerServer * server, gchar * type, gpointer data);
static void proxy_server_added (DBusGProxy * proxy, const gchar * type, proxy_t * proxyt);
static void proxy_indicator_added (DBusGProxy * proxy, guint id, const gchar * type, proxy_t * proxyt);
static void proxy_indicator_removed (DBusGProxy * proxy, guint id, const gchar * type, proxy_t * proxyt);
@@ -503,7 +503,7 @@ todo_idle (gpointer data)
return TRUE;
}
-void
+static void
get_type_cb (IndicateListener * listener, IndicateListenerServer * server, gchar * type, gpointer data)
{
if (type == NULL) {