Home
last modified time | relevance | path

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

/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/projects/
H A Dide-project-info.c60 gchar *build_system_hint; member
232 return self->build_system_hint; in ide_project_info_get_build_system_hint()
237 const gchar *build_system_hint) in ide_project_info_set_build_system_hint() argument
241 if (!ide_str_equal0 (self->build_system_hint, build_system_hint)) in ide_project_info_set_build_system_hint()
243 g_free (self->build_system_hint); in ide_project_info_set_build_system_hint()
244 self->build_system_hint = g_strdup (build_system_hint); in ide_project_info_set_build_system_hint()
389 g_clear_pointer (&self->build_system_hint, g_free); in ide_project_info_finalize()
H A Dide-recent-projects.c160 const gchar *build_system_hint = NULL; in ide_recent_projects_load_recent() local
219build_system_hint = groups [i] + strlen (IDE_RECENT_PROJECTS_BUILD_SYSTEM_HINT_GROUP_PREFIX); in ide_recent_projects_load_recent()
228 "build-system-hint", build_system_hint, in ide_recent_projects_load_recent()
H A Dide-project-info.h95 const gchar *build_system_hint);