summaryrefslogtreecommitdiff
path: root/telepathy-glib/contact.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-02 17:24:58 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-03 10:34:29 +0200
commitaa611fb0084b0c94f5e3b3c9c7e5ae30b8556c67 (patch)
treeec0bad40258d848c52c798cb805f87f768906e1f /telepathy-glib/contact.h
parent4a0739c2a00b833fdc3a312680686a87c49258a0 (diff)
downloadtelepathy-glib-aa611fb0084b0c94f5e3b3c9c7e5ae30b8556c67.tar.gz
Add tp_contact_is_self()
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 f1dc7b608..16eb40290 100644
--- a/telepathy-glib/contact.h
+++ b/telepathy-glib/contact.h
@@ -77,6 +77,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);
+gboolean tp_contact_is_self (TpContact *self);
/* TP_CONTACT_FEATURE_ALIAS */
const gchar *tp_contact_get_alias (TpContact *self);