summaryrefslogtreecommitdiff
path: root/telepathy-glib/contact.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/contact.h')
-rw-r--r--telepathy-glib/contact.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/contact.h b/telepathy-glib/contact.h
index f1dc7b608..412e569a3 100644
--- a/telepathy-glib/contact.h
+++ b/telepathy-glib/contact.h
@@ -26,6 +26,7 @@
#include <telepathy-glib/capabilities.h>
#include <telepathy-glib/connection.h>
+#include <telepathy-glib/defs.h>
#include <telepathy-glib/handle.h>
#include <telepathy-glib/_gen/genums.h>
@@ -72,6 +73,7 @@ typedef enum {
#define TP_CONTACT_FEATURE_INVALID ((TpContactFeature) -1)
/* Basic functionality, always available */
+_TP_AVAILABLE_IN_0_20
TpAccount *tp_contact_get_account (TpContact *self);
TpConnection *tp_contact_get_connection (TpContact *self);
TpHandle tp_contact_get_handle (TpContact *self);
@@ -169,6 +171,7 @@ TpContact *tp_connection_dup_contact_if_possible (TpConnection *connection,
/* TP_CONTACT_FEATURE_CONTACT_BLOCKING */
+_TP_AVAILABLE_IN_0_18
gboolean tp_contact_is_blocked (TpContact *self);
G_END_DECLS