diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-11-27 20:09:13 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-11-27 20:09:13 +0000 |
commit | 9adc9c942d8250262dc76ac2225134fcc744ef20 (patch) | |
tree | b053dccbfbbd2cce50d16bf599e11faf0c6d9ad8 /gobject/gboxed.h | |
parent | d9d75c48de44c33e3f2a19c8ea5c8db94f395d65 (diff) | |
download | glib-9adc9c942d8250262dc76ac2225134fcc744ef20.tar.gz glib-9adc9c942d8250262dc76ac2225134fcc744ef20.tar.bz2 glib-9adc9c942d8250262dc76ac2225134fcc744ef20.zip |
Document GObject API additions
Diffstat (limited to 'gobject/gboxed.h')
-rw-r--r-- | gobject/gboxed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gobject/gboxed.h b/gobject/gboxed.h index eadb12e57..6370cae37 100644 --- a/gobject/gboxed.h +++ b/gobject/gboxed.h @@ -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; |