From 30bb4bda54e3a3da7e59e289f55c5c76bb0292b1 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 22 Apr 2011 12:24:51 +0100 Subject: caps-channel-manager: add data form argument to represent_client Signed-off-by: Jonny Lamb --- salut/caps-channel-manager.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'salut') 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; -- cgit v1.2.1