gwenhywfar  4.3.1
Functions
Slots
Signals

Slots. More...

Functions

GWENHYWFAR_API void GWEN_Slot_free (GWEN_SLOT *slot)
GWENHYWFAR_API GWEN_SIGNALOBJECTGWEN_Slot_GetSignalObject (const GWEN_SLOT *slot)
GWENHYWFAR_API GWEN_SLOTGWEN_Slot_new (GWEN_SIGNALOBJECT *so, const char *derivedType, const char *name, const char *typeOfArg1, const char *typeOfArg2, GWEN_SLOT_FUNCTION fn, void *userData)

Detailed Description

Slots.


Function Documentation

Definition at line 603 of file gwensignal.c.

GWENHYWFAR_API GWEN_SLOT* GWEN_Slot_new ( GWEN_SIGNALOBJECT so,
const char *  derivedType,
const char *  name,
const char *  typeOfArg1,
const char *  typeOfArg2,
GWEN_SLOT_FUNCTION  fn,
void *  userData 
)