summaryrefslogtreecommitdiff
path: root/gabble
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-06-07 08:54:18 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-06-07 09:03:09 -0300
commit06fcf4fdc02cbb953162463b0a84d22861706ac8 (patch)
tree53d6925eb5034fd3f9fb07567a9ab77bddc27167 /gabble
parent74d34028f2dcd6b9c6fc4c9689f86123fe7e85f1 (diff)
plugin API: gabble_connection_add_sidecar_own_caps now compute the hash and returns it.
gabble_connection_add_sidecar_own_caps now computes the hash and returns it instead of receiving the hash as a param, as all needed info used to compute the hash is already received as params.
Diffstat (limited to 'gabble')
-rw-r--r--gabble/connection.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gabble/connection.h b/gabble/connection.h
index 20d4fb256..c1086f2e9 100644
--- a/gabble/connection.h
+++ b/gabble/connection.h
@@ -50,9 +50,8 @@ void gabble_connection_update_sidecar_capabilities (
GabbleConnection *connection,
GabbleCapabilitySet *add_set,
GabbleCapabilitySet *remove_set);
-void gabble_connection_add_sidecar_own_caps (
+gchar *gabble_connection_add_sidecar_own_caps (
GabbleConnection *connection,
- const gchar *ver,
GabbleCapabilitySet *cap_set,
GPtrArray *identities);