MesonCommands
Object Hierarchy:
Description:
public class MesonCommands : Object, Object
Class to parse Meson commands file
Content:
Classes:
Properties:
Creation methods:
Methods:
- 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 commands file 'compile_commands.json' and set all
of them in commands
- public void read_string (string str) throws Error
Parse a Meson commands file 'compile_commands.json' and set all
of them in commands
- public Container targets (TargetManager manager) throws Error
Creates a GVo.Container as a list of
GVls.Target
- public string vala_command (string target)
Extract a raw 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.
- public File? vapi_package (string target)
Detects if a target provides a VAPI package
- public Container vapi_packages ()
Create a list of all VAPI packages provided by all targets
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