Lines Matching full:help
188 * the first line of <option>--help</option> output, after the
268 * @help_enabled: %TRUE to enable <option>--help</option>, %FALSE to disable it
270 * Enables or disables automatic generation of <option>--help</option>
272 * <option>--help</option>, <option>-?</option>, <option>--help-all</option>
273 * and <option>--help-</option><replaceable>groupname</replaceable> and creates
291 * Returns whether automatic <option>--help</option> generation
294 * Returns: %TRUE if automatic help generation is turned on.
396 * treated differently when generating <option>--help</option> output.
442 * the <option>--help</option> output for the options in @entries
569 * @group: the #GOptionGroup to create help for, or %NULL
571 * Returns a formatted, translated help text for the given context.
572 * To obtain the text produced by <option>--help</option>, call
574 * To obtain the text produced by <option>--help-all</option>, call
576 * To obtain the help text for an option group, call
579 * Returns: A newly allocated string containing the help text
682 max_length = _g_utf8_strwidth ("-?, --help", -1);
686 len = _g_utf8_strwidth ("--help-all", -1);
700 /* First, we check the --help-<groupname> options */
701 len = _g_utf8_strwidth ("--help-", -1) + _g_utf8_strwidth (g->name, -1);
719 _("Help Options:"), '?', max_length - 4, "help",
720 _("Show help options"));
722 /* We only want --help-all when there are groups */
725 max_length, "help-all",
726 _("Show all help options"));
733 g_string_append_printf (string, " --help-%-*s %s\n",
781 /* Print application options if --help or --help-all has been specified */
825 gchar *help;
827 help = g_option_context_get_help (context, main_help, group);
828 g_print ("%s", help);
829 g_free (help);
1533 * If automatic <option>--help</option> support is enabled
1535 * @argv array contains one of the recognized help options,
1536 * this function will produce help output to stdout and
1623 /* Handle help options */
1626 if (strcmp (arg, "help") == 0)
1628 else if (strcmp (arg, "help-all") == 0)
1630 else if (strncmp (arg, "help-", 5) == 0)
1871 * help for the options in this group with <option>--help-</option>@name
1873 * <option>--help</option>. This string is translated using the translation
1875 * @help_description: a description for the <option>--help-</option>@name option.
2038 * strings, for <option>--help</option> output. Different
2100 * user-visible strings, for <option>--help</option> output.
2154 * @summary: a string to be shown in <option>--help</option> output
2157 * Adds a string to be displayed in <option>--help</option> output
2199 * @description: a string to be shown in <option>--help</option> output
2202 * Adds a string to be displayed in <option>--help</option> output