summaryrefslogtreecommitdiff
path: root/gabble
diff options
context:
space:
mode:
authorAlban Crequy <alban.crequy@collabora.co.uk>2011-12-07 13:19:22 +0000
committerAlban Crequy <alban.crequy@collabora.co.uk>2011-12-07 18:42:54 +0000
commite61ea6b4baa4080e072f69699bc876c762797b5d (patch)
tree5024b2bc91b3eeb27ddac6cf5eb99267604e0b03 /gabble
parenta7740569c39532c1e508ff707ddecadbcd5acd0b (diff)
Add gabble_connection_add_sidecar_own_caps_full() with dataforms
https://bugs.freedesktop.org/show_bug.cgi?id=43588
Diffstat (limited to 'gabble')
-rw-r--r--gabble/connection.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gabble/connection.h b/gabble/connection.h
index 0c946cf1f..1d7dccad9 100644
--- a/gabble/connection.h
+++ b/gabble/connection.h
@@ -57,6 +57,11 @@ gchar *gabble_connection_add_sidecar_own_caps (
GabbleConnection *connection,
const GabbleCapabilitySet *cap_set,
const GPtrArray *identities) G_GNUC_WARN_UNUSED_RESULT;
+gchar *gabble_connection_add_sidecar_own_caps_full (
+ GabbleConnection *connection,
+ const GabbleCapabilitySet *cap_set,
+ const GPtrArray *identities,
+ GPtrArray *data_forms) G_GNUC_WARN_UNUSED_RESULT;
WockySession *gabble_connection_get_session (
GabbleConnection *connection);