summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-contact-list.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-19 18:34:46 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-19 18:34:46 +0100
commitd12d287503be60563f505d2e99683d23db821bae (patch)
treeeaebaa696749b7d6328bd5db236e25db61809856 /telepathy-glib/base-contact-list.h
parent529f03d26da79e1e9317604eb889a6b34de6aca2 (diff)
downloadtelepathy-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.h4
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);