Table of Contents

Class MenuLinkIter

Namespace
Gio
Assembly
Gio-2.0.dll
public class MenuLinkIter : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
MenuLinkIter
Implements
Inherited Members

Constructors

MenuLinkIter(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public MenuLinkIter(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

MenuLinkIter(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected MenuLinkIter(CreationData data)

Parameters

data CreationData

MenuLinkIter(MenuLinkIterHandle)

protected MenuLinkIter(MenuLinkIterHandle handle)

Parameters

handle MenuLinkIterHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetName()

[Version("2.32")]
public string GetName()

Returns

string

GetValue()

[Version("2.32")]
public MenuModel GetValue()

Returns

MenuModel

NewFromPointer(nint, bool)

Creates a new managed MenuLinkIter instance for a given pointer.

public static MenuLinkIter NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

MenuLinkIter

NewWithProperties(ConstructArgument[])

Creates a new MenuLinkIter and sets the properties specified by the construct arguments.

public static MenuLinkIter NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

MenuLinkIter

Next()

[Version("2.32")]
public bool Next()

Returns

bool