summaryrefslogtreecommitdiff
path: root/telepathy-glib/contact.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-03 13:08:46 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-03 13:08:46 +0100
commit72514214fb4a0708f086951044b7cad293a5fa1c (patch)
tree5f87fc82a25215a4a8741e086136f4d85bc3c302 /telepathy-glib/contact.h
parentd23ad5d02837f526d9ba804e7fb664725151a8b4 (diff)
downloadtelepathy-glib-72514214fb4a0708f086951044b7cad293a5fa1c.tar.gz
Version-annotate tp_contact_is_self too
Diffstat (limited to 'telepathy-glib/contact.h')
-rw-r--r--telepathy-glib/contact.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/contact.h b/telepathy-glib/contact.h
index bcc77bb71..d55ef60d9 100644
--- a/telepathy-glib/contact.h
+++ b/telepathy-glib/contact.h
@@ -79,6 +79,7 @@ TpConnection *tp_contact_get_connection (TpContact *self);
TpHandle tp_contact_get_handle (TpContact *self);
const gchar *tp_contact_get_identifier (TpContact *self);
gboolean tp_contact_has_feature (TpContact *self, TpContactFeature feature);
+_TP_AVAILABLE_IN_0_20
gboolean tp_contact_is_self (TpContact *self);
/* TP_CONTACT_FEATURE_ALIAS */