MesonTargets
Object Hierarchy:
Description:
public class MesonTargets : Object, Object
Class to parse Meson's targets info file
Content:
Classes:
Properties:
- public Container targets { get; set; }
Static methods:
- public static Container configuration_files (File root) throws Error
Provides a list of configuration files used by the build system.
- public static ListModel create_monitors (File root) throws Error
Create a list of GLib.FileMonitor
objects for all meson configuration files found at, autodetected, given project's root or base directory where the meson is
configurade.
Creation methods:
Methods:
- public Container calculate_targets (TargetManager manager) throws Error
- public Container files (string target)
Extract all files referenced in current Vala compiler command, and
creates a list of file's URI
- public Container options (string target)
Extract all options used in current Vala compiler command
- public Container packages (string target)
Extract all packages '--pkg' used in current Vala compiler
command
- public void read_file (File file) throws Error
Parse a Meson's targets info file 'intro-targets.json' and set
all of them in targets
- public void read_string (string str) throws Error
Parse a Meson's targets info file 'intro-targets.json' as a
string and set all of them in targets
- public string vala_command (string target)
Extract a string version of Vala compiler command
- public Container vapi_dirs (string target)
Extract all switches '--vapidir' used in current Vala compiler
command. GVo.NamedString list use '--vapidir' as name and path as its value.
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 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