get_setter


Description:

public FunctionInfo? get_setter ()

Obtains the setter function associated with this PropertyInfo.

The setter is only available for WRITABLE properties that are also not CONSTRUCT_ONLY.

Parameters:

info

a PropertyInfo

Returns:

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