diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-04-22 12:24:51 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-04-22 12:24:51 +0100 |
commit | 30bb4bda54e3a3da7e59e289f55c5c76bb0292b1 (patch) | |
tree | 7e273804577535dacaa3d6edbd7c0d3871e3dfcc /salut | |
parent | fdb5c005d67481ff18b7f943b8959d1176087692 (diff) |
caps-channel-manager: add data form argument to represent_client
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'salut')
-rw-r--r-- | salut/caps-channel-manager.h | 6 |
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; |