[ CCode ( has_target = false ) ]
public delegate bool SerializableCopyFunc (Serializable dest, Serializable src)
Prototype of copy function.
Copy function copy from source Serializable to the destination one. Returns a gboolean value which indicates whether the copying is success.
dest |
The destination Serializable. |
src |
A source Serializable. |
|