summaryrefslogtreecommitdiff
path: root/telepathy-glib/contact-internal.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-internal.h
parent4a0739c2a00b833fdc3a312680686a87c49258a0 (diff)
downloadtelepathy-glib-aa611fb0084b0c94f5e3b3c9c7e5ae30b8556c67.tar.gz
Add tp_contact_is_self()
Diffstat (limited to 'telepathy-glib/contact-internal.h')
-rw-r--r--telepathy-glib/contact-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/contact-internal.h b/telepathy-glib/contact-internal.h
index fde16cd19..9e0daadf8 100644
--- a/telepathy-glib/contact-internal.h
+++ b/telepathy-glib/contact-internal.h
@@ -44,6 +44,9 @@ void _tp_contact_set_subscription_states (TpContact *self,
void _tp_contact_set_is_blocked (TpContact *self,
gboolean is_blocked);
+void _tp_contact_set_is_self (TpContact *self,
+ gboolean is_self);
+
G_END_DECLS
#endif