summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-manager.h
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2008-09-07 21:50:21 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2008-09-15 18:18:38 +0100
commit790486f649905f84eb8e839928b5c0948ae91dbf (patch)
tree29d1ea417633f560a769a9024f550303ad1f0b52 /telepathy-glib/channel-manager.h
parent9cd759e03181fe0c3443f7ae3dc3e7c13a4d76fc (diff)
downloadtelepathy-glib-790486f649905f84eb8e839928b5c0948ae91dbf.tar.gz
Add tp_channel_manager_asv_has_unknown_properties
Diffstat (limited to 'telepathy-glib/channel-manager.h')
-rw-r--r--telepathy-glib/channel-manager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/telepathy-glib/channel-manager.h b/telepathy-glib/channel-manager.h
index b4399c72f..284220ae8 100644
--- a/telepathy-glib/channel-manager.h
+++ b/telepathy-glib/channel-manager.h
@@ -124,6 +124,12 @@ void tp_channel_manager_emit_request_failed_printf (gpointer instance,
gpointer request_token, GQuark domain, gint code, const gchar *format,
...) G_GNUC_PRINTF (5, 6);
+
+/* helper functions */
+
+gboolean tp_channel_manager_asv_has_unknown_properties (GHashTable *properties,
+ const gchar * const *fixed, const gchar * const *allowed, GError **error);
+
G_END_DECLS
#endif