Documentation
Dlang.org
PathDescriptor
arrowflight
path_descriptor
class
PathDescriptor :
Descriptor
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
PathDescriptor
self
();
this
(string[] paths);
string
[]
getPaths
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(string[] paths)
Members
Functions
getPaths
string
[]
getPaths
()
self
PathDescriptor
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From Descriptor
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
Descriptor
self
()
Returns
this
, for use in
with
statements.
equal
bool
equal
(arrowflight.descriptor.Descriptor otherDescriptor)
toString_
string
toString_
()
arrowflight
path_descriptor
classes
PathDescriptor