get_setter


Description:

public FunctionInfo? get_setter ()

Obtains the setter function associated with this PropertyInfo.

The setter is only available for g_param_writable properties that are also not g_param_construct_only.

Parameters:

info

a PropertyInfo

Returns:

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