content_register_deserializer
Description:
public void content_register_deserializer (string mime_type, Type type, ContentDeserializeFunc deserialize, void* data, DestroyNotify notify)
Registers a function to deserialize object of a given type.
Parameters:
| mime_type |
the mime type which the function can deserialize from |
| type |
the type of objects that the function creates |
| deserialize |
the callback |
| data |
data that |
| notify |
destroy notify for |
Namespace: Gdk
Package: gtk4