diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-12-05 14:52:18 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-12-05 14:52:18 +0100 |
commit | 36d1a22eefa5020ba75002a2b0c348017c7ab2e3 (patch) | |
tree | f6d1143de4a75c9468bc3302c359f01773e8b884 /gir/gmodule-2.0.c | |
parent | 43de9fbadf1a389049cb6e67069c6c16cd0629f2 (diff) | |
download | gobject-introspection-36d1a22eefa5020ba75002a2b0c348017c7ab2e3.tar.gz |
gir: Update annotations from GLib git master
Diffstat (limited to 'gir/gmodule-2.0.c')
-rw-r--r-- | gir/gmodule-2.0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gir/gmodule-2.0.c b/gir/gmodule-2.0.c index c1a66a55..145d4772 100644 --- a/gir/gmodule-2.0.c +++ b/gir/gmodule-2.0.c @@ -159,7 +159,7 @@ /** * g_module_build_path: - * @directory: (allow-none): the directory where the module is. This can be + * @directory: (nullable): the directory where the module is. This can be * %NULL or the empty string to indicate that the standard platform-specific * directories will be used, though that is not recommended * @module_name: the name of the module @@ -225,7 +225,7 @@ /** * g_module_open: - * @file_name: (allow-none): the name of the file containing the module, or %NULL + * @file_name: (nullable): the name of the file containing the module, or %NULL * to obtain a #GModule representing the main program itself * @flags: the flags used for opening the module. This can be the * logical OR of any of the #GModuleFlags |