diff options
Diffstat (limited to 'libempathy/empathy-tp-group.h')
-rw-r--r-- | libempathy/empathy-tp-group.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-group.h b/libempathy/empathy-tp-group.h index b8eb2e1c0..93ffd5281 100644 --- a/libempathy/empathy-tp-group.h +++ b/libempathy/empathy-tp-group.h @@ -83,6 +83,7 @@ const gchar * empathy_tp_group_get_object_path (EmpathyTpGroup *gr TpChan * empathy_tp_group_get_channel (EmpathyTpGroup *group); gboolean empathy_tp_group_is_member (EmpathyTpGroup *group, EmpathyContact *contact); +gboolean empathy_tp_group_is_ready (EmpathyTpGroup *group); EmpathyPendingInfo *empathy_pending_info_new (EmpathyContact *member, EmpathyContact *actor, const gchar *message); |