Method
GioApplicationset_option_context_parameter_string
since: 2.56
Declaration [src]
void
g_application_set_option_context_parameter_string (
GApplication* application,
const gchar* parameter_string
)
Description [src]
Sets the parameter string to be used by the commandline handling of application
.
This function registers the argument to be passed to g_option_context_new()
when the internal GOptionContext
of application
is created.
See g_option_context_new()
for more information about parameter_string
.
Available since: 2.56