mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
docs: Fix up GDateTime for the GObject reference
This commit is contained in:
parent
99621efbd5
commit
d31c1c863a
@ -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>
|
||||
|
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user