mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-29 05:13:30 +02:00
docs: Fix up GDateTime for the GObject reference
This commit is contained in:
@@ -358,6 +358,7 @@ G_TYPE_BYTE_ARRAY
|
|||||||
G_TYPE_PTR_ARRAY
|
G_TYPE_PTR_ARRAY
|
||||||
G_TYPE_VARIANT_TYPE
|
G_TYPE_VARIANT_TYPE
|
||||||
G_TYPE_ERROR
|
G_TYPE_ERROR
|
||||||
|
G_TYPE_DATE_TIME
|
||||||
GStrv
|
GStrv
|
||||||
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
|
@@ -203,7 +203,7 @@ GType g_boxed_type_register_static (const gchar *name,
|
|||||||
*/
|
*/
|
||||||
#define G_TYPE_ERROR (g_error_get_type ())
|
#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.
|
* The #GType for a boxed type holding a #GDateTime.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user