Appends append_value
to the GstValueList in value
.
a #GValue of type #GST_TYPE_LIST
the value to append
Appends append_value
to the GstValueList in value
.
a #GValue of type #GST_TYPE_LIST
the value to append
Concatenates copies of value1
and value2
into a list. Values that are not
of type #GST_TYPE_LIST are treated as if they were lists of length 1.
dest
will be initialized to the type #GST_TYPE_LIST.
a #GValue
a #GValue
Gets the number of values contained in value
.
a #GValue of type #GST_TYPE_LIST
Gets the value that is a member of the list contained in value
and
has the index index
.
a #GValue of type #GST_TYPE_LIST
index of value to get from the list
Initializes and pre-allocates a #GValue of type #GST_TYPE_LIST.
A zero-filled (uninitialized) #GValue structure
The number of entries to pre-allocate in the list
Merges copies of value1
and value2
. Values that are not
of type #GST_TYPE_LIST are treated as if they were lists of length 1.
The result will be put into dest
and will either be a list that will not
contain any duplicates, or a non-list type (if value1
and value2
were equal).
a #GValue
a #GValue
Prepends prepend_value
to the GstValueList in value
.
a #GValue of type #GST_TYPE_LIST
the value to prepend
A fundamental type that describes an unordered list of #GValue