Function
GrlMediaunserialize
since: 0.1.6
Declaration [src]
GrlMedia*
grl_media_unserialize (
const gchar* serial
)
Parameters
serial
-
Type:
const gchar*
A serialized media.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GrlMedia
The GrlMedia from the serial.
The caller of the function takes ownership of the data, and is responsible for freeing it. |