Searched refs:GOptionContext (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/glib/glib/ |
D | goption.h | 33 typedef struct _GOptionContext GOptionContext; typedef 66 typedef gboolean (*GOptionParseFunc) (GOptionContext *context, 71 typedef void (*GOptionErrorFunc) (GOptionContext *context, 103 GOptionContext *g_option_context_new (const gchar *parameter_string); 104 void g_option_context_set_summary (GOptionContext *context, 106 G_CONST_RETURN gchar *g_option_context_get_summary (GOptionContext *context); 107 void g_option_context_set_description (GOptionContext *context, 109 G_CONST_RETURN gchar *g_option_context_get_description (GOptionContext *context); 110 void g_option_context_free (GOptionContext *context); 111 void g_option_context_set_help_enabled (GOptionContext *context, [all …]
|
D | goption.c | 122 static void free_changes_list (GOptionContext *context, 124 static void free_pending_nulls (GOptionContext *context, 217 GOptionContext * 221 GOptionContext *context; in g_option_context_new() 223 context = g_new0 (GOptionContext, 1); in g_option_context_new() 241 void g_option_context_free (GOptionContext *context) in g_option_context_free() 278 void g_option_context_set_help_enabled (GOptionContext *context, in g_option_context_set_help_enabled() 299 g_option_context_get_help_enabled (GOptionContext *context) in g_option_context_get_help_enabled() 323 g_option_context_set_ignore_unknown_options (GOptionContext *context, in g_option_context_set_ignore_unknown_options() 343 g_option_context_get_ignore_unknown_options (GOptionContext *context) in g_option_context_get_ignore_unknown_options() [all …]
|
/external/bluetooth/bluez/tracer/ |
D | main.c | 83 GOptionContext *context; in main()
|
/external/bluetooth/glib/tests/ |
D | gio-ls.c | 23 GOptionContext *context = NULL; in main()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | ImageDiff.cpp | 184 …GOptionContext* context = g_option_context_new("- compare two image files, printing their percenta… in main()
|
/external/bluetooth/bluez/input/ |
D | sixpair.c | 233 GOptionContext *context; in main()
|
/external/bluetooth/bluez/src/ |
D | main.c | 379 GOptionContext *context; in main()
|
/external/bluetooth/bluez/attrib/ |
D | gatttool.c | 537 GOptionContext *context; in main()
|
/external/bluetooth/bluez/test/ |
D | btiotest.c | 503 GOptionContext *context; in main()
|
/external/bluetooth/glib/gio/tests/ |
D | live-g-file.c | 1097 GOptionContext *context; in main()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1044 GOptionContext
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-18 | 722 * glib/tests/option-context.c: Add all GOptionContext tests here.
|