diff options
author | Ted Gould <ted@canonical.com> | 2009-04-03 11:28:44 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-03 11:28:44 -0500 |
commit | 303c52b3167cd943a2a84e55f562c39daf1e4d6f (patch) | |
tree | 797361bbbad0b950e3d05429cd41bcf853ef12a0 /libindicate | |
parent | c9b2fe493b538b19ef76c0c5cabdf6ea8bef737f (diff) | |
download | libayatana-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
Diffstat (limited to 'libindicate')
-rw-r--r-- | libindicate/listener.c | 4 |
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) { |