Home
last modified time | relevance | path

Searched refs:GOptionContext (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/glib/glib/
Dgoption.h33 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 …]
Dgoption.c122 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/
Dmain.c83 GOptionContext *context; in main()
/external/bluetooth/glib/tests/
Dgio-ls.c23 GOptionContext *context = NULL; in main()
/external/webkit/Tools/DumpRenderTree/gtk/
DImageDiff.cpp184GOptionContext* context = g_option_context_new("- compare two image files, printing their percenta… in main()
/external/bluetooth/bluez/input/
Dsixpair.c233 GOptionContext *context; in main()
/external/bluetooth/bluez/src/
Dmain.c379 GOptionContext *context; in main()
/external/bluetooth/bluez/attrib/
Dgatttool.c537 GOptionContext *context; in main()
/external/bluetooth/bluez/test/
Dbtiotest.c503 GOptionContext *context; in main()
/external/bluetooth/glib/gio/tests/
Dlive-g-file.c1097 GOptionContext *context; in main()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1044 GOptionContext
/external/bluetooth/glib/
DChangeLog.pre-2-18722 * glib/tests/option-context.c: Add all GOptionContext tests here.