docs: replace gtk3 with gtk4 in man pages

This commit is contained in:
Ben Iofel 2016-10-12 16:13:32 -04:00
parent 38667b8dd0
commit a9464f65c3
5 changed files with 32 additions and 32 deletions

View File

@ -2,10 +2,10 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]> ]>
<refentry id="gtk-query-immodules-3.0"> <refentry id="gtk-query-immodules-4.0">
<refentryinfo> <refentryinfo>
<title>gtk-query-immodules-3.0</title> <title>gtk-query-immodules-4.0</title>
<productname>GTK+</productname> <productname>GTK+</productname>
<authorgroup> <authorgroup>
<author> <author>
@ -17,19 +17,19 @@
</refentryinfo> </refentryinfo>
<refmeta> <refmeta>
<refentrytitle>gtk-query-immodules-3.0</refentrytitle> <refentrytitle>gtk-query-immodules-4.0</refentrytitle>
<manvolnum>1</manvolnum> <manvolnum>1</manvolnum>
<refmiscinfo class="manual">User Commands</refmiscinfo> <refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta> </refmeta>
<refnamediv> <refnamediv>
<refname>gtk-query-immodules-3.0</refname> <refname>gtk-query-immodules-4.0</refname>
<refpurpose>Input method module registration utility</refpurpose> <refpurpose>Input method module registration utility</refpurpose>
</refnamediv> </refnamediv>
<refsynopsisdiv> <refsynopsisdiv>
<cmdsynopsis> <cmdsynopsis>
<command>gtk-query-immodules-3.0</command> <command>gtk-query-immodules-4.0</command>
<arg choice="opt">--update-cache</arg> <arg choice="opt">--update-cache</arg>
<arg choice="opt" rep="repeat">MODULE</arg> <arg choice="opt" rep="repeat">MODULE</arg>
</cmdsynopsis> </cmdsynopsis>
@ -37,7 +37,7 @@
<refsect1><title>Description</title> <refsect1><title>Description</title>
<para> <para>
<command>gtk-query-immodules-3.0</command> collects information about loadable <command>gtk-query-immodules-4.0</command> collects information about loadable
input method modules for GTK+ and writes it to the default cache file input method modules for GTK+ and writes it to the default cache file
location, or to <filename>stdout</filename>. location, or to <filename>stdout</filename>.
</para> </para>
@ -51,7 +51,7 @@ may be absolute or relative paths.
</para> </para>
<para> <para>
Normally, the output of <command>gtk-query-immodules-3.0</command> is written Normally, the output of <command>gtk-query-immodules-4.0</command> is written
to <filename><replaceable>libdir</replaceable>/gtk-3.0/3.0.0/immodules.cache</filename>, to <filename><replaceable>libdir</replaceable>/gtk-3.0/3.0.0/immodules.cache</filename>,
where GTK+ looks for it by default. If it is written to some other location, where GTK+ looks for it by default. If it is written to some other location,
the <envar>GTK_IM_MODULE_FILE</envar> environment variable can be set to point the <envar>GTK_IM_MODULE_FILE</envar> environment variable can be set to point

View File

@ -2,10 +2,10 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]> ]>
<refentry id="gtk3-demo-application"> <refentry id="gtk4-demo-application">
<refentryinfo> <refentryinfo>
<title>gtk3-demo-application</title> <title>gtk4-demo-application</title>
<productname>GTK+</productname> <productname>GTK+</productname>
<authorgroup> <authorgroup>
<author> <author>
@ -17,26 +17,26 @@
</refentryinfo> </refentryinfo>
<refmeta> <refmeta>
<refentrytitle>gtk3-demo-application</refentrytitle> <refentrytitle>gtk4-demo-application</refentrytitle>
<manvolnum>1</manvolnum> <manvolnum>1</manvolnum>
<refmiscinfo class="manual">User Commands</refmiscinfo> <refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta> </refmeta>
<refnamediv> <refnamediv>
<refname>gtk3-demo-application</refname> <refname>gtk4-demo-application</refname>
<refpurpose>Demonstrate GtkApplication</refpurpose> <refpurpose>Demonstrate GtkApplication</refpurpose>
</refnamediv> </refnamediv>
<refsynopsisdiv> <refsynopsisdiv>
<cmdsynopsis> <cmdsynopsis>
<command>gtk3-demo-application</command> <command>gtk4-demo-application</command>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
<refsect1><title>Description</title> <refsect1><title>Description</title>
<para> <para>
<command>gtk3-demo-application</command> is an example application <command>gtk4-demo-application</command> is an example application
used by <command>gtk3-demo</command>. There is no need to call it used by <command>gtk4-demo</command>. There is no need to call it
manually. manually.
</para> </para>
</refsect1> </refsect1>

View File

@ -2,10 +2,10 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]> ]>
<refentry id="gtk3-demo"> <refentry id="gtk4-demo">
<refentryinfo> <refentryinfo>
<title>gtk3-demo</title> <title>gtk4-demo</title>
<productname>GTK+</productname> <productname>GTK+</productname>
<authorgroup> <authorgroup>
<author> <author>
@ -17,19 +17,19 @@
</refentryinfo> </refentryinfo>
<refmeta> <refmeta>
<refentrytitle>gtk3-demo</refentrytitle> <refentrytitle>gtk4-demo</refentrytitle>
<manvolnum>1</manvolnum> <manvolnum>1</manvolnum>
<refmiscinfo class="manual">User Commands</refmiscinfo> <refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta> </refmeta>
<refnamediv> <refnamediv>
<refname>gtk3-demo</refname> <refname>gtk4-demo</refname>
<refpurpose>Demonstrate GTK+ widgets</refpurpose> <refpurpose>Demonstrate GTK+ widgets</refpurpose>
</refnamediv> </refnamediv>
<refsynopsisdiv> <refsynopsisdiv>
<cmdsynopsis> <cmdsynopsis>
<command>gtk3-demo</command> <command>gtk4-demo</command>
<arg choice="opt">--help</arg> <arg choice="opt">--help</arg>
<arg choice="opt">--list</arg> <arg choice="opt">--list</arg>
<arg choice="opt">--run <replaceable>EXAMPLE</replaceable></arg> <arg choice="opt">--run <replaceable>EXAMPLE</replaceable></arg>
@ -39,7 +39,7 @@
<refsect1><title>Description</title> <refsect1><title>Description</title>
<para> <para>
<command>gtk3-demo</command> is a collection of examples. <command>gtk4-demo</command> is a collection of examples.
Its purpose is to demonstrate many GTK+ widgets in a form Its purpose is to demonstrate many GTK+ widgets in a form
that is useful to application developers. that is useful to application developers.
</para> </para>

View File

@ -2,10 +2,10 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]> ]>
<refentry id="gtk3-icon-browser"> <refentry id="gtk4-icon-browser">
<refentryinfo> <refentryinfo>
<title>gtk3-icon-browser</title> <title>gtk4-icon-browser</title>
<productname>GTK+</productname> <productname>GTK+</productname>
<authorgroup> <authorgroup>
<author> <author>
@ -17,26 +17,26 @@
</refentryinfo> </refentryinfo>
<refmeta> <refmeta>
<refentrytitle>gtk3-icon-browser</refentrytitle> <refentrytitle>gtk4-icon-browser</refentrytitle>
<manvolnum>1</manvolnum> <manvolnum>1</manvolnum>
<refmiscinfo class="manual">User Commands</refmiscinfo> <refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta> </refmeta>
<refnamediv> <refnamediv>
<refname>gtk3-icon-browser</refname> <refname>gtk4-icon-browser</refname>
<refpurpose>List themed icons</refpurpose> <refpurpose>List themed icons</refpurpose>
</refnamediv> </refnamediv>
<refsynopsisdiv> <refsynopsisdiv>
<cmdsynopsis> <cmdsynopsis>
<command>gtk3-icon-browser</command> <command>gtk4-icon-browser</command>
<arg choice="opt">--help</arg> <arg choice="opt">--help</arg>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
<refsect1><title>Description</title> <refsect1><title>Description</title>
<para> <para>
<command>gtk3-icon-browser</command> is a utility to explore the icons <command>gtk4-icon-browser</command> is a utility to explore the icons
in the current icon theme. It shows icons in various sizes, their symbolic in the current icon theme. It shows icons in various sizes, their symbolic
variants where available, as well as a description of the icon and its context. variants where available, as well as a description of the icon and its context.
</para> </para>

View File

@ -2,10 +2,10 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]> ]>
<refentry id="gtk3-widget-factory"> <refentry id="gtk4-widget-factory">
<refentryinfo> <refentryinfo>
<title>gtk3-widget-factory</title> <title>gtk4-widget-factory</title>
<productname>GTK+</productname> <productname>GTK+</productname>
<authorgroup> <authorgroup>
<author> <author>
@ -17,26 +17,26 @@
</refentryinfo> </refentryinfo>
<refmeta> <refmeta>
<refentrytitle>gtk3-widget-factory</refentrytitle> <refentrytitle>gtk4-widget-factory</refentrytitle>
<manvolnum>1</manvolnum> <manvolnum>1</manvolnum>
<refmiscinfo class="manual">User Commands</refmiscinfo> <refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta> </refmeta>
<refnamediv> <refnamediv>
<refname>gtk3-widget-factory</refname> <refname>gtk4-widget-factory</refname>
<refpurpose>Demonstrate GTK+ widgets</refpurpose> <refpurpose>Demonstrate GTK+ widgets</refpurpose>
</refnamediv> </refnamediv>
<refsynopsisdiv> <refsynopsisdiv>
<cmdsynopsis> <cmdsynopsis>
<command>gtk3-widget-factory</command> <command>gtk4-widget-factory</command>
<arg choice="opt">--help</arg> <arg choice="opt">--help</arg>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
<refsect1><title>Description</title> <refsect1><title>Description</title>
<para> <para>
<command>gtk3-widget-factory</command> is a collection of examples. <command>gtk4-widget-factory</command> is a collection of examples.
Its purpose is to demonstrate many GTK+ widgets in a form Its purpose is to demonstrate many GTK+ widgets in a form
that is useful to GTK+ theme developers. that is useful to GTK+ theme developers.
</para> </para>