value_deserialize
function value_deserialize(src:String):Boolean { // Gjs wrapper for gst_value_deserialize() }
Tries to deserialize a string into the type specified by the given GValue. If the operation succeeds, TRUE is returned, FALSE otherwise.
- src
string to deserialize
- Returns
TRUE on success