mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01:00
Merge branch '2498-io-module-annotations' into 'main'
giomodule: Skip introspection of two virtual plugin functions Closes #2498 See merge request GNOME/glib!2279
This commit is contained in:
commit
a0d2efdcb0
@ -104,7 +104,7 @@ GTypeClass* g_io_extension_ref_class (GIOExtension
|
|||||||
/* API for the modules to implement */
|
/* API for the modules to implement */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* g_io_module_load:
|
* g_io_module_load: (skip)
|
||||||
* @module: a #GIOModule.
|
* @module: a #GIOModule.
|
||||||
*
|
*
|
||||||
* Required API for GIO modules to implement.
|
* Required API for GIO modules to implement.
|
||||||
@ -125,7 +125,7 @@ GLIB_AVAILABLE_IN_ALL
|
|||||||
void g_io_module_load (GIOModule *module);
|
void g_io_module_load (GIOModule *module);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* g_io_module_unload:
|
* g_io_module_unload: (skip)
|
||||||
* @module: a #GIOModule.
|
* @module: a #GIOModule.
|
||||||
*
|
*
|
||||||
* Required API for GIO modules to implement.
|
* Required API for GIO modules to implement.
|
||||||
|
Loading…
Reference in New Issue
Block a user