docs: Remove mentions of gtk_init_with_args().

Because it has been removed: See commit 7e8eb3ddcd
This commit is contained in:
Murray Cumming 2017-03-17 21:11:26 +01:00
parent c71c3954f4
commit 158015be6c
No known key found for this signature in database
GPG Key ID: 3B76CE0EB51BD20A
4 changed files with 4 additions and 5 deletions

View File

@ -4890,7 +4890,6 @@ gtk_get_locale_direction
gtk_parse_args gtk_parse_args
gtk_init gtk_init
gtk_init_check gtk_init_check
gtk_init_with_args
gtk_get_option_group gtk_get_option_group
gtk_events_pending gtk_events_pending
gtk_main gtk_main

View File

@ -777,7 +777,7 @@ gdk_set_program_class (const char *program_class)
* gdk_disable_multidevice: * gdk_disable_multidevice:
* *
* Disables multidevice support in GDK. This call must happen prior * 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. * gtk_init_check() in order to take effect.
* *
* Most common GTK+ applications wont ever need to call this. Only * Most common GTK+ applications wont ever need to call this. Only

View File

@ -244,7 +244,7 @@ static const gchar *allowed_backends;
* list to try all remaining backends. * list to try all remaining backends.
* *
* This call must happen prior to gdk_display_open(), * 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. * in order to take effect.
* *
* Since: 3.10 * Since: 3.10

View File

@ -373,8 +373,8 @@ static gboolean do_setlocale = TRUE;
/** /**
* gtk_disable_setlocale: * 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 * gtk_parse_args() from automatically
* calling `setlocale (LC_ALL, "")`. You would * calling `setlocale (LC_ALL, "")`. You would
* want to use this function if you wanted to set the locale for * want to use this function if you wanted to set the locale for