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
callback
AnimationTargetFuncTransfer ownership: None Nullable: False
userData
nintTransfer ownership: None Nullable: True
destroy
DestroyNotifyTransfer ownership: None Nullable: False
Returns
- nint
Transfer ownership: Full Nullable: False