Searched refs:g_option_context_set_summary (Results 1 – 25 of 32) sorted by relevance
12
/third_party/glib/gio/tests/ |
D | gdbus-daemon.c | 27 g_option_context_set_summary (context, in main()
|
D | gdbus-example-watch-name.c | 48 g_option_context_set_summary (opt_context, in main()
|
D | gdbus-example-watch-proxy.c | 160 g_option_context_set_summary (opt_context, in main()
|
D | filter-cat.c | 230 g_option_context_set_summary (context, "filter files"); in main()
|
/third_party/glib/gio/ |
D | gio-tool-rename.c | 50 g_option_context_set_summary (context, _("Rename a file.")); in handle_rename()
|
D | gio-tool-remove.c | 52 g_option_context_set_summary (context, _("Delete the given files.")); in handle_remove()
|
D | gio-tool-mkdir.c | 52 g_option_context_set_summary (context, _("Create directories.")); in handle_mkdir()
|
D | gio-tool-launch.c | 56 g_option_context_set_summary (context, in handle_launch()
|
D | gio-tool-open.c | 74 g_option_context_set_summary (context, in handle_open()
|
D | gio-tool-cat.c | 137 g_option_context_set_summary (context, in handle_cat()
|
D | gio-tool-mime.c | 75 g_option_context_set_summary (context, in handle_mime()
|
D | gio-tool-set.c | 93 g_option_context_set_summary (context, _("Set a file attribute of LOCATION.")); in handle_set()
|
D | gio-tool-save.c | 162 g_option_context_set_summary (context, in handle_save()
|
D | gio-tool-move.c | 98 g_option_context_set_summary (context, in handle_move()
|
D | gio-tool-tree.c | 243 g_option_context_set_summary (context, in handle_tree()
|
D | gio-tool-list.c | 176 g_option_context_set_summary (context, in handle_list()
|
D | gio-tool-copy.c | 104 g_option_context_set_summary (context, in handle_copy()
|
D | gio-tool-monitor.c | 208 g_option_context_set_summary (context, in handle_monitor()
|
D | gio-tool-trash.c | 224 g_option_context_set_summary (context, in handle_trash()
|
D | gio-tool-info.c | 344 g_option_context_set_summary (context, in handle_info()
|
D | glib-compile-resources.c | 774 g_option_context_set_summary (context, in main()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | options.hh | 138 g_option_context_set_summary (context, summary); in set_summary()
|
/third_party/glib/glib/ |
D | goption.h | 292 void g_option_context_set_summary (GOptionContext *context,
|
/third_party/gstreamer/gstplugins_bad/tools/ |
D | gst-transcoder.c | 356 g_option_context_set_summary (ctx, HELP_SUMMARY); in main()
|
/third_party/glib/glib/tests/ |
D | option-context.c | 2023 g_option_context_set_summary (context, "summary"); in test_basic() 2078 g_option_context_set_summary (context, "summary"); in test_translate() 2116 g_option_context_set_summary (context, "Summary"); in test_help() 2197 g_option_context_set_summary (context, "Summary"); in test_help_no_help_options()
|
12