Home
last modified time | relevance | path

Searched refs:arg_description (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
Dgoption.h98 const gchar *arg_description; member
Dgoption.c484 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()
/external/bluetooth/glib/
DChangeLog.pre-2-8625 has an arg_description, display the synopsis as