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

Calls native constructor g_property_action_new. Version: 2.38

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

Parameters

name NonNullableUtf8StringHandle

Transfer ownership: None Nullable: False

object IntPtr
propertyName NonNullableUtf8StringHandle

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: Full Nullable: False