summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-protocol.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-03-08 20:59:30 +0000
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-06-29 20:31:56 -0300
commitcd6b9d5e2e5584a39a56a93a865b334e84939a2d (patch)
treeff5ee7735ee432af02bce0c77bcb2653c0e95009 /telepathy-glib/base-protocol.h
parent0c6c3d812f9eec55c7d180469929e8278e27eafa (diff)
downloadtelepathy-glib-cd6b9d5e2e5584a39a56a93a865b334e84939a2d.tar.gz
TpBaseProtocol: implement the Protocol D-Bus methods
Diffstat (limited to 'telepathy-glib/base-protocol.h')
-rw-r--r--telepathy-glib/base-protocol.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/telepathy-glib/base-protocol.h b/telepathy-glib/base-protocol.h
index 1b89dc8ea..4662cbdfc 100644
--- a/telepathy-glib/base-protocol.h
+++ b/telepathy-glib/base-protocol.h
@@ -107,6 +107,12 @@ struct _TpBaseProtocolClass
TpBaseConnection *(*new_connection) (TpBaseProtocol *self,
GHashTable *asv,
GError **error);
+ gchar *(*normalize_contact) (TpBaseProtocol *self,
+ const gchar *contact,
+ GError **error);
+ gchar *(*identify_account) (TpBaseProtocol *self,
+ GHashTable *asv,
+ GError **error);
/*<private>*/
GCallback padding[8];