forked from AuroraMiddleware/gtk
docs: Remove mentions of gtk_init_with_args().
Because it has been removed: See commit 7e8eb3ddcd
This commit is contained in:
parent
c71c3954f4
commit
158015be6c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user