Table of Contents

Class PropertyAction

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class PropertyAction
Inheritance
PropertyAction
Inherited Members

Methods

GetGType()

Calls native function g_property_action_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

New(NonNullableUtf8StringHandle, nint, NonNullableUtf8StringHandle)

Calls native constructor g_property_action_new. Version: 2.38

[Version("2.38")]
public static extern nint New(NonNullableUtf8StringHandle name, nint @object, NonNullableUtf8StringHandle propertyName)

Parameters

name NonNullableUtf8StringHandle

Transfer ownership: None Nullable: False

object nint
propertyName NonNullableUtf8StringHandle

Transfer ownership: None Nullable: False

Returns

nint

Transfer ownership: Full Nullable: False