MkObjectC - create and destroy a managed-object … More...
Functions | |
static OT_ProcRet | rbmkkernel_MkObjectC_Dispose (MkObjectC_ARGS) |
Ruby: → C-API Dispose-Slot - untie the connection between the Native-Ruby-Instance and the rbmkkernel-Instance. | |
static OT_ProcRet | rbmkkernel_MkObjectC_Delete (MkObjectC_ARGS) |
Ruby: → C-API Delete-Slot - delete an instance. | |
static OT_ProcRet | rbmkkernel_MkObjectC_DeleteCallbackCleanup (OtClass_ARGS) |
Ruby: → C-API cleanup the DeleteCallback installed with MkObjectDeleteCallbackSetup … | |
static OT_ProcRet | rbmkkernel_MkObjectC_DeleteCallbackSetup (OtClass_ARGS) |
Ruby: → C-API Create/Delete the instance-delete-callback … | |
MkObjectC - create and destroy a managed-object …
|
static |
Ruby:
→ C-API (destructor) obj.Delete()
Delete-Slot - delete an instance.
Definition at line 833 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API (static) MkObjectC.DeleteCallbackCleanup(ident:string)
cleanup the DeleteCallback installed with MkObjectDeleteCallbackSetup …
Definition at line 846 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API (static) MkObjectC.DeleteCallbackSetup(ident:string, ?callback:callable=nil?, ?filter:string="nil"?)
Create/Delete the instance-delete-callback …
Definition at line 859 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API (destructor) obj.Dispose()
Dispose-Slot - untie the connection between the Native-Ruby-Instance and the rbmkkernel-Instance.
Definition at line 820 of file MkObjectC_rb.c.