diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-07-19 18:34:46 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-07-19 18:34:46 +0100 |
commit | d12d287503be60563f505d2e99683d23db821bae (patch) | |
tree | eaebaa696749b7d6328bd5db236e25db61809856 /telepathy-glib/base-contact-list.h | |
parent | 529f03d26da79e1e9317604eb889a6b34de6aca2 (diff) | |
download | telepathy-glib-d12d287503be60563f505d2e99683d23db821bae.tar.gz |
Add tp_base_contact_list_get_state, tp_base_contact_list_get_connection
Diffstat (limited to 'telepathy-glib/base-contact-list.h')
-rw-r--r-- | telepathy-glib/base-contact-list.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/base-contact-list.h b/telepathy-glib/base-contact-list.h index b576620d5..4cd0be03b 100644 --- a/telepathy-glib/base-contact-list.h +++ b/telepathy-glib/base-contact-list.h @@ -60,6 +60,10 @@ GType tp_base_contact_list_get_type (void); /* ---- Utility stuff which subclasses can use ---- */ +TpContactListState tp_base_contact_list_get_state (TpBaseContactList *self, + GError **error); +TpBaseConnection *tp_base_contact_list_get_connection ( + TpBaseContactList *self, GError **error); gboolean tp_base_contact_list_check_still_usable (TpBaseContactList *self, GError **error); |