summaryrefslogtreecommitdiff
path: root/telepathy-glib/util.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-28 13:31:39 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-28 13:31:39 +0000
commit0a2f5db67bad7553fa7d7e89567426e55979bc92 (patch)
tree55ceea036d13bea315c3a10aad41b65a10e1f917 /telepathy-glib/util.h
parentb08022e7a990645a183258a0676266dcf7bec190 (diff)
downloadtelepathy-glib-0a2f5db67bad7553fa7d7e89567426e55979bc92.tar.gz
Add tp_g_hash_table_update [re-recorded]
20070628133139-53eee-10499b4e968ad46a1ad3fd3dd4129fa263721d79.gz
Diffstat (limited to 'telepathy-glib/util.h')
-rw-r--r--telepathy-glib/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/util.h b/telepathy-glib/util.h
index 1432ae8d2..0f0334a35 100644
--- a/telepathy-glib/util.h
+++ b/telepathy-glib/util.h
@@ -35,6 +35,9 @@ void tp_g_value_slice_free (GValue *value);
GValue *tp_g_value_slice_dup (const GValue *value);
+void tp_g_hash_table_update (GHashTable *target, GHashTable *source,
+ GBoxedCopyFunc key_dup, GBoxedCopyFunc value_dup);
+
gboolean tp_strdiff (const gchar *left, const gchar *right);
gpointer tp_mixin_offset_cast (gpointer instance, guint offset);