get_default


Description:

[ Version ( since = "4.2.3" ) ]
public static DataHandler get_default (Type for_type)

Obtain a pointer to a DataHandler which can manage Value values of type for_type.

The returned data handler will be adapted to use the current locale information (for example dates will be formatted taking into account the locale).

The returned pointer is null if there is no default data handler available for the for_type data type

Parameters:

for_type

a Type type

Returns:

a DataHandler which must be destroyed using unref