| Import line: | GObject = imports.gi.GObject; |
| GIR File: | GObject-2.0.gir |
| C documentation: | GValueArray |
| Struct : | ValueArray |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
n_prealloced : Number
|
GObject.ValueArray | |
|
n_values : Number
|
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
|
GObject.ValueArray | |
|
copy
()
:
GObject.ValueArray
|
GObject.ValueArray | |
|
free
()
:
none
|
GObject.ValueArray | |
|
get_nth
(Number index_)
:
GObject.Value
|
GObject.ValueArray | |
|
GObject.ValueArray | |
|
prepend
(Value value)
:
GObject.ValueArray
|
GObject.ValueArray | |
|
remove
(Number index_)
:
GObject.ValueArray
|
GObject.ValueArray | |
|
sort
(Function compare_func)
:
GObject.ValueArray
|
GObject.ValueArray | |
|
GObject.ValueArray | |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Atk.Relation
Property |
target : GObject.ValueArray
|
|
Gsf
Method |
|
|
GstInterfaces.PropertyProbe
Method |
get_values
(ParamSpec pspec)
:
GObject.ValueArray
Gets the possible (probed) values for the given property, requires the property to have been probed before.
|
|
GstInterfaces.PropertyProbe
Method |
get_values_name
(String name)
:
GObject.ValueArray
Same as gst_property_probe_get_values ().
|
|
GstInterfaces.PropertyProbe
Method |
probe_and_get_values
(ParamSpec pspec)
:
GObject.ValueArray
Check whether the given property requires a new probe.
|
|
GstInterfaces.PropertyProbe
Method |
probe_and_get_values_name
(String name)
:
GObject.ValueArray
Same as gst_property_probe_probe_and_get_values ().
|
|
Soup
Method |
Soup.value_array_new
()
:
GObject.ValueArray
Creates a new GValueArray.
|