Function
ValentNotificationdeserialize
unstable since: 1.0
[−]
Description [src]
Deserializes variant
into a ValentNotification
. Since ValentNotification
is effectively a super-set of GNotification
, variant
may be a serialized
GNotification
or ValentNotification
.
Available since: 1.0
[−]
Return value
Type: ValentNotification
A ValentNotification
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |