SerializableCopyFunc


Description:

[ 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.

Parameters:

dest

The destination Serializable.

src

A source Serializable.

Returns:

true if succeed; false otherwise.


Namespace: IBus
Package: ibus-1.0