ConfigurationVala
Object Hierarchy:
Description:
[ Version ( since = "0.14.0" ) ]
public class ConfigurationVala : Object, Configuration, Object
Content:
Properties:
- public bool add_using_namespaces { get; set; }
Add namespaces declared in source code with using directive
- public bool autoconfigure { get; set; }
For the server for an autoconfiguration.
- public File? commands { get; set; }
Meson's file with Commands
- public MesonCommands? compile_commands { get; set; }
Meson's parsed Commands
- public bool default_namespaces { get; set; }
Add current's Vala's namespaces.
- public bool default_vapi_dirs { get; set; }
Add current's Vala compiler's default VAPI dirs
- public bool enable_db { get; set; }
Enable Symbol Database Engine
- public Container files { get; set; }
Source files used by current build environment as a list of
GVo.String with the file's URI
- public bool initialized { get; set; }
Set to true if it was initialized to current environment
configuration.
- public string library_vapidir { get; set; }
Library's URI for VAPI directroy
- public bool meson_build_system { get; set; }
Enable meson Build System.
- public string meson_compile_commands { get; set; }
Contents of 'compile_commands.json' used in the project for
compilations
- public string meson_targets_intro { get; set; }
Contents of 'meson-info/intro-targets.json' used in the project
- public Container options { get; set; }
Additional options list
- public Container packages { get; set; }
Packages used by current build environment as a list of
GVo.String with the package's name
- public bool scan_workspace { get; set; }
Scan workspace's folders for Vala sources and VAPI files
- public string system_vapidir { get; set; }
Generic System's URI for VAPI directroy
- public Container targets { get; set; }
A set of targets to be tracked.
- public File? targets_info { get; set; }
Meson's Targets introspection information File
- public MesonTargets? targets_intro { get; set; }
Meson's parsed targets introspection information
- public Container vala_args { get; set; }
Arguments used by current build environment as a list of
GVo.String.
Creation methods:
Methods:
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
All known members inherited from interface GVls.Configuration
- add_file
- add_option
- add_package
- autoconfigure
- default_namespaces
- files
- meson_build_system
- options
- packages
All known members inherited from interface GVo.Object
- can_be_parsed_by
- can_be_parsed_to
- create_from_variant
- generic_variant_types_parseable
- generics_create_from_variant
- generics_variant_types_supported
- is_parseable
- parse_variant
- suggest_parser
- to_variant
- variant_types_parseable