diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-12 17:40:14 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-12 17:40:14 +0800 |
commit | a278a9f7441876f7f7015097bd954bb24fb712bb (patch) | |
tree | 430267bcfb3cbc00996681fb2524a341245f61e4 /libempathy/empathy-tp-group.h | |
parent | f624a1e6fe086b07e66c6b3aaa6d959304d95590 (diff) | |
download | gsoc2013-empathy-a278a9f7441876f7f7015097bd954bb24fb712bb.tar gsoc2013-empathy-a278a9f7441876f7f7015097bd954bb24fb712bb.tar.gz gsoc2013-empathy-a278a9f7441876f7f7015097bd954bb24fb712bb.tar.bz2 gsoc2013-empathy-a278a9f7441876f7f7015097bd954bb24fb712bb.tar.lz gsoc2013-empathy-a278a9f7441876f7f7015097bd954bb24fb712bb.tar.xz gsoc2013-empathy-a278a9f7441876f7f7015097bd954bb24fb712bb.tar.zst gsoc2013-empathy-a278a9f7441876f7f7015097bd954bb24fb712bb.zip |
add empathy_tp_group_get_flags (Guillaume Desmottes)
svn path=/trunk/; revision=1960
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 bbd4b84f9..4a60bfc69 100644 --- a/libempathy/empathy-tp-group.h +++ b/libempathy/empathy-tp-group.h @@ -86,6 +86,7 @@ EmpathyPendingInfo *empathy_pending_info_new (EmpathyContact *me EmpathyContact *actor, const gchar *message); void empathy_pending_info_free (EmpathyPendingInfo *info); +TpChannelGroupFlags empathy_tp_group_get_flags (EmpathyTpGroup *group); G_END_DECLS |