summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-contact-list.h
diff options
context:
space:
mode:
authorAlban Crequy <alban.crequy@collabora.co.uk>2012-03-20 11:58:50 +0000
committerAlban Crequy <alban.crequy@collabora.co.uk>2012-03-27 17:46:48 +0100
commit3e0b118737007410230ba5ada721747a8818eeea (patch)
treeed296bb29db1e9a68d7fc06b818983b9961ae262 /telepathy-glib/base-contact-list.h
parent8bde24822f73aeb9ec66f719d3066673d41d1c08 (diff)
downloadtelepathy-glib-3e0b118737007410230ba5ada721747a8818eeea.tar.gz
ContactList: implement helper tp_base_contact_list_get_download_at_connection
https://bugs.freedesktop.org/show_bug.cgi?id=43826
Diffstat (limited to 'telepathy-glib/base-contact-list.h')
-rw-r--r--telepathy-glib/base-contact-list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/base-contact-list.h b/telepathy-glib/base-contact-list.h
index bc9b59912..18b8d2acc 100644
--- a/telepathy-glib/base-contact-list.h
+++ b/telepathy-glib/base-contact-list.h
@@ -64,6 +64,8 @@ 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_get_download_at_connection (
+ TpBaseContactList *self);
/* ---- Called by subclasses for ContactList (or both) ---- */