[gtk+] docs: Remove mentions of gtk_init_with_args().



commit 158015be6cafb05c47659ebf0a9c18b2d6f1b5ab
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Mar 17 21:11:26 2017 +0100

    docs: Remove mentions of gtk_init_with_args().
    
    Because it has been removed: See commit 7e8eb3ddcd29ce9eecb14a56dbfeb0caf64dc772

 docs/reference/gtk/gtk4-sections.txt |    1 -
 gdk/gdk.c                            |    2 +-
 gdk/gdkdisplaymanager.c              |    2 +-
 gtk/gtkmain.c                        |    4 ++--
 4 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt
index b89687d..514472b 100644
--- a/docs/reference/gtk/gtk4-sections.txt
+++ b/docs/reference/gtk/gtk4-sections.txt
@@ -4890,7 +4890,6 @@ gtk_get_locale_direction
 gtk_parse_args
 gtk_init
 gtk_init_check
-gtk_init_with_args
 gtk_get_option_group
 gtk_events_pending
 gtk_main
diff --git a/gdk/gdk.c b/gdk/gdk.c
index c7cd32a..f26696c 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -777,7 +777,7 @@ gdk_set_program_class (const char *program_class)
  * gdk_disable_multidevice:
  *
  * Disables multidevice support in GDK. This call must happen prior
- * to gdk_display_open(), gtk_init(), gtk_init_with_args() or
+ * to gdk_display_open(), gtk_init() or
  * gtk_init_check() in order to take effect.
  *
  * Most common GTK+ applications won’t ever need to call this. Only
diff --git a/gdk/gdkdisplaymanager.c b/gdk/gdkdisplaymanager.c
index 2bd670f..c3e32c2 100644
--- a/gdk/gdkdisplaymanager.c
+++ b/gdk/gdkdisplaymanager.c
@@ -244,7 +244,7 @@ static const gchar *allowed_backends;
  * list to try all remaining backends.
  *
  * This call must happen prior to gdk_display_open(),
- * gtk_init(), gtk_init_with_args() or gtk_init_check()
+ * gtk_init(), or gtk_init_check()
  * in order to take effect.
  *
  * Since: 3.10
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index 69d71f8..045480c 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -373,8 +373,8 @@ static gboolean do_setlocale = TRUE;
 
 /**
  * gtk_disable_setlocale:
- * 
- * Prevents gtk_init(), gtk_init_check(), gtk_init_with_args() and
+ *
+ * Prevents gtk_init(), gtk_init_check() and
  * gtk_parse_args() from automatically
  * calling `setlocale (LC_ALL, "")`. You would
  * want to use this function if you wanted to set the locale for


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]