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, IntPtr, DestroyNotify)

Calls native constructor adw_callback_animation_target_new.

public static extern IntPtr New(AnimationTargetFunc callback, IntPtr userData, DestroyNotify destroy)

Parameters

callback AnimationTargetFunc

Transfer ownership: None Nullable: False

userData IntPtr

Transfer ownership: None Nullable: True

destroy DestroyNotify

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: Full Nullable: False