mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
Merge branch 'fix-typo' into 'master'
typo correction See merge request GNOME/gtk!573
This commit is contained in:
commit
e0f8b8e820
@ -88,8 +88,8 @@
|
||||
The <varname>activate</varname> signal will be sent
|
||||
when your application is launched with
|
||||
g_application_run() on the line below.
|
||||
The gtk_application_run() also takes as arguments the pointers to the command line arguments
|
||||
counter and string array; this allows GTK to parse specific command line
|
||||
The g_application_run() also takes as arguments the command line arguments counter
|
||||
and the pointer to string array; this allows GTK to parse specific command line
|
||||
arguments that control the behavior of GTK itself. The parsed arguments
|
||||
will be removed from the array, leaving the unrecognized ones for your
|
||||
application to parse.
|
||||
|
Loading…
Reference in New Issue
Block a user