aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorTravis Reitter <treitter@gmail.com>2010-07-13 08:12:14 +0800
committerTravis Reitter <treitter@gmail.com>2010-07-21 07:12:37 +0800
commite135f5a5112058e61bb20357f34f69e63a4cc942 (patch)
tree04ec078f51efa7985d8f5e5931af3f38e9691d53 /libempathy/empathy-utils.h
parentfaa4b2c9106b84c7c083c9ef2763dbd0e6892998 (diff)
downloadgsoc2013-empathy-e135f5a5112058e61bb20357f34f69e63a4cc942.tar
gsoc2013-empathy-e135f5a5112058e61bb20357f34f69e63a4cc942.tar.gz
gsoc2013-empathy-e135f5a5112058e61bb20357f34f69e63a4cc942.tar.bz2
gsoc2013-empathy-e135f5a5112058e61bb20357f34f69e63a4cc942.tar.lz
gsoc2013-empathy-e135f5a5112058e61bb20357f34f69e63a4cc942.tar.xz
gsoc2013-empathy-e135f5a5112058e61bb20357f34f69e63a4cc942.tar.zst
gsoc2013-empathy-e135f5a5112058e61bb20357f34f69e63a4cc942.zip
Update to the FolksIndividualAggregator:individuals-changed signal.
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index 3168d1516..f35d9e5c3 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -94,6 +94,7 @@ TpConnectionPresenceType empathy_folks_presence_type_to_tp (FolksPresenceType ty
gboolean empathy_folks_individual_contains_contact (FolksIndividual *individual);
EmpathyContact * empathy_contact_dup_from_folks_individual (FolksIndividual *individual);
FolksIndividual *folks_individual_dup_from_empathy_contact (EmpathyContact *contact);
+TpChannelGroupChangeReason tp_chanel_group_change_reason_from_folks_groups_change_reason (FolksGroupsChangeReason reason);
G_END_DECLS