HomeSort by relevance Sort by last modified time
    Searched full:arg_description (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/glib/
goption.h 98 const gchar *arg_description; member in struct:_GOptionEntry
goption.c 199 * using the @arg_description of the corresponding #GOptionEntry in
484 if (!NO_ARG (entry) && entry->arg_description)
485 len += 1 + _g_utf8_strwidth (TRANSLATE (group, entry->arg_description), -1);
514 if (entry->arg_description)
515 g_string_append_printf (str, "=%s", TRANSLATE (group, entry->arg_description));
608 rest_description = TRANSLATE (context->main_group, entry->arg_description);
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
option.sgml 454 @arg_description: The placeholder to use for the extra argument parsed
456 output. The @arg_description is translated using the @translate_func of the
  /external/bluetooth/glib/
ChangeLog.pre-2-8 625 has an arg_description, display the synopsis as
    [all...]

Completed in 155 milliseconds