From: Matthias Clasen Date: Sun, 18 Apr 2010 19:55:14 +0000 (-0400) Subject: Refer to gio-querymodules in the extension point docs X-Git-Tag: 2.25.0~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd8cdb83e1b5a4b71aa84ca26a000e2fbd7a3d37;p=platform%2Fupstream%2Fglib.git Refer to gio-querymodules in the extension point docs --- diff --git a/gio/giomodule.c b/gio/giomodule.c index 587cc81..e1b1d17 100644 --- a/gio/giomodule.c +++ b/gio/giomodule.c @@ -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 gio-querymodules. + * You are expected to run this command after installing a + * GIO module. */ struct _GIOModule { GTypeModule parent_instance;