summaryrefslogtreecommitdiff
path: root/gmodule
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 /gmodule
parent887f73d34e3ec3990f11f50427872df33d143eac (diff)
downloadglib-7e64004db0bd57ccbfb5ddc0fbde69e4f55a8c0e.tar.gz
docs: mark macros, flags, enums with percent sign
Diffstat (limited to 'gmodule')
-rw-r--r--gmodule/gmodule.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c
index 4a4e279a1..c722c4427 100644
--- a/gmodule/gmodule.c
+++ b/gmodule/gmodule.c
@@ -477,7 +477,7 @@ static GRecMutex g_module_global_lock;
* If that fails and @file_name has the ".la"-suffix (and is a libtool
* archive) it tries to open the corresponding module. If that fails
* and it doesn't have the proper module suffix for the platform
- * (#G_MODULE_SUFFIX), this suffix will be appended and the corresponding
+ * (%G_MODULE_SUFFIX), this suffix will be appended and the corresponding
* module will be opened. If that fails and @file_name doesn't have the
* ".la"-suffix, this suffix is appended and g_module_open_full() tries to open
* the corresponding module. If eventually that fails as well, %NULL is
@@ -782,7 +782,7 @@ g_module_error (void)
* @symbol: (out): returns the pointer to the symbol value
*
* Gets a symbol pointer from a module, such as one exported
- * by #G_MODULE_EXPORT. Note that a valid symbol can be %NULL.
+ * by %G_MODULE_EXPORT. Note that a valid symbol can be %NULL.
*
* Returns: %TRUE on success
*/