docs: Fix up GDateTime for the GObject reference

This commit is contained in:
Emmanuele Bassi 2010-08-25 16:24:46 +01:00
parent 99621efbd5
commit d31c1c863a
2 changed files with 2 additions and 1 deletions

View File

@ -358,6 +358,7 @@ G_TYPE_BYTE_ARRAY
G_TYPE_PTR_ARRAY
G_TYPE_VARIANT_TYPE
G_TYPE_ERROR
G_TYPE_DATE_TIME
GStrv
<SUBSECTION Standard>

View File

@ -203,7 +203,7 @@ GType g_boxed_type_register_static (const gchar *name,
*/
#define G_TYPE_ERROR (g_error_get_type ())
/**
* G_TYPE_DATE_TIME
* G_TYPE_DATE_TIME:
*
* The #GType for a boxed type holding a #GDateTime.
*