MenuAttributeIter

open class MenuAttributeIter(pointer: <Error class: unknown class><<Error class: unknown class>>)

#GMenuAttributeIter is an opaque structure type. You must access it using the functions below.

Skipped during bindings generation

  • parameter out_name: out_name: Out parameter is not supported

Since

2.32

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gioMenuAttributeIterPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
open fun getName(): String

Gets the name of the attribute at the current iterator position, as a string.

Link copied to clipboard
open fun getValue(): <Error class: unknown class>

Gets the value of the attribute at the current iterator position.

Link copied to clipboard
open fun next(): Boolean

Attempts to advance the iterator to the next (possibly first) attribute.