[next] telepathy-glib: pass a TpContactGroupList to methods dealing with groups

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Mon May 26 06:16:25 PDT 2014


Module: telepathy-glib
Branch: next
Commit: 4889f8e4dbd845bd07feb7236034552c8df05a51
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=4889f8e4dbd845bd07feb7236034552c8df05a51

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Mon May 19 11:43:17 2014 +0200

pass a TpContactGroupList to methods dealing with groups

It's now an error to pass an object not implementing
TP_TYPE_CONTACT_GROUP_LIST to these two functions:
- tp_base_contact_list_normalize_group: only called internally from function
assuming the iface was implemented
- tp_base_contact_list_has_disjoint_groups: we were already checking if the
iface was implemented before calling it.

---

 .../telepathy-glib/telepathy-glib-sections.txt     |    2 +-
 examples/cm/contactlist/contact-list.c             |    2 +-
 telepathy-glib/base-contact-list.c                 |  111 +++++++++++---------
 telepathy-glib/base-contact-list.h                 |   16 +--
 4 files changed, 71 insertions(+), 60 deletions(-)

Diff:   http://cgit.freedesktop.org/telepathy/telepathy-glib/diff/?id=4889f8e4dbd845bd07feb7236034552c8df05a51


More information about the telepathy-commits mailing list