girtod v0.22.0 (2021-01-24T12:11:29Z)
Home
Dub
Repo
GirParam
gtd
GirFunction
Undocumented in source.
final
class
GirParam {
string
doc
;
string
name
;
GirType
type
;
GirTransferOwnership
ownership
;
GirParamDirection
direction
;
GirParam
lengthFor
;
GirWrapper
wrapper
;
this
(GirWrapper wrapper);
void
parse
(XMLReader!T reader);
}
Constructors
this
this
(GirWrapper wrapper)
Undocumented in source.
Members
Functions
parse
void
parse
(XMLReader!T reader)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
direction
GirParamDirection
direction
;
Undocumented in source.
doc
string
doc
;
Undocumented in source.
lengthFor
GirParam
lengthFor
;
Undocumented in source.
name
string
name
;
Undocumented in source.
ownership
GirTransferOwnership
ownership
;
Undocumented in source.
type
GirType
type
;
Undocumented in source.
wrapper
GirWrapper
wrapper
;
Undocumented in source.
Meta
Source
See Implementation
gtd
GirFunction
classes
GirFunction
GirParam
enums
GirFunctionType
GirParamDirection
GirTransferOwnership