summaryrefslogtreecommitdiff
path: root/telepathy-glib/protocol.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-28 17:01:02 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-28 17:01:02 +0100
commite8c68230750766d6dc1d5594cc898f2d914c91fb (patch)
tree84b0802999bf15fbd1088762e745ab207251a5b7 /telepathy-glib/protocol.h
parentde7f581297e8cc50d5fe9694bbccfb7e131ee009 (diff)
downloadtelepathy-glib-e8c68230750766d6dc1d5594cc898f2d914c91fb.tar.gz
add tp_protocol_new_vardict()
Diffstat (limited to 'telepathy-glib/protocol.h')
-rw-r--r--telepathy-glib/protocol.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/telepathy-glib/protocol.h b/telepathy-glib/protocol.h
index 5d964ea5f..22cf5ff9a 100644
--- a/telepathy-glib/protocol.h
+++ b/telepathy-glib/protocol.h
@@ -81,6 +81,12 @@ TpProtocol *tp_protocol_new (TpDBusDaemon *dbus, const gchar *cm_name,
const gchar *protocol_name, const GHashTable *immutable_properties,
GError **error);
+TpProtocol * tp_protocol_new_vardict (TpDBusDaemon *dbus,
+ const gchar *cm_name,
+ const gchar *protocol_name,
+ GVariant *immutable_properties,
+ GError **error);
+
const gchar *tp_protocol_get_name (TpProtocol *self);
_TP_AVAILABLE_IN_0_20