Table of Contents

Class SimpleActionGroup

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

Methods

AddEntries(IntPtr, ActionEntryArrayHandle, int, IntPtr)

Calls native method g_simple_action_group_add_entries. Version: 2.30

[Version("2.30")]
public static extern void AddEntries(IntPtr simple, ActionEntryArrayHandle entries, int nEntries, IntPtr userData)

Parameters

simple IntPtr

Transfer ownership: None Nullable: False

entries ActionEntryArrayHandle

Transfer ownership: None Nullable: False

nEntries int

Transfer ownership: None Nullable: False

userData IntPtr

Transfer ownership: None Nullable: True

GetGType()

Calls native function g_simple_action_group_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

Insert(IntPtr, IntPtr)

Calls native method g_simple_action_group_insert. Version: 2.28

[Version("2.28")]
public static extern void Insert(IntPtr simple, IntPtr action)

Parameters

simple IntPtr

Transfer ownership: None Nullable: False

action IntPtr

Transfer ownership: None Nullable: False

Lookup(IntPtr, NonNullableUtf8StringHandle)

Calls native method g_simple_action_group_lookup. Version: 2.28

[Version("2.28")]
public static extern IntPtr Lookup(IntPtr simple, NonNullableUtf8StringHandle actionName)

Parameters

simple IntPtr

Transfer ownership: None Nullable: False

actionName NonNullableUtf8StringHandle

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: None Nullable: False

New()

Calls native constructor g_simple_action_group_new. Version: 2.28

[Version("2.28")]
public static extern IntPtr New()

Returns

IntPtr

Transfer ownership: Full Nullable: False

Remove(IntPtr, NonNullableUtf8StringHandle)

Calls native method g_simple_action_group_remove. Version: 2.28

[Version("2.28")]
public static extern void Remove(IntPtr simple, NonNullableUtf8StringHandle actionName)

Parameters

simple IntPtr

Transfer ownership: None Nullable: False

actionName NonNullableUtf8StringHandle

Transfer ownership: None Nullable: False