]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-connection-managers.h
Updated Basque language
[empathy.git] / libempathy / empathy-connection-managers.h
index 66107561472eeff98925e7561314471ec22739ce..17289d36dfff7404f7af1da6a230b5ac28192bb2 100644 (file)
@@ -39,11 +39,11 @@ struct _EmpathyConnectionManagers {
     gpointer priv;
 };
 
-GType empathy_connection_managers_get_type(void);
+GType empathy_connection_managers_get_type (void);
 
 /* TYPE MACROS */
 #define EMPATHY_TYPE_CONNECTION_MANAGERS \
-  (empathy_connection_managers_get_type())
+  (empathy_connection_managers_get_type ())
 #define EMPATHY_CONNECTION_MANAGERS(obj) \
   (G_TYPE_CHECK_INSTANCE_CAST((obj), EMPATHY_TYPE_CONNECTION_MANAGERS, \
     EmpathyConnectionManagers))
@@ -66,6 +66,8 @@ void empathy_connection_managers_update (EmpathyConnectionManagers *managers);
 
 GList * empathy_connection_managers_get_cms (
     EmpathyConnectionManagers *managers);
+guint empathy_connection_managers_get_cms_num
+    (EmpathyConnectionManagers *managers);
 
 TpConnectionManager *empathy_connection_managers_get_cm (
   EmpathyConnectionManagers *managers, const gchar *cm);