facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
31 lines
884 B
ReStructuredText
31 lines
884 B
ReStructuredText
.. _gio-querymodules(1):
|
|
.. meta::
|
|
:copyright: Copyright 2010, 2012 Red Hat, Inc.
|
|
:license: LGPL-2.1-or-later
|
|
..
|
|
This has to be duplicated from above to make it machine-readable by `reuse`:
|
|
SPDX-FileCopyrightText: 2010, 2012 Red Hat, Inc.
|
|
SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
================
|
|
gio-querymodules
|
|
================
|
|
|
|
-------------------------
|
|
GIO module cache creation
|
|
-------------------------
|
|
|
|
SYNOPSIS
|
|
--------
|
|
|
|
| **gio-querymodules** *DIRECTORY*…
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
``gio-querymodules`` creates a ``giomodule.cache`` 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.
|
|
|
|
GIO modules are usually installed in the ``gio/modules`` subdirectory of libdir. |