summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-contact-list.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-03 12:48:10 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-04 15:08:39 +0100
commit45b8e51b72b95646ad855807d0b0f9d89737edf1 (patch)
treed1cb868bd2228a633e458253f595e24ed0eeeca4 /telepathy-glib/connection-contact-list.h
parent252e1801e2f781a0ec8f3732a878fa87cef8402f (diff)
downloadtelepathy-glib-45b8e51b72b95646ad855807d0b0f9d89737edf1.tar.gz
Add TP_CONNECTION_FEATURE_CONTACT_LIST_PROPERTIES
This feature is now a dependency on TP_CONNECTION_FEATURE_CONTACT_LIST so it will be automatically prepared when preparing TP_CONNECTION_FEATURE_CONTACT_LIST (so we don't break existing code) https://bugs.freedesktop.org/show_bug.cgi?id=42546
Diffstat (limited to 'telepathy-glib/connection-contact-list.h')
-rw-r--r--telepathy-glib/connection-contact-list.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/connection-contact-list.h b/telepathy-glib/connection-contact-list.h
index d04ba45bf..ec3ee5c7d 100644
--- a/telepathy-glib/connection-contact-list.h
+++ b/telepathy-glib/connection-contact-list.h
@@ -31,6 +31,10 @@ G_BEGIN_DECLS
(tp_connection_get_feature_quark_contact_list ())
GQuark tp_connection_get_feature_quark_contact_list (void) G_GNUC_CONST;
+#define TP_CONNECTION_FEATURE_CONTACT_LIST_PROPERTIES \
+ (tp_connection_get_feature_quark_contact_list_properties ())
+GQuark tp_connection_get_feature_quark_contact_list_properties (void) G_GNUC_CONST;
+
TpContactListState tp_connection_get_contact_list_state (TpConnection *self);
gboolean tp_connection_get_contact_list_persists (TpConnection *self);
gboolean tp_connection_get_can_change_contact_list (TpConnection *self);