Top | ![]() |
![]() |
![]() |
![]() |
const gchar *
ide_simple_build_system_discovery_get_glob
(IdeSimpleBuildSystemDiscovery *self
);
void ide_simple_build_system_discovery_set_glob (IdeSimpleBuildSystemDiscovery *self
,const gchar *glob
);
const gchar *
ide_simple_build_system_discovery_get_hint
(IdeSimpleBuildSystemDiscovery *self
);
void ide_simple_build_system_discovery_set_hint (IdeSimpleBuildSystemDiscovery *self
,const gchar *hint
);
gint
ide_simple_build_system_discovery_get_priority
(IdeSimpleBuildSystemDiscovery *self
);
void ide_simple_build_system_discovery_set_priority (IdeSimpleBuildSystemDiscovery *self
,gint priority
);
#define IDE_TYPE_SIMPLE_BUILD_SYSTEM_DISCOVERY (ide_simple_build_system_discovery_get_type())
struct IdeSimpleBuildSystemDiscoveryClass { IdeObjectClass parent_class; };
“glob”
property“glob” gchar *
The "glob" property is a glob to match for files within the project directory. This can be used to quickly match the project file, such as "configure.*".
Flags: Read / Write
Default value: NULL
Since: 3.32
“hint”
property“hint” gchar *
The "hint" property is used from ide_build_system_discovery_discover()
if the build file was discovered.
Flags: Read / Write
Default value: NULL
Since: 3.32
“priority”
property“priority” gint
The "priority" property is the priority of any match.
Flags: Read / Write
Default value: 0
Since: 3.32