Table of Contents

Class MenuAttributeIter

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

Constructors

MenuAttributeIter(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 MenuAttributeIter(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

MenuAttributeIter(CreationData)

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

Parameters

data CreationData

MenuAttributeIter(MenuAttributeIterHandle)

protected MenuAttributeIter(MenuAttributeIterHandle handle)

Parameters

handle MenuAttributeIterHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetName()

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

Returns

string

GetValue()

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

Returns

Variant

NewFromPointer(nint, bool)

Creates a new managed MenuAttributeIter instance for a given pointer.

public static MenuAttributeIter NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

MenuAttributeIter

NewWithProperties(ConstructArgument[])

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

public static MenuAttributeIter NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

MenuAttributeIter

Next()

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

Returns

bool