Path

Constructors

this
this(DzlPath* dzlPath, bool ownedRef = false)

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

this
this()

Members

Functions

append
void append(PathElement element)
getElement
PathElement getElement(uint index)

Gets the path element found at @index.

getElements
ListG getElements()
getLength
uint getLength()
getPathStruct
DzlPath* getPathStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

hasPrefix
bool hasPrefix(Path prefix)
isEmpty
bool isEmpty()
prepend
void prepend(PathElement element)
printf
string printf()

Static functions

getType
GType getType()

Variables

dzlPath
DzlPath* dzlPath;

the main Gtk struct

Meta