summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Iofel <iofelben@gmail.com>2016-10-12 16:13:32 -0400
committerBen Iofel <iofelben@gmail.com>2016-10-13 13:45:14 -0400
commita9464f65c30b692d98837600c47b693a16869260 (patch)
treee927286bfd491c1ecab6250b60fac334bf51d86c /docs
parent38667b8dd0413289d6aef58496ea63c3ac7e48af (diff)
downloadgtk+-a9464f65c30b692d98837600c47b693a16869260.tar.gz
docs: replace gtk3 with gtk4 in man pages
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/gtk-query-immodules-4.0.xml14
-rw-r--r--docs/reference/gtk/gtk4-demo-application.xml14
-rw-r--r--docs/reference/gtk/gtk4-demo.xml12
-rw-r--r--docs/reference/gtk/gtk4-icon-browser.xml12
-rw-r--r--docs/reference/gtk/gtk4-widget-factory.xml12
5 files changed, 32 insertions, 32 deletions
diff --git a/docs/reference/gtk/gtk-query-immodules-4.0.xml b/docs/reference/gtk/gtk-query-immodules-4.0.xml
index 5ebaac7a81..f184b5348c 100644
--- a/docs/reference/gtk/gtk-query-immodules-4.0.xml
+++ b/docs/reference/gtk/gtk-query-immodules-4.0.xml
@@ -2,10 +2,10 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"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>
- <title>gtk-query-immodules-3.0</title>
+ <title>gtk-query-immodules-4.0</title>
<productname>GTK+</productname>
<authorgroup>
<author>
@@ -17,19 +17,19 @@
</refentryinfo>
<refmeta>
- <refentrytitle>gtk-query-immodules-3.0</refentrytitle>
+ <refentrytitle>gtk-query-immodules-4.0</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta>
<refnamediv>
- <refname>gtk-query-immodules-3.0</refname>
+ <refname>gtk-query-immodules-4.0</refname>
<refpurpose>Input method module registration utility</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
-<command>gtk-query-immodules-3.0</command>
+<command>gtk-query-immodules-4.0</command>
<arg choice="opt">--update-cache</arg>
<arg choice="opt" rep="repeat">MODULE</arg>
</cmdsynopsis>
@@ -37,7 +37,7 @@
<refsect1><title>Description</title>
<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
location, or to <filename>stdout</filename>.
</para>
@@ -51,7 +51,7 @@ may be absolute or relative paths.
</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>,
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
diff --git a/docs/reference/gtk/gtk4-demo-application.xml b/docs/reference/gtk/gtk4-demo-application.xml
index 37b97fa0c4..2dc72c5c7a 100644
--- a/docs/reference/gtk/gtk4-demo-application.xml
+++ b/docs/reference/gtk/gtk4-demo-application.xml
@@ -2,10 +2,10 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]>
-<refentry id="gtk3-demo-application">
+<refentry id="gtk4-demo-application">
<refentryinfo>
- <title>gtk3-demo-application</title>
+ <title>gtk4-demo-application</title>
<productname>GTK+</productname>
<authorgroup>
<author>
@@ -17,26 +17,26 @@
</refentryinfo>
<refmeta>
- <refentrytitle>gtk3-demo-application</refentrytitle>
+ <refentrytitle>gtk4-demo-application</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta>
<refnamediv>
- <refname>gtk3-demo-application</refname>
+ <refname>gtk4-demo-application</refname>
<refpurpose>Demonstrate GtkApplication</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
-<command>gtk3-demo-application</command>
+<command>gtk4-demo-application</command>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>
-<command>gtk3-demo-application</command> is an example application
-used by <command>gtk3-demo</command>. There is no need to call it
+<command>gtk4-demo-application</command> is an example application
+used by <command>gtk4-demo</command>. There is no need to call it
manually.
</para>
</refsect1>
diff --git a/docs/reference/gtk/gtk4-demo.xml b/docs/reference/gtk/gtk4-demo.xml
index d2eacb69b5..93791ea8a4 100644
--- a/docs/reference/gtk/gtk4-demo.xml
+++ b/docs/reference/gtk/gtk4-demo.xml
@@ -2,10 +2,10 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]>
-<refentry id="gtk3-demo">
+<refentry id="gtk4-demo">
<refentryinfo>
- <title>gtk3-demo</title>
+ <title>gtk4-demo</title>
<productname>GTK+</productname>
<authorgroup>
<author>
@@ -17,19 +17,19 @@
</refentryinfo>
<refmeta>
- <refentrytitle>gtk3-demo</refentrytitle>
+ <refentrytitle>gtk4-demo</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta>
<refnamediv>
- <refname>gtk3-demo</refname>
+ <refname>gtk4-demo</refname>
<refpurpose>Demonstrate GTK+ widgets</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
-<command>gtk3-demo</command>
+<command>gtk4-demo</command>
<arg choice="opt">--help</arg>
<arg choice="opt">--list</arg>
<arg choice="opt">--run <replaceable>EXAMPLE</replaceable></arg>
@@ -39,7 +39,7 @@
<refsect1><title>Description</title>
<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
that is useful to application developers.
</para>
diff --git a/docs/reference/gtk/gtk4-icon-browser.xml b/docs/reference/gtk/gtk4-icon-browser.xml
index 6583f7d23e..83a8aebe80 100644
--- a/docs/reference/gtk/gtk4-icon-browser.xml
+++ b/docs/reference/gtk/gtk4-icon-browser.xml
@@ -2,10 +2,10 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]>
-<refentry id="gtk3-icon-browser">
+<refentry id="gtk4-icon-browser">
<refentryinfo>
- <title>gtk3-icon-browser</title>
+ <title>gtk4-icon-browser</title>
<productname>GTK+</productname>
<authorgroup>
<author>
@@ -17,26 +17,26 @@
</refentryinfo>
<refmeta>
- <refentrytitle>gtk3-icon-browser</refentrytitle>
+ <refentrytitle>gtk4-icon-browser</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta>
<refnamediv>
- <refname>gtk3-icon-browser</refname>
+ <refname>gtk4-icon-browser</refname>
<refpurpose>List themed icons</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
-<command>gtk3-icon-browser</command>
+<command>gtk4-icon-browser</command>
<arg choice="opt">--help</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Description</title>
<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
variants where available, as well as a description of the icon and its context.
</para>
diff --git a/docs/reference/gtk/gtk4-widget-factory.xml b/docs/reference/gtk/gtk4-widget-factory.xml
index fa5d21d9a2..00ae8a8a35 100644
--- a/docs/reference/gtk/gtk4-widget-factory.xml
+++ b/docs/reference/gtk/gtk4-widget-factory.xml
@@ -2,10 +2,10 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]>
-<refentry id="gtk3-widget-factory">
+<refentry id="gtk4-widget-factory">
<refentryinfo>
- <title>gtk3-widget-factory</title>
+ <title>gtk4-widget-factory</title>
<productname>GTK+</productname>
<authorgroup>
<author>
@@ -17,26 +17,26 @@
</refentryinfo>
<refmeta>
- <refentrytitle>gtk3-widget-factory</refentrytitle>
+ <refentrytitle>gtk4-widget-factory</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta>
<refnamediv>
- <refname>gtk3-widget-factory</refname>
+ <refname>gtk4-widget-factory</refname>
<refpurpose>Demonstrate GTK+ widgets</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
-<command>gtk3-widget-factory</command>
+<command>gtk4-widget-factory</command>
<arg choice="opt">--help</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Description</title>
<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
that is useful to GTK+ theme developers.
</para>