[glib: 3/4] gerror: Minor documentation formatting fixes
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 3/4] gerror: Minor documentation formatting fixes
- Date: Wed, 13 Jan 2021 13:56:44 +0000 (UTC)
commit d6c670c27e09f044e6ae22d29efb0a1f465ca7cc
Author: Philip Withnall <pwithnall endlessos org>
Date: Wed Jan 13 13:29:48 2021 +0000
gerror: Minor documentation formatting fixes
Signed-off-by: Philip Withnall <pwithnall endlessos org>
glib/gerror.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/glib/gerror.h b/glib/gerror.h
index 2a31e909e..6431d5b6c 100644
--- a/glib/gerror.h
+++ b/glib/gerror.h
@@ -54,12 +54,12 @@ struct _GError
*
* A convenience macro which defines two functions. First, returning
* the #GQuark for the extended error type @ErrorType; it is called
- * `@error_type_quark()`. Second, returning the private data from a
- * passed #GError; it is called `@error_type_get_private()`.
+ * `error_type_quark()`. Second, returning the private data from a
+ * passed #GError; it is called `error_type_get_private()`.
*
- * For this macro to work, a type named `@ErrorTypePrivate` should be
- * defined, `@error_type_private_init()`, `@error_type_private_copy()`
- * and `@error_type_private_clear()` functions need to be either
+ * For this macro to work, a type named `ErrorTypePrivate` should be
+ * defined, `error_type_private_init()`, `error_type_private_copy()`
+ * and `error_type_private_clear()` functions need to be either
* declared or defined. The functions should be similar to
* #GErrorInitFunc, #GErrorCopyFunc and #GErrorClearFunc,
* respectively, but they should receive the private data type instead
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]