Class CallbackAnimationTarget
public class CallbackAnimationTarget
- Inheritance
-
CallbackAnimationTarget
- Inherited Members
Methods
GetGType()
Calls native function adw_callback_animation_target_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
New(AnimationTargetFunc, nint, DestroyNotify)
Calls native constructor adw_callback_animation_target_new.
public static extern nint New(AnimationTargetFunc callback, nint userData, DestroyNotify destroy)
Parameters
callbackAnimationTargetFuncTransfer ownership: None Nullable: False
userDatanintTransfer ownership: None Nullable: True
destroyDestroyNotifyTransfer ownership: None Nullable: False
Returns
- nint
Transfer ownership: Full Nullable: False