Document GObject API additions

This commit is contained in:
Matthias Clasen
2005-11-27 20:09:13 +00:00
parent d9d75c48de
commit 9adc9c942d
4 changed files with 68 additions and 3 deletions

View File

@@ -78,6 +78,7 @@ GType g_value_array_get_type (void) G_GNUC_CONST;
GType g_date_get_type (void) G_GNUC_CONST;
GType g_strv_get_type (void) G_GNUC_CONST;
GType g_gstring_get_type (void) G_GNUC_CONST;
GType g_hash_table_get_type (void) G_GNUC_CONST;
typedef gchar** GStrv;