summaryrefslogtreecommitdiff
path: root/girepository/girnode.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-08-18 08:52:47 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-08-18 08:52:47 +0000
commitdd3002bcc188cb715f11fd7ae23acf241030e6f1 (patch)
treecdb5d263e4450a0940c2292e300ce4a01aeb6423 /girepository/girnode.h
parentc54062e94c2efb68c296c6b054b5d48dcbf842f1 (diff)
downloadgobject-introspection-dd3002bcc188cb715f11fd7ae23acf241030e6f1.tar.gz
Make enum serializing functions public. Clean up some whitespace.
2008-08-18 Johan Dahlin <johan@gnome.org> * girepository/girepository.c (g_type_tag_to_string): * girepository/girepository.h: * girepository/girnode.c (g_ir_node_get_full_size_internal), (find_entry_node): * girepository/girnode.h: Make enum serializing functions public. Clean up some whitespace. svn path=/trunk/; revision=394
Diffstat (limited to 'girepository/girnode.h')
-rw-r--r--girepository/girnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/girepository/girnode.h b/girepository/girnode.h
index a01e01f3..6079d367 100644
--- a/girepository/girnode.h
+++ b/girepository/girnode.h
@@ -328,6 +328,7 @@ guint32 write_string (const gchar *str,
guint32 *offset);
const gchar * g_ir_node_param_direction_string (GIrNodeParam * node);
+const gchar * g_ir_node_type_to_string (GIrNodeTypeId type);
G_END_DECLS