mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
Merge branch 'option-docs' into 'master'
goption: Clarify G_OPTION_ARG_FILENAME documentation See merge request GNOME/glib!885
This commit is contained in:
commit
17880eb8e0
@ -93,11 +93,12 @@ typedef enum
|
||||
/**
|
||||
* GOptionArg:
|
||||
* @G_OPTION_ARG_NONE: No extra argument. This is useful for simple flags.
|
||||
* @G_OPTION_ARG_STRING: The option takes a string argument.
|
||||
* @G_OPTION_ARG_STRING: The option takes a UTF-8 string argument.
|
||||
* @G_OPTION_ARG_INT: The option takes an integer argument.
|
||||
* @G_OPTION_ARG_CALLBACK: The option provides a callback (of type
|
||||
* #GOptionArgFunc) to parse the extra argument.
|
||||
* @G_OPTION_ARG_FILENAME: The option takes a filename as argument.
|
||||
* @G_OPTION_ARG_FILENAME: The option takes a filename as argument, which will
|
||||
be in the GLib filename encoding rather than UTF-8.
|
||||
* @G_OPTION_ARG_STRING_ARRAY: The option takes a string argument, multiple
|
||||
* uses of the option are collected into an array of strings.
|
||||
* @G_OPTION_ARG_FILENAME_ARRAY: The option takes a filename as argument,
|
||||
|
Loading…
Reference in New Issue
Block a user