Table of Contents

Class PropertyAnimationTarget

Namespace
Adw.Internal
Assembly
Adw-1.dll
public class PropertyAnimationTarget
Inheritance
PropertyAnimationTarget
Inherited Members

Methods

GetGType()

Calls native function adw_property_animation_target_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetObject(IntPtr)

Calls native method adw_property_animation_target_get_object. Version: 1.2

[Version("1.2")]
public static extern IntPtr GetObject(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: False

GetPspec(IntPtr)

Calls native method adw_property_animation_target_get_pspec. Version: 1.2

[Version("1.2")]
public static extern IntPtr GetPspec(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: False

New(IntPtr, NonNullableUtf8StringHandle)

Calls native constructor adw_property_animation_target_new. Version: 1.2

[Version("1.2")]
public static extern IntPtr New(IntPtr @object, NonNullableUtf8StringHandle propertyName)

Parameters

object IntPtr
propertyName NonNullableUtf8StringHandle

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: Full Nullable: False

NewForPspec(IntPtr, IntPtr)

Calls native constructor adw_property_animation_target_new_for_pspec. Version: 1.2

[Version("1.2")]
public static extern IntPtr NewForPspec(IntPtr @object, IntPtr pspec)

Parameters

object IntPtr
pspec IntPtr

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: Full Nullable: False