SourceLink

Constructors

this
this(EvSourceLink* evSourceLink, bool ownedRef)

Sets our main struct and passes it to the parent class.

this
this(string filename, int line, int col)

Destructor

~this
~this()
Undocumented in source.

Members

Functions

copy
SourceLink copy()
free
void free()
getSourceLinkStruct
EvSourceLink* getSourceLinkStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Properties

col
int col [@property getter]
int col [@property setter]
filename
string filename [@property getter]
string filename [@property setter]
line
int line [@property getter]
int line [@property setter]

Static functions

getType
GType getType()

Variables

evSourceLink
EvSourceLink* evSourceLink;

the main Gtk struct

ownedRef
bool ownedRef;
Undocumented in source.

Meta