mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
[introspection] Move over annotations
Move all the annotations over from gobject-introspection. They will not be used directly by the introspection scanner for now, instead they will be extracted by a script and updated manually until introspection is properly integrated into the glib build
This commit is contained in:
committed by
Johan Dahlin
parent
0927dda8ad
commit
835f9cb310
@@ -411,7 +411,8 @@ g_io_modules_scan_all_in_directory (const char *dirname)
|
||||
* all gtypes) then you can use g_io_modules_scan_all_in_directory()
|
||||
* which allows delayed/lazy loading of modules.
|
||||
*
|
||||
* Returns: a list of #GIOModules loaded from the directory,
|
||||
* Returns: (element-type GIOModule) (transfer full): a list of #GIOModules loaded
|
||||
* from the directory,
|
||||
* All the modules are loaded into memory, if you want to
|
||||
* unload them (enabling on-demand loading) you must call
|
||||
* g_type_module_unuse() on all the modules. Free the list
|
||||
|
Reference in New Issue
Block a user