Diagnostic
Object Hierarchy:
Description:
public interface Diagnostic : Object, Object
All known implementing classes:
Content:
Properties:
- public abstract string code { get; set; }
The diagnostic's code, which might appear in the user interface.
- public abstract string message { get; set; }
The diagnostic's message.
- public abstract Range range { get; set; }
The range at which the message applies.
- public abstract Container related_information { get; set; }
An array of related diagnostic information, e.g. when symbol-names
within a scope collide all definitions can be marked via this property.
- public abstract DiagnosticSeverity severity { get; set; }
The diagnostic's severity. Can be omitted. If omitted it is up to the
client to interpret diagnostics as error, warning, info or hint.
- public abstract string source { get; set; }
A human-readable string describing the source of this diagnostic, e.g.
'typescript' or 'super lint'.
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 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