mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
forgotten file
This commit is contained in:
parent
90d70c5967
commit
700b6c4b87
@ -1341,8 +1341,8 @@ free_pending_nulls (GOptionContext *context,
|
||||
/**
|
||||
* g_option_context_parse:
|
||||
* @context: a #GOptionContext
|
||||
* @argc: a pointer to the number of command line arguments.
|
||||
* @argv: a pointer to the array of command line arguments.
|
||||
* @argc: a pointer to the number of command line arguments
|
||||
* @argv: a pointer to the array of command line arguments
|
||||
* @error: a return location for errors
|
||||
*
|
||||
* Parses the command line arguments, recognizing options
|
||||
@ -1363,6 +1363,11 @@ free_pending_nulls (GOptionContext *context,
|
||||
* this function will produce help output to stdout and
|
||||
* call <literal>exit (0)</literal>.
|
||||
*
|
||||
* Note that function depends on the
|
||||
* <link linkend="setlocale">current locale</link> for
|
||||
* automatic character set conversion of string and filename
|
||||
* arguments.
|
||||
*
|
||||
* Return value: %TRUE if the parsing was successful,
|
||||
* %FALSE if an error occurred
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user