From a9464f65c30b692d98837600c47b693a16869260 Mon Sep 17 00:00:00 2001 From: Ben Iofel Date: Wed, 12 Oct 2016 16:13:32 -0400 Subject: [PATCH] docs: replace gtk3 with gtk4 in man pages --- docs/reference/gtk/gtk-query-immodules-4.0.xml | 14 +++++++------- docs/reference/gtk/gtk4-demo-application.xml | 14 +++++++------- docs/reference/gtk/gtk4-demo.xml | 12 ++++++------ docs/reference/gtk/gtk4-icon-browser.xml | 12 ++++++------ docs/reference/gtk/gtk4-widget-factory.xml | 12 ++++++------ 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 @@ - + - gtk-query-immodules-3.0 + gtk-query-immodules-4.0 GTK+ @@ -17,19 +17,19 @@ - gtk-query-immodules-3.0 + gtk-query-immodules-4.0 1 User Commands - gtk-query-immodules-3.0 + gtk-query-immodules-4.0 Input method module registration utility -gtk-query-immodules-3.0 +gtk-query-immodules-4.0 --update-cache MODULE @@ -37,7 +37,7 @@ Description -gtk-query-immodules-3.0 collects information about loadable +gtk-query-immodules-4.0 collects information about loadable input method modules for GTK+ and writes it to the default cache file location, or to stdout. @@ -51,7 +51,7 @@ may be absolute or relative paths. -Normally, the output of gtk-query-immodules-3.0 is written +Normally, the output of gtk-query-immodules-4.0 is written to libdir/gtk-3.0/3.0.0/immodules.cache, where GTK+ looks for it by default. If it is written to some other location, the GTK_IM_MODULE_FILE 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 @@ - + - gtk3-demo-application + gtk4-demo-application GTK+ @@ -17,26 +17,26 @@ - gtk3-demo-application + gtk4-demo-application 1 User Commands - gtk3-demo-application + gtk4-demo-application Demonstrate GtkApplication -gtk3-demo-application +gtk4-demo-application Description -gtk3-demo-application is an example application -used by gtk3-demo. There is no need to call it +gtk4-demo-application is an example application +used by gtk4-demo. There is no need to call it manually. 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 @@ - + - gtk3-demo + gtk4-demo GTK+ @@ -17,19 +17,19 @@ - gtk3-demo + gtk4-demo 1 User Commands - gtk3-demo + gtk4-demo Demonstrate GTK+ widgets -gtk3-demo +gtk4-demo --help --list --run EXAMPLE @@ -39,7 +39,7 @@ Description -gtk3-demo is a collection of examples. +gtk4-demo is a collection of examples. Its purpose is to demonstrate many GTK+ widgets in a form that is useful to application developers. 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 @@ - + - gtk3-icon-browser + gtk4-icon-browser GTK+ @@ -17,26 +17,26 @@ - gtk3-icon-browser + gtk4-icon-browser 1 User Commands - gtk3-icon-browser + gtk4-icon-browser List themed icons -gtk3-icon-browser +gtk4-icon-browser --help Description -gtk3-icon-browser is a utility to explore the icons +gtk4-icon-browser 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. 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 @@ - + - gtk3-widget-factory + gtk4-widget-factory GTK+ @@ -17,26 +17,26 @@ - gtk3-widget-factory + gtk4-widget-factory 1 User Commands - gtk3-widget-factory + gtk4-widget-factory Demonstrate GTK+ widgets -gtk3-widget-factory +gtk4-widget-factory --help Description -gtk3-widget-factory is a collection of examples. +gtk4-widget-factory is a collection of examples. Its purpose is to demonstrate many GTK+ widgets in a form that is useful to GTK+ theme developers.