get_getter


Description:

public FunctionInfo? get_getter ()

Obtains the getter function associated with this PropertyInfo.

The setter is only available for READABLE properties.

Parameters:

info

a PropertyInfo

Returns:

the function info or null if not set. Free it with g_base_info_unref when done.