summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-03-04 16:09:19 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-03-04 16:09:19 +0000
commita76842da614eb4db8240e5f6f24796ca7eabadfc (patch)
tree19b4809033615a9642e360de896481e6ecc20576 /telepathy-glib/dbus.h
parentdd58f2cda9e2750145f80090cebdbbe655c894f8 (diff)
downloadtelepathy-glib-a76842da614eb4db8240e5f6f24796ca7eabadfc.tar.gz
tp_g_value_slice_new_bytes: change signature to match tp_message_set_bytes
Diffstat (limited to 'telepathy-glib/dbus.h')
-rw-r--r--telepathy-glib/dbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/dbus.h b/telepathy-glib/dbus.h
index e94796c6c..1d3bc4381 100644
--- a/telepathy-glib/dbus.h
+++ b/telepathy-glib/dbus.h
@@ -88,7 +88,7 @@ gboolean tp_dbus_check_valid_member_name (const gchar *name,
gboolean tp_dbus_check_valid_object_path (const gchar *path,
GError **error);
-GValue *tp_g_value_slice_new_bytes (gconstpointer bytes, gsize length);
+GValue *tp_g_value_slice_new_bytes (guint length, gconstpointer bytes);
GValue *tp_g_value_slice_new_take_bytes (GArray *bytes);
GValue *tp_g_value_slice_new_object_path (const gchar *path);
GValue *tp_g_value_slice_new_static_object_path (const gchar *path);