diff options
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 0ab905282..272b66fd8 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -82,11 +82,6 @@ const gchar *empathy_protocol_name_to_display_name (const gchar *proto_name); #define EMPATHY_ARRAY_TYPE_OBJECT (empathy_type_dbus_ao ()) GType empathy_type_dbus_ao (void); -void empathy_signal_connect_weak (gpointer instance, - const gchar *detailed_signal, - GCallback c_handler, - GObject *user_data); - TpAccount * empathy_get_account_for_connection (TpConnection *connection); gboolean empathy_account_manager_get_accounts_connected (gboolean *connecting); |