or null if uri is not a valid data URI
uriDecodeDataUri
fn
glib.bytes.Bytes uriDecodeDataUri(string uri, out string contentType)Decodes the given data URI and returns its contents and content_type.
Parameters
uri | a data URI, in string form |
contentType | location to store content type |
Returns
a #GBytes with the contents of uri,