PropertiesGroup


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.26" ) ]
public PropertiesGroup (Object object)

This creates a new PropertiesGroup to create stateful actions around properties in object.

Call add_property to add a property to action name mapping for this group. Until you've called this, no actions are mapped.

Note that PropertiesGroup only holds a weak reference to object and therefore you must keep object alive elsewhere.

Parameters:

object

The object containing the properties

Returns:

A PropertiesGroup