BuildSystem
Object Hierarchy:
Description:
public interface BuildSystem : Object
Base interface for build systems
All known implementing classes:
Content:
Properties:
- public abstract Variant configuration { get; }
Configuration generated by introspecting build system.
- public abstract string intializer_command { get; }
A list of options to ejecute initialization
- public abstract string name { get; }
Build system name
- public abstract Container options { get; }
A list of options to ejecute initialization
- public abstract File root { get; }
A GLib.File for project's root
Methods:
- public virtual void add_option (string opt)
Add an option to execute build system's initialization
- public virtual void add_option_value (string opt, string val)
Add an option with value to execute build system's initialization
- public virtual async void cleanup () throws Error
Clean up build system, at the state it was before
initialize was called
- public virtual async void initialize ()
Run any initilization required by build system in order to produce
introspection information and configuration required by the server
- public virtual void initialize_sync ()
Run any initilization required by build system in order to produce
introspection information and configuration required by the server
- public virtual void set_command_path (string cmd)
Change the path for the command to initialize the build system using
options
Signals:
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref