Searched refs:arg_description (Results 1 – 3 of 3) sorted by relevance
98 const gchar *arg_description; member
484 if (!NO_ARG (entry) && entry->arg_description) in calculate_max_length()485 len += 1 + _g_utf8_strwidth (TRANSLATE (group, entry->arg_description), -1); in calculate_max_length()514 if (entry->arg_description) in print_entry()515 g_string_append_printf (str, "=%s", TRANSLATE (group, entry->arg_description)); in print_entry()608 rest_description = TRANSLATE (context->main_group, entry->arg_description); in g_option_context_get_help()
625 has an arg_description, display the synopsis as