summaryrefslogtreecommitdiff
path: root/gobject/gtype.c
diff options
context:
space:
mode:
authorGabor Karsay <gabor.karsay@gmx.at>2022-03-04 16:21:55 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2022-03-04 16:21:55 +0000
commit7e64004db0bd57ccbfb5ddc0fbde69e4f55a8c0e (patch)
treeff4017506712947cba1fb90e2969df37607ba73a /gobject/gtype.c
parent887f73d34e3ec3990f11f50427872df33d143eac (diff)
downloadglib-7e64004db0bd57ccbfb5ddc0fbde69e4f55a8c0e.tar.gz
docs: mark macros, flags, enums with percent sign
Diffstat (limited to 'gobject/gtype.c')
-rw-r--r--gobject/gtype.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gobject/gtype.c b/gobject/gtype.c
index b19a306d9..cf213b760 100644
--- a/gobject/gtype.c
+++ b/gobject/gtype.c
@@ -2849,7 +2849,7 @@ g_type_register_static (GType parent_type,
* instances (if not abstract). The value of @flags determines the nature
* (e.g. abstract or not) of the type.
*
- * Returns: the new type identifier or #G_TYPE_INVALID if registration failed
+ * Returns: the new type identifier or %G_TYPE_INVALID if registration failed
*/
GType
g_type_register_dynamic (GType parent_type,
@@ -4759,7 +4759,7 @@ g_type_add_instance_private (GType class_gtype,
* register the private data size in the get_type() implementation and we
* hide it behind a macro. the function will return the private size, instead
* of the offset, which will be stored inside a static variable defined by
- * the G_DEFINE_TYPE_EXTENDED macro. the G_DEFINE_TYPE_EXTENDED macro will
+ * the G_DEFINE_TYPE_EXTENDED() macro. the G_DEFINE_TYPE_EXTENDED() macro will
* check the variable and call g_type_class_add_instance_private(), which
* will use the data size and actually register the private data, then
* return the computed offset of the private data, which will be stored