[ Version ( since = "1.12" ) ]
public bool get_list (string fieldname, out ValueArray array)
This is useful in language bindings where unknown Value types are not supported.
This function will convert the gst_type_list into a newly allocated GValueArray and return it through
array. Be aware that this is slower then getting the Value
directly.
| this | |
| fieldname |
the name of a field |
| array |
a pointer to a ValueArray |
|
true if the value could be set correctly. If there was no field with |