Table of Contents

Class CallbackAnimationTarget

Namespace
Adw.Internal
Assembly
Adw-1.dll
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 AnimationTargetFunc

Transfer ownership: None Nullable: False

userData nint

Transfer ownership: None Nullable: True

destroy DestroyNotify

Transfer ownership: None Nullable: False

Returns

nint

Transfer ownership: Full Nullable: False