mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-10 18:43:42 +01:00
docs: mark macros, flags, enums with percent sign
This commit is contained in:
committed by
Philip Withnall
parent
887f73d34e
commit
7e64004db0
@@ -1780,7 +1780,7 @@ g_object_get_type (void)
|
||||
*
|
||||
* Creates a new instance of a #GObject subtype and sets its properties.
|
||||
*
|
||||
* Construction parameters (see #G_PARAM_CONSTRUCT, #G_PARAM_CONSTRUCT_ONLY)
|
||||
* Construction parameters (see %G_PARAM_CONSTRUCT, %G_PARAM_CONSTRUCT_ONLY)
|
||||
* which are not explicitly specified are set to their default values. Any
|
||||
* private data for the object is guaranteed to be initialized with zeros, as
|
||||
* per g_type_create_instance().
|
||||
@@ -2194,7 +2194,7 @@ g_object_new_with_properties (GType object_type,
|
||||
*
|
||||
* Creates a new instance of a #GObject subtype and sets its properties.
|
||||
*
|
||||
* Construction parameters (see #G_PARAM_CONSTRUCT, #G_PARAM_CONSTRUCT_ONLY)
|
||||
* Construction parameters (see %G_PARAM_CONSTRUCT, %G_PARAM_CONSTRUCT_ONLY)
|
||||
* which are not explicitly specified are set to their default values.
|
||||
*
|
||||
* Returns: (type GObject.Object) (transfer full): a new instance of
|
||||
@@ -2266,7 +2266,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
|
||||
*
|
||||
* Creates a new instance of a #GObject subtype and sets its properties.
|
||||
*
|
||||
* Construction parameters (see #G_PARAM_CONSTRUCT, #G_PARAM_CONSTRUCT_ONLY)
|
||||
* Construction parameters (see %G_PARAM_CONSTRUCT, %G_PARAM_CONSTRUCT_ONLY)
|
||||
* which are not explicitly specified are set to their default values.
|
||||
*
|
||||
* Returns: a new instance of @object_type
|
||||
|
||||
Reference in New Issue
Block a user