Foundry.DiagnosticRange

g Foundry.DiagnosticRange Foundry.DiagnosticRange GObject.Object GObject.Object GObject.Object->Foundry.DiagnosticRange

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_end_line ()

get_end_line_offset ()

get_start_line ()

get_start_line_offset ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

end-line

int

r/w/co

end-line-offset

int

r/w/co

start-line

int

r/w/co

start-line-offset

int

r/w/co

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Foundry.DiagnosticRange(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Foundry.DiagnosticRangeClass

Represents a range within a file that a diagnostic applies to.

get_end_line()
Return type:

int

get_end_line_offset()
Return type:

int

get_start_line()
Return type:

int

get_start_line_offset()
Return type:

int

Property Details

Foundry.DiagnosticRange.props.end_line
Name:

end-line

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

Foundry.DiagnosticRange.props.end_line_offset
Name:

end-line-offset

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

Foundry.DiagnosticRange.props.start_line
Name:

start-line

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

Foundry.DiagnosticRange.props.start_line_offset
Name:

start-line-offset

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY