mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 01:16:17 +01:00
34 lines
990 B
XML
34 lines
990 B
XML
<refentry id="gio-querymodules" lang="en">
|
|
|
|
<refmeta>
|
|
<refentrytitle>gio-querymodules</refentrytitle>
|
|
<manvolnum>1</manvolnum>
|
|
<refmiscinfo class="manual">User Commands</refmiscinfo>
|
|
</refmeta>
|
|
|
|
<refnamediv>
|
|
<refname>gio-querymodules</refname>
|
|
<refpurpose>GIO module cache creation</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<cmdsynopsis>
|
|
<command>gio-querymodules</command>
|
|
<arg choice="req" rep="repeat">directory</arg>
|
|
</cmdsynopsis>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
<para><command>gio-querymodules</command> creates a
|
|
<filename>giomodule.cache</filename> file in the listed directories.
|
|
This file lists the implemented extension points for each module
|
|
that has been found. It is used by GIO at runtime to avoid opening
|
|
all modules just to find out which extension points they are implementing.
|
|
</para>
|
|
<para>
|
|
GIO modules are usually installed in the <filename>gio/modules</filename>
|
|
subdirectory of libdir.
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|