gobject.parameter

Module for [Parameter] class

class Parameter

Types 1

The GParameter struct is an auxiliary structure used to hand parameter name/value pairs to gobject.object.ObjectWrap.newv.

Deprecated

This type is not introspectable.
Fields
GParameter _cInstance
Methods
void * _cPtr() nothrow
string name() @property nothrowGet `name` field. Returns: the parameter name
void name(string propval) @property nothrowSet `name` field. Params: propval = the parameter name
gobject.value.Value value() @property nothrowGet `value` field. Returns: the parameter value
Constructors
this(void * ptr, Flag!"Take" take)