Import line: | GObject = imports.gi.GObject; |
GIR File: | GObject-2.0.gir |
C documentation: | GValueArray |
Struct : | ValueArray |
Properties | Defined By | |
---|---|---|
n_prealloced : guint32
read only
|
GObject.ValueArray | |
n_values : guint32
|
GObject.ValueArray | |
values : GObject.Value
|
GObject.ValueArray |
Method / Constructor | Defined By | |
---|---|---|
new GObject.ValueArray
()
Create a new GObject.ValueArray
Create a new GObject.ValueArray
|
||
Create a new GObject.ValueArray
Create a new GObject.ValueArray
|
||
append
(Value value)
:
GObject.ValueArray
Insert a copy of value as last element of value_array.
Insert a copy of value as last element of value_array. If value is
NULL, an uninitialized value is appended.
|
GObject.ValueArray | |
copy
()
:
GObject.ValueArray
Construct an exact copy of a GValueArray by duplicating all its
contents.
Construct an exact copy of a GValueArray by duplicating all its
contents.
|
GObject.ValueArray | |
free
()
:
none
Free a GValueArray including its contents.
Free a GValueArray including its contents.
|
GObject.ValueArray | |
get_nth
(guint32 index_)
:
GObject.Value
Return a pointer to the value at index_ containd in value_array.
Return a pointer to the value at index_ containd in value_array.
|
GObject.ValueArray | |
Insert a copy of value at specified position into value_array.
Insert a copy of value at specified position into value_array. If value
is NULL, an uninitialized value is inserted.
|
GObject.ValueArray | |
prepend
(Value value)
:
GObject.ValueArray
Insert a copy of value as first element of value_array.
Insert a copy of value as first element of value_array. If value is
NULL, an uninitialized value is prepended.
|
GObject.ValueArray | |
remove
(guint32 index_)
:
GObject.ValueArray
Remove the value at position index_ from value_array.
Remove the value at position index_ from value_array.
|
GObject.ValueArray | |
Sort value_array using compare_func to compare the elements accoring to
the semantics of GCompareFunc.
Sort value_array using compare_func to compare the elements accoring to
the semantics of GCompareFunc. The current implementation uses Quick-Sort as sorting algorithm.
|
GObject.ValueArray |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Atk.Relation
Property |
target : GObject.ValueArray
|
Soup
Method |
Soup.value_array_new
()
:
GObject.ValueArray
Creates a new GValueArray.
|