summaryrefslogtreecommitdiff
path: root/gir/gmodule-2.0.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-03-18 11:49:16 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2022-03-18 11:49:16 +0000
commitf648a558c37feedebabb164f483b11b279f9fb97 (patch)
tree14c84ad9c3d3bcae804ddd94286f9f1e37bb8e73 /gir/gmodule-2.0.c
parent1ed006333b576ecfbbfa2ab93a02688de9a4eb07 (diff)
downloadgobject-introspection-f648a558c37feedebabb164f483b11b279f9fb97.tar.gz
Update GLib's introspection data
GLib 2.72.0 is now out.
Diffstat (limited to 'gir/gmodule-2.0.c')
-rw-r--r--gir/gmodule-2.0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gir/gmodule-2.0.c b/gir/gmodule-2.0.c
index 988a8b0f..4716aad2 100644
--- a/gir/gmodule-2.0.c
+++ b/gir/gmodule-2.0.c
@@ -250,7 +250,7 @@
* 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
@@ -277,7 +277,7 @@
* @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
*/