SequenceIter

class SequenceIter(pointer: <Error class: unknown class><<Error class: unknown class>>) : ProxyInstance

The #GSequenceIter struct is an opaque data type representing an iterator pointing into a #GSequence.

Skipped during bindings generation

  • parameter b: SequenceIter

  • method get_sequence: Return type Sequence is unsupported

  • method move: Return type SequenceIter is unsupported

  • method next: Return type SequenceIter is unsupported

  • method prev: Return type SequenceIter is unsupported

Constructors

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

Properties

Link copied to clipboard
val glibSequenceIterPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open override val handle: <Error class: unknown class>?

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Compare two proxy instances for equality. This will compare both the type of the instances, and their memory addresses.

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

Returns the position of @iter

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Returns whether @iter is the begin iterator

Link copied to clipboard
fun isEnd(): Boolean

Returns whether @iter is the end iterator