summaryrefslogtreecommitdiff
path: root/telepathy-glib/protocol.h
diff options
context:
space:
mode:
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