| Top |
| const gchar * | ide_simple_build_system_discovery_get_glob () |
| void | ide_simple_build_system_discovery_set_glob () |
| const gchar * | ide_simple_build_system_discovery_get_hint () |
| void | ide_simple_build_system_discovery_set_hint () |
| gint | ide_simple_build_system_discovery_get_priority () |
| void | ide_simple_build_system_discovery_set_priority () |
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.*".
Owner: IdeSimpleBuildSystemDiscovery
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.
Owner: IdeSimpleBuildSystemDiscovery
Flags: Read / Write
Default value: NULL
Since: 3.32