gtk-d v3.4.0 (2016-12-28T18:49:35Z)
Home
Dub
Repo
GtkParam
utils
GtkFunction
Undocumented in source.
final
class
GtkParam {
string
doc
;
string
name
;
GtkType
type
;
GtkTransferOwnership
ownerschip
;
GtkParamDirection
direction
;
GtkParam
lengthFor
;
GtkWrapper
wrapper
;
this
(GtkWrapper wrapper);
void
parse
(XMLReader!T reader);
}
Constructors
this
this
(GtkWrapper 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
GtkParamDirection
direction
;
Undocumented in source.
doc
string
doc
;
Undocumented in source.
lengthFor
GtkParam
lengthFor
;
Undocumented in source.
name
string
name
;
Undocumented in source.
ownerschip
GtkTransferOwnership
ownerschip
;
Undocumented in source.
type
GtkType
type
;
Undocumented in source.
wrapper
GtkWrapper
wrapper
;
Undocumented in source.
Meta
Source
See Implementation
utils
GtkFunction
classes
GtkFunction
GtkParam
enums
GtkFunctionType
GtkParamDirection
GtkTransferOwnership