GirFunction

Undocumented in source.

Constructors

this
this(GirWrapper wrapper, GirStruct strct)
Undocumented in source.

Members

Functions

dup
GirFunction dup()
Undocumented in source. Be warned that the author may not have intended to support it.
getAddListenerBody
string[] getAddListenerBody()
Undocumented in source. Be warned that the author may not have intended to support it.
getAddListenerDeclaration
string[] getAddListenerDeclaration()
Undocumented in source. Be warned that the author may not have intended to support it.
getBody
string[] getBody()
Undocumented in source. Be warned that the author may not have intended to support it.
getCallbackDeclaration
string[] getCallbackDeclaration()
Undocumented in source. Be warned that the author may not have intended to support it.
getDeclaration
string[] getDeclaration()
Undocumented in source. Be warned that the author may not have intended to support it.
getDelegateDeclaration
string getDelegateDeclaration()
Undocumented in source. Be warned that the author may not have intended to support it.
getExternal
string getExternal()
Undocumented in source. Be warned that the author may not have intended to support it.
getFunctionPointerDeclaration
string[] getFunctionPointerDeclaration()
Undocumented in source. Be warned that the author may not have intended to support it.
getLinkerExternal
string getLinkerExternal()
Undocumented in source. Be warned that the author may not have intended to support it.
getSignalName
string getSignalName()
Undocumented in source. Be warned that the author may not have intended to support it.
isStatic
bool isStatic()

Is this function a static function.

isVariadic
bool isVariadic()
Undocumented in source. Be warned that the author may not have intended to support it.
parse
void parse(XMLReader!T reader)
Undocumented in source. Be warned that the author may not have intended to support it.
writeDocs
void writeDocs(string[] buff)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cType
string cType;
Undocumented in source.
doc
string doc;
Undocumented in source.
instanceParam
GirParam instanceParam;
Undocumented in source.
libVersion
string libVersion;
Undocumented in source.
lookupOverride
bool lookupOverride;

Force marking this function with override.

movedTo
string movedTo;
Undocumented in source.
name
string name;
Undocumented in source.
noCode
bool noCode;

Don't generate any class code for this function.

params
GirParam[] params;
Undocumented in source.
returnOwnership
GirTransferOwnership returnOwnership;
Undocumented in source.
returnType
GirType returnType;
Undocumented in source.
strct
GirStruct strct;
Undocumented in source.
throws
bool throws;
Undocumented in source.
type
GirFunctionType type;
Undocumented in source.
virtual
bool virtual;
Undocumented in source.
wrapper
GirWrapper wrapper;
Undocumented in source.

Meta