summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-internals.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@codefactory.se>2003-01-07 22:22:39 +0000
committerAnders Carlsson <andersca@codefactory.se>2003-01-07 22:22:39 +0000
commit1f23ea99b37bfc8197f1c6a376f9afe08037f0f6 (patch)
tree8024c326ec5bc761d7c7c46dce800fe04fcb18a3 /dbus/dbus-internals.h
parent1b53cbcce333381754b0568b740ece550a8f6ac9 (diff)
2003-01-08 Anders Carlsson <andersca@codefactory.se>
reviewed by: <delete if not using a buddy> * dbus/dbus-internals.c: (_dbus_type_to_string): New function that returns a string describing a type. * dbus/dbus-internals.h: * dbus/dbus-message.c: (dbus_message_append_fields), (dbus_message_append_fields_valist), (dbus_message_get_fields), (dbus_message_get_fields_valist), (_dbus_message_test): * dbus/dbus-message.h: Add new convenience functions for appending and getting message fields. Also add a test for those.
Diffstat (limited to 'dbus/dbus-internals.h')
-rw-r--r--dbus/dbus-internals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-internals.h b/dbus/dbus-internals.h
index 87dfbf12..4bdf41d1 100644
--- a/dbus/dbus-internals.h
+++ b/dbus/dbus-internals.h
@@ -119,6 +119,7 @@ void _dbus_verbose_bytes_of_string (const DBusString *str,
int len);
+const char* _dbus_type_to_string (int type);
DBUS_END_DECLS;