Home
last modified time | relevance | path

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

1234

/third_party/glib/glib/
Dgoption.h38 typedef struct _GOptionContext GOptionContext; typedef
167 typedef gboolean (*GOptionParseFunc) (GOptionContext *context,
182 typedef void (*GOptionErrorFunc) (GOptionContext *context,
290 GOptionContext *g_option_context_new (const gchar *parameter_string);
292 void g_option_context_set_summary (GOptionContext *context,
295 const gchar * g_option_context_get_summary (GOptionContext *context);
297 void g_option_context_set_description (GOptionContext *context,
300 const gchar * g_option_context_get_description (GOptionContext *context);
302 void g_option_context_free (GOptionContext *context);
304 void g_option_context_set_help_enabled (GOptionContext *context,
[all …]
Dgoption.c291 static void free_changes_list (GOptionContext *context,
293 static void free_pending_nulls (GOptionContext *context,
359 GOptionContext *
363 GOptionContext *context; in g_option_context_new()
365 context = g_new0 (GOptionContext, 1); in g_option_context_new()
392 void g_option_context_free (GOptionContext *context) in g_option_context_free()
427 void g_option_context_set_help_enabled (GOptionContext *context, in g_option_context_set_help_enabled()
448 g_option_context_get_help_enabled (GOptionContext *context) in g_option_context_get_help_enabled()
472 g_option_context_set_ignore_unknown_options (GOptionContext *context, in g_option_context_set_ignore_unknown_options()
492 g_option_context_get_ignore_unknown_options (GOptionContext *context) in g_option_context_get_ignore_unknown_options()
[all …]
Dglib-autocleanups.h68 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GOptionContext, g_option_context_free)
/third_party/glib/glib/tests/
Doption-context.c64 static GOptionContext *
67 GOptionContext *options; in make_options()
89 print_help (GOptionContext *options, gchar **argv) in print_help()
102 GOptionContext *options; in test_group_captions_help()
112 GOptionContext *options; in test_group_captions_help_all()
122 GOptionContext *options; in test_group_captions_help_test()
301 error_test1_pre_parse (GOptionContext *context, in error_test1_pre_parse()
312 error_test1_post_parse (GOptionContext *context, in error_test1_post_parse()
328 GOptionContext *context; in error_test1()
369 error_test2_pre_parse (GOptionContext *context, in error_test2_pre_parse()
[all …]
Doption-argv0.c34 GOptionContext *context; in test_platform_argv0()
Dspawn-path-search-helper.c88 GOptionContext *context = NULL; in main()
/third_party/skia/third_party/externals/harfbuzz/util/
Doptions.hh99 post_parse (GOptionContext *context G_GNUC_UNUSED, in post_parse()
151 GOptionContext *context;
/third_party/glib/gio/tests/
Dgdbus-daemon.c16 GOptionContext *context; in main()
Dgdbus-example-watch-name.c42 GOptionContext *opt_context; in main()
Decho-server.c42 GOptionContext *context; in main()
Dgdbus-example-own-name.c36 GOptionContext *opt_context; in main()
Dgapplication-example-cmdline3.c15 GOptionContext *context; in my_cmdline_handler()
/third_party/glib/gio/
Dgio-tool-rename.c35 GOptionContext *context; in handle_rename()
Dgio-tool-remove.c38 GOptionContext *context; in handle_remove()
Dgio-tool-mkdir.c38 GOptionContext *context; in handle_mkdir()
Dgio-tool.h27 void show_help (GOptionContext *context,
Dgio-tool-open.c62 GOptionContext *context; in handle_open()
Dgio-tool-launch.c39 GOptionContext *context; in handle_launch()
Dgio-tool-cat.c124 GOptionContext *context; in handle_cat()
Dgio-tool-mime.c62 GOptionContext *context; in handle_mime()
/third_party/gstreamer/gstreamer/tests/examples/ptp/
Dptp-print-times.c64 GOptionContext *opt_ctx; in main()
/third_party/libsoup/tests/
Dntlm-test-helper.c36 GOptionContext *opts; in main()
/third_party/gstreamer/gstreamer/gst/
Dgst.c153 static gboolean init_pre (GOptionContext * context, GOptionGroup * group,
155 static gboolean init_post (GOptionContext * context, GOptionGroup * group,
410 GOptionContext *ctx; in gst_init_check()
545 init_pre (GOptionContext * context, GOptionGroup * group, gpointer data, in init_pre()
646 init_post (GOptionContext * context, GOptionGroup * group, gpointer data, in init_post()
/third_party/gstreamer/gstplugins_good/tests/icles/
Dtest-oss4.c110 GOptionContext *ctx; in main()
/third_party/gstreamer/gstreamer/tests/misc/
Dnetclock-replay.c59 GOptionContext *context; in main()

1234