SerializableParseFunc


Description:

[ CCode ( has_target = false ) ]
public delegate Object SerializableParseFunc (Variant data)

Parameters:

data

A Variant with type signature as passed to register_parser when the parser was registered. The variant is not referenced.

Returns:

A newly constructed Object of the Type used when registering the parser. Note that since the environment guarantees that the input data is valid according to the registration information this function can not fail. Thus null is not a valid return value.


Namespace: Dee
Package: dee-1.0