Class CallbackAction
public class CallbackAction
- Inheritance
-
CallbackAction
- Inherited Members
Methods
GetGType()
Calls native function gtk_callback_action_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
New(ShortcutFunc, nint, DestroyNotify)
Calls native constructor gtk_callback_action_new.
public static extern nint New(ShortcutFunc callback, nint data, DestroyNotify destroy)
Parameters
callback
ShortcutFuncTransfer ownership: None Nullable: False
data
nintTransfer ownership: None Nullable: True
destroy
DestroyNotifyTransfer ownership: None Nullable: False
Returns
- nint
Transfer ownership: Full Nullable: False