mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
bind-constraint: Add accessor methods
ClutterBindConstraint should have accessor methods for its properties, to allow direct manipulation instead of going through GObject's API.
This commit is contained in:
@ -2215,6 +2215,12 @@ ClutterDragActionPrivate
|
||||
ClutterBindConstraint
|
||||
ClutterBindCoordinate
|
||||
clutter_bind_constraint_new
|
||||
clutter_bind_constraint_set_source
|
||||
clutter_bind_constraint_get_source
|
||||
clutter_bind_constraint_set_coordinate
|
||||
clutter_bind_constraint_get_coordinate
|
||||
clutter_bind_constraint_set_offset
|
||||
clutter_bind_constraint_get_offset
|
||||
|
||||
<SUBSECTION Standard>
|
||||
CLUTTER_TYPE_BIND_CONSTRAINT
|
||||
|
Reference in New Issue
Block a user