#define GB_STATIC_METHOD ( symbol , type , exec , signature ) ...
Declares a static method symbol.
- symbol is the name of the method.
- type is the return type of the method.
- exec is the address of the function that implements the method.
- signature is the signature of the method.
If an event returns nothing, use NULL
as return datatype.