Lines Matching full:parameter_string
79 gchar *parameter_string;
187 * @parameter_string: a string which is displayed in
194 * The @parameter_string can serve multiple purposes. It can be used
208 * Note that the @parameter_string is translated using the
218 g_option_context_new (const gchar *parameter_string)
225 context->parameter_string = g_strdup (parameter_string);
254 g_free (context->parameter_string);
623 if (context->parameter_string)
626 g_string_append (string, TRANSLATE (context, context->parameter_string));
2104 * this function only affects the @parameter_string (see g_option_context_new()),