From fd8cdb83e1b5a4b71aa84ca26a000e2fbd7a3d37 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 18 Apr 2010 15:55:14 -0400 Subject: [PATCH] Refer to gio-querymodules in the extension point docs --- gio/giomodule.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; -- 2.7.4