DataHandlerT.getSaneInitValue

Creates a new GValue which holds a sane initial value to be used if no value is specifically provided. For example for a simple string, this would return a new value containing the "" string.

template DataHandlerT()
override
getSaneInitValue

Parameters

type gobject.types.GType

a #GType

Return Value

Type: gobject.value.Value

the new #GValue, or null if no such value can be created.