mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-12 02:35:28 +01:00
docs: Add GIOModuleScope and GIOModuleScopeFlags
Fix some typos and add GIOModuleScope and GIOModuleScopeFlags to gio-sections.txt.
This commit is contained in:
parent
4e6c2b88b9
commit
b50863aafa
@ -1482,6 +1482,8 @@ g_desktop_app_info_lookup_get_type
|
||||
<FILE>giomodule</FILE>
|
||||
<TITLE>GIOModule</TITLE>
|
||||
GIOModule
|
||||
GIOModuleScope
|
||||
GIOModuleScopeFlags
|
||||
g_io_module_new
|
||||
g_io_module_scope_block
|
||||
g_io_module_scope_free
|
||||
|
@ -1546,8 +1546,8 @@ typedef enum {
|
||||
|
||||
/**
|
||||
* GIOModuleScopeFlags:
|
||||
* @G_IO_MODULES_SCOPE_NONE: No module scan flags
|
||||
* @G_IO_MODULES_SCOPE_BLOCK_DUPLICATES: When using this scope to load or
|
||||
* @G_IO_MODULE_SCOPE_NONE: No module scan flags
|
||||
* @G_IO_MODULE_SCOPE_BLOCK_DUPLICATES: When using this scope to load or
|
||||
* scan modules, automatically block a modules which has the same base
|
||||
* basename as previously loaded module.
|
||||
*
|
||||
|
@ -139,7 +139,7 @@ struct _GIOModuleScope {
|
||||
* Create a new scope for loading of IO modules. A scope can be used for
|
||||
* blocking duplicate modules, or blocking a module you don't want to load.
|
||||
*
|
||||
* Specify the %G_IO_MODULES_SCOPE_BLOCK_DUPLICATES flag to block modules
|
||||
* Specify the %G_IO_MODULE_SCOPE_BLOCK_DUPLICATES flag to block modules
|
||||
* which have the same base name as a module that has already been seen
|
||||
* in this scope.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user