]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-utils.h
add myself to AUTHORS
[empathy.git] / libempathy / empathy-utils.h
index c6aebb4f28458589c5ae63efa92c735df6a91a7b..97e5e85b7fa9fec1e0687680b0121b7dc199f69f 100644 (file)
@@ -75,10 +75,20 @@ gint        empathy_uint_compare                    (gconstpointer a,
                                                     gconstpointer b);
 
 gchar *empathy_protocol_icon_name (const gchar *protocol);
+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);
+
 G_END_DECLS
 
 #endif /*  __EMPATHY_UTILS_H__ */