aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorTravis Reitter <travis.reitter@collabora.co.uk>2011-03-11 14:01:09 +0800
committerTravis Reitter <travis.reitter@collabora.co.uk>2011-03-15 02:46:52 +0800
commitabf8b17d703c071f4fe91c09bac97c09314a2dc0 (patch)
tree5835eee865162e0e91b56cd4526c41ac776573f1 /libempathy/empathy-utils.h
parent07434728e84556fd321ea4a38f828035803ee76b (diff)
downloadgsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar.gz
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar.bz2
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar.lz
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar.xz
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.tar.zst
gsoc2013-empathy-abf8b17d703c071f4fe91c09bac97c09314a2dc0.zip
Adjust for Folks Groupable -> GroupDetails rename
Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks)
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index 6e16f0a77..de879021e 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -108,7 +108,7 @@ void empathy_connect_new_account (TpAccount *account,
TpConnectionPresenceType empathy_folks_presence_type_to_tp (FolksPresenceType type);
gboolean empathy_folks_individual_contains_contact (FolksIndividual *individual);
EmpathyContact * empathy_contact_dup_from_folks_individual (FolksIndividual *individual);
-TpChannelGroupChangeReason tp_channel_group_change_reason_from_folks_groups_change_reason (FolksGroupableChangeReason reason);
+TpChannelGroupChangeReason tp_channel_group_change_reason_from_folks_groups_change_reason (FolksGroupDetailsChangeReason reason);
TpfPersonaStore * empathy_get_persona_store_for_connection (TpConnection *connection);
gboolean empathy_connection_can_add_personas (TpConnection *connection);
gboolean empathy_connection_can_alias_personas (TpConnection *connection);