]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-connection-aggregator.h
Updated Oriya translation
[empathy.git] / libempathy / empathy-connection-aggregator.h
index a6a2726b78db64c730abe0b1fedcf294b9085b88..267b20937236ae04f27b329ce315677bf0e9c330 100644 (file)
@@ -22,8 +22,7 @@
 #define __EMPATHY_CONNECTION_AGGREGATOR_H__
 
 #include <glib-object.h>
-
-#include <telepathy-glib/base-client.h>
+#include <telepathy-glib/telepathy-glib.h>
 
 G_BEGIN_DECLS
 
@@ -61,6 +60,17 @@ GType empathy_connection_aggregator_get_type (void);
 
 EmpathyConnectionAggregator * empathy_connection_aggregator_dup_singleton (void);
 
+GList * empathy_connection_aggregator_get_all_groups (
+    EmpathyConnectionAggregator *self);
+
+GPtrArray * empathy_connection_aggregator_dup_all_contacts (
+    EmpathyConnectionAggregator *self);
+
+void empathy_connection_aggregator_rename_group (
+    EmpathyConnectionAggregator *self,
+    const gchar *old_name,
+    const gchar *new_name);
+
 G_END_DECLS
 
 #endif /* #ifndef __EMPATHY_CONNECTION_AGGREGATOR_H__*/