mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02: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.
|
* it uses the implementations that have been associated with it.
|
||||||
* Depending on the use case, it may use all implementations, or
|
* Depending on the use case, it may use all implementations, or
|
||||||
* only the one with the highest priority, or pick a specific
|
* 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 {
|
struct _GIOModule {
|
||||||
GTypeModule parent_instance;
|
GTypeModule parent_instance;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user