mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Drop use of the command tag
It is more useful to link to the included man page, anyway.
This commit is contained in:
@@ -77,8 +77,7 @@
|
||||
* subclass #GDBusProxy, and have more natural properties and signals
|
||||
* in your derived class. See <xref linkend="gdbus-example-gdbus-codegen"/>
|
||||
* for how this can easily be done using the
|
||||
* <command><link linkend="gdbus-codegen">gdbus-codegen</link></command>
|
||||
* tool.
|
||||
* <link linkend="gdbus-codegen">gdbus-codegen</link> tool.
|
||||
*
|
||||
* A #GDBusProxy instance can be used from multiple threads but note
|
||||
* that all signals (e.g. #GDBusProxy::g-signal, #GDBusProxy::g-properties-changed
|
||||
|
@@ -66,12 +66,12 @@ G_DEFINE_BOXED_TYPE (GResource, g_resource, g_resource_ref, g_resource_unref)
|
||||
* <literal>preprocess</literal> attribute to a comma-separated list of preprocessing options.
|
||||
* The only options currently supported are:
|
||||
*
|
||||
* <literal>xml-stripblanks</literal> which will use <command>xmllint</command> to strip
|
||||
* <literal>xml-stripblanks</literal> which will use the xmllint command to strip
|
||||
* ignorable whitespace from the xml file. For this to work, the <envar>XMLLINT</envar>
|
||||
* environment variable must be set to the full path to the xmllint executable, or xmllint
|
||||
* must be in the PATH; otherwise the preprocessing step is skipped.
|
||||
*
|
||||
* <literal>to-pixdata</literal> which will use <command>gdk-pixbuf-pixdata</command> to convert
|
||||
* <literal>to-pixdata</literal> which will use the gdk-pixbuf-pixdata command to convert
|
||||
* images to the GdkPixdata format, which allows you to create pixbufs directly using the data inside
|
||||
* the resource file, rather than an (uncompressed) copy if it. For this, the gdk-pixbuf-pixdata
|
||||
* program must be in the PATH, or the <envar>GDK_PIXBUF_PIXDATA</envar> environment variable must be
|
||||
|
@@ -251,8 +251,8 @@ g_settings_schema_source_unref (GSettingsSchemaSource *source)
|
||||
* may be useful to authors of plugin management systems.
|
||||
*
|
||||
* The directory should contain a file called
|
||||
* <filename>gschemas.compiled</filename> as produced by
|
||||
* <command>glib-compile-schemas</command>.
|
||||
* <filename>gschemas.compiled</filename> as produced by the
|
||||
* <link linkend="glib-compile-schemas">glib-compile-schemas</link> tool.
|
||||
*
|
||||
* If @trusted is %TRUE then <filename>gschemas.compiled</filename> is
|
||||
* trusted not to be corrupted. This assumption has a performance
|
||||
|
Reference in New Issue
Block a user