Home
last modified time | relevance | path

Searched refs:ide_config_get_run_opts (Results 1 – 3 of 3) sorted by relevance

/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/foundry/
H A Dide-config.h141 const gchar *ide_config_get_run_opts (IdeConfig *self);
H A Dide-config.c410 g_value_set_string (value, ide_config_get_run_opts (self)); in ide_config_get_property()
1663 ide_config_get_run_opts (IdeConfig *self) in ide_config_get_run_opts() function
H A Dide-run-manager.c540 if (NULL != (run_opts = ide_config_get_run_opts (config))) in create_runner_cb()