summaryrefslogtreecommitdiff
path: root/telepathy-glib/util.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-28 13:30:31 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-28 13:30:31 +0000
commitc86c3541e84a65c641abeca7d3123f7b5219a730 (patch)
treef0ace784db72f3ecd14a830db6dacf0a8334a02e /telepathy-glib/util.h
parent3c1711469fb79306f2fc991c3526e9cec8179c53 (diff)
downloadtelepathy-glib-c86c3541e84a65c641abeca7d3123f7b5219a730.tar.gz
Add tp_g_value_slice_dup [re-recorded]
20070628133031-53eee-7876be5428f4eb24f48500ea4bc2cdeb5eb5dfa3.gz
Diffstat (limited to 'telepathy-glib/util.h')
-rw-r--r--telepathy-glib/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/util.h b/telepathy-glib/util.h
index 3a5cfe570..66e6d701f 100644
--- a/telepathy-glib/util.h
+++ b/telepathy-glib/util.h
@@ -31,6 +31,8 @@ GValue *tp_g_value_slice_new (GType type);
void tp_g_value_slice_free (GValue *value);
+GValue *tp_g_value_slice_dup (const GValue *value);
+
gboolean tp_strdiff (const gchar *left, const gchar *right);
gpointer tp_mixin_offset_cast (gpointer instance, guint offset);