aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-connection-aggregator.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-13 21:19:28 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-20 17:33:08 +0800
commit69f4cb22dcefd39cadcbe274b1896b06a3eadc15 (patch)
tree635e1efa4902855edb202c2adc9d62ccf811a94d /libempathy/empathy-connection-aggregator.h
parenteb6f86cc365f373851b52a11e06578374d0af9d2 (diff)
downloadgsoc2013-empathy-69f4cb22dcefd39cadcbe274b1896b06a3eadc15.tar
gsoc2013-empathy-69f4cb22dcefd39cadcbe274b1896b06a3eadc15.tar.gz
gsoc2013-empathy-69f4cb22dcefd39cadcbe274b1896b06a3eadc15.tar.bz2
gsoc2013-empathy-69f4cb22dcefd39cadcbe274b1896b06a3eadc15.tar.lz
gsoc2013-empathy-69f4cb22dcefd39cadcbe274b1896b06a3eadc15.tar.xz
gsoc2013-empathy-69f4cb22dcefd39cadcbe274b1896b06a3eadc15.tar.zst
gsoc2013-empathy-69f4cb22dcefd39cadcbe274b1896b06a3eadc15.zip
add empathy_connection_aggregator_rename_group()
https://bugzilla.gnome.org/show_bug.cgi?id=501065
Diffstat (limited to 'libempathy/empathy-connection-aggregator.h')
-rw-r--r--libempathy/empathy-connection-aggregator.h5
1 files changed, 5 insertions, 0 deletions
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__*/