FlagSet

A fundamental type that describes a 32-bit flag bitfield, with 32-bit mask indicating which of the bits in the field are explicitly set.

Constructors

this
this(GstFlagSet* gstFlagSet, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getFlagSetStruct
GstFlagSet* getFlagSetStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Static functions

getType
GType getType()
register
GType register(GType flagsType)

Create a new sub-class of #GST_TYPE_FLAG_SET which will pretty-print the human-readable flags when serializing, for easier debugging.

Variables

gstFlagSet
GstFlagSet* gstFlagSet;

the main Gtk struct

ownedRef
bool ownedRef;
Undocumented in source.

Meta