]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-connection-aggregator.h
Updated Oriya translation
[empathy.git] / libempathy / empathy-connection-aggregator.h
index c21c04dec8d6dd881930b4adba662750485b2599..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
 
@@ -67,6 +66,11 @@ GList * empathy_connection_aggregator_get_all_groups (
 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__*/