From 69f4cb22dcefd39cadcbe274b1896b06a3eadc15 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 13 Feb 2012 14:19:28 +0100 Subject: add empathy_connection_aggregator_rename_group() https://bugzilla.gnome.org/show_bug.cgi?id=501065 --- libempathy/empathy-connection-aggregator.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libempathy/empathy-connection-aggregator.h') diff --git a/libempathy/empathy-connection-aggregator.h b/libempathy/empathy-connection-aggregator.h index c21c04dec..5f85193c9 100644 --- a/libempathy/empathy-connection-aggregator.h +++ b/libempathy/empathy-connection-aggregator.h @@ -67,6 +67,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__*/ -- cgit v1.2.3