Searched refs:GOptionContext (Results 1 – 25 of 100) sorted by relevance
1234
/third_party/glib/glib/ |
D | goption.h | 38 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 …]
|
D | goption.c | 291 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 …]
|
D | glib-autocleanups.h | 68 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GOptionContext, g_option_context_free)
|
/third_party/glib/glib/tests/ |
D | option-context.c | 64 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 …]
|
D | option-argv0.c | 34 GOptionContext *context; in test_platform_argv0()
|
D | spawn-path-search-helper.c | 88 GOptionContext *context = NULL; in main()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | options.hh | 99 post_parse (GOptionContext *context G_GNUC_UNUSED, in post_parse() 151 GOptionContext *context;
|
/third_party/glib/gio/tests/ |
D | gdbus-daemon.c | 16 GOptionContext *context; in main()
|
D | gdbus-example-watch-name.c | 42 GOptionContext *opt_context; in main()
|
D | echo-server.c | 42 GOptionContext *context; in main()
|
D | gdbus-example-own-name.c | 36 GOptionContext *opt_context; in main()
|
D | gapplication-example-cmdline3.c | 15 GOptionContext *context; in my_cmdline_handler()
|
/third_party/glib/gio/ |
D | gio-tool-rename.c | 35 GOptionContext *context; in handle_rename()
|
D | gio-tool-remove.c | 38 GOptionContext *context; in handle_remove()
|
D | gio-tool-mkdir.c | 38 GOptionContext *context; in handle_mkdir()
|
D | gio-tool.h | 27 void show_help (GOptionContext *context,
|
D | gio-tool-open.c | 62 GOptionContext *context; in handle_open()
|
D | gio-tool-launch.c | 39 GOptionContext *context; in handle_launch()
|
D | gio-tool-cat.c | 124 GOptionContext *context; in handle_cat()
|
D | gio-tool-mime.c | 62 GOptionContext *context; in handle_mime()
|
/third_party/gstreamer/gstreamer/tests/examples/ptp/ |
D | ptp-print-times.c | 64 GOptionContext *opt_ctx; in main()
|
/third_party/libsoup/tests/ |
D | ntlm-test-helper.c | 36 GOptionContext *opts; in main()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gst.c | 153 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/ |
D | test-oss4.c | 110 GOptionContext *ctx; in main()
|
/third_party/gstreamer/gstreamer/tests/misc/ |
D | netclock-replay.c | 59 GOptionContext *context; in main()
|
1234