mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-22 15:19:16 +02:00
Fix a doc comment
This commit is contained in:
parent
b57f2e9327
commit
08208e3ce2
@ -178,10 +178,11 @@ g_io_module_scope_free (GIOModuleScope *scope)
|
|||||||
/**
|
/**
|
||||||
* g_io_module_scope_block:
|
* g_io_module_scope_block:
|
||||||
* @scope: a module loading scope
|
* @scope: a module loading scope
|
||||||
|
* @basename: the basename to block
|
||||||
*
|
*
|
||||||
* Block modules with the given base name from being loaded when this scope
|
* Block modules with the given @basename from being loaded when
|
||||||
* is used with g_io_modules_scan_all_in_directory_with_scope() or
|
* this scope is used with g_io_modules_scan_all_in_directory_with_scope()
|
||||||
* g_io_modules_load_all_in_directory_with_scope().
|
* or g_io_modules_load_all_in_directory_with_scope().
|
||||||
*
|
*
|
||||||
* Since: 2.30
|
* Since: 2.30
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user