From e12863aae85dc131fcdd552edd6b32bd15702e12 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 1 Jun 2004 03:02:26 +0000 Subject: 2004-05-31 Havoc Pennington * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with "in" before "out" * glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c * glib/dbus-glib-tool.c (main): set up to have a --self-test option that runs the tests, and start filling in some code including for starters just dumping the interfaces to stdout * glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR * test/data/valid-introspection-files/lots-of-types.xml: test of an example introspection file * glib/dbus-gparser.c (parser_check_doctype): doctype should be "node" (I think...) --- glib/dbus-gutils.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'glib/dbus-gutils.h') diff --git a/glib/dbus-gutils.h b/glib/dbus-gutils.h index 000cd3da..84041d04 100644 --- a/glib/dbus-gutils.h +++ b/glib/dbus-gutils.h @@ -31,7 +31,9 @@ G_BEGIN_DECLS -char** _dbus_gutils_split_path (const char *path); +char **_dbus_gutils_split_path (const char *path); +const char *_dbus_gutils_type_to_string (int type); + G_END_DECLS -- cgit