ActionEntry

class ActionEntry(val gioActionEntryPointer: <Error class: unknown class><<Error class: unknown class>>)(source)

This struct defines a single action. It is for use with method@Gio.ActionMap.add_action_entries.

The order of the items in the structure are intended to reflect frequency of use. It is permissible to use an incomplete initialiser in order to leave some of the later values as NULL. All values after @name are optional. Additional optional fields may be added in the future.

See method@Gio.ActionMap.add_action_entries for an example.

Skipped during bindings generation

  • field activate: Fields with callbacks are not supported

  • field change_state: Fields with callbacks are not supported

Constructors

Link copied to clipboard
constructor()

Allocate a new ActionEntry.

constructor(scope: <Error class: unknown class>)

Allocate a new ActionEntry using the provided AutofreeScope.

constructor(name: String?, parameterType: String?, state: String?)

Allocate a new ActionEntry.

constructor(name: String?, parameterType: String?, state: String?, scope: <Error class: unknown class>)

Allocate a new ActionEntry using the provided AutofreeScope.

constructor(gioActionEntryPointer: <Error class: unknown class><<Error class: unknown class>>)

Properties

Link copied to clipboard
val gioActionEntryPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
var name: String?

the name of the action

Link copied to clipboard

the type of the parameter that must be passed to the activate function for this action, given as a single GVariant type string (or NULL for no parameter)

Link copied to clipboard

the initial state for this action, given in gvariant-text-format.html. The state is parsed with no extra type information, so type tags must be added to the string if they are necessary. Stateless actions should give NULL here.

Functions

Link copied to clipboard
open override fun toString(): String