mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Refer to gio-querymodules in the extension point docs
This commit is contained in:
parent
b7afff0033
commit
fd8cdb83e1
@ -90,7 +90,13 @@
|
||||
* it uses the implementations that have been associated with it.
|
||||
* Depending on the use case, it may use all implementations, or
|
||||
* only the one with the highest priority, or pick a specific
|
||||
* one by name.
|
||||
* one by name.
|
||||
*
|
||||
* To avoid opening all modules just to find out what extension
|
||||
* points they implement, GIO makes use of a caching mechanism,
|
||||
* see <link linkend="gio-querymodules">gio-querymodules</link>.
|
||||
* You are expected to run this command after installing a
|
||||
* GIO module.
|
||||
*/
|
||||
struct _GIOModule {
|
||||
GTypeModule parent_instance;
|
||||
|
Loading…
Reference in New Issue
Block a user