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
This commit is contained in:
Johan Dahlin
2008-08-18 08:52:47 +00:00
committed by Johan Dahlin
parent fc01170517
commit b3312fb83f
4 changed files with 79 additions and 72 deletions

View File

@@ -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