SignalconnectSignalconnect_SignalemitStaticappend_Appends append_value to the GstValueList in value.
a GObject.Value of type #GST_TYPE_LIST
the value to append
Staticappend_Appends append_value to the GstValueList in value.
a GObject.Value of type #GST_TYPE_LIST
the value to append
StaticconcatConcatenates 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.
Staticget_Gets the number of values contained in value.
a GObject.Value of type #GST_TYPE_LIST
Staticget_Gets the value that is a member of the list contained in value and
has the index index.
a GObject.Value of type #GST_TYPE_LIST
index of value to get from the list
StaticinitInitializes and pre-allocates a GObject.Value of type #GST_TYPE_LIST.
A zero-filled (uninitialized) GObject.Value structure
The number of entries to pre-allocate in the list
StaticmergeMerges 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).
Staticprepend_Prepends prepend_value to the GstValueList in value.
a GObject.Value of type #GST_TYPE_LIST
the value to prepend
A fundamental type that describes an unordered list of GObject.Value