summaryrefslogtreecommitdiff
path: root/salut
diff options
context:
space:
mode:
Diffstat (limited to 'salut')
-rw-r--r--salut/caps-channel-manager.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/salut/caps-channel-manager.h b/salut/caps-channel-manager.h
index e5623bbf..4e0d561d 100644
--- a/salut/caps-channel-manager.h
+++ b/salut/caps-channel-manager.h
@@ -71,7 +71,8 @@ typedef void (*GabbleCapsChannelManagerRepresentClientFunc) (
const gchar *client_name,
const GPtrArray *filters,
const gchar * const *cap_tokens,
- GabbleCapabilitySet *cap_set);
+ GabbleCapabilitySet *cap_set,
+ GPtrArray *data_forms);
void gabble_caps_channel_manager_reset_capabilities (
GabbleCapsChannelManager *caps_manager);
@@ -87,7 +88,8 @@ void gabble_caps_channel_manager_represent_client (
const gchar *client_name,
const GPtrArray *filters,
const gchar * const *cap_tokens,
- GabbleCapabilitySet *cap_set);
+ GabbleCapabilitySet *cap_set,
+ GPtrArray *data_forms);
struct _GabbleCapsChannelManagerIface {
GTypeInterface parent;