Constructor
AdapPropertyAnimationTargetnew_for_pspec
since: 1.2
Declaration [src]
AdapAnimationTarget*
adap_property_animation_target_new_for_pspec (
GObject* object,
GParamSpec* pspec
)
Description [src]
Creates a new AdapPropertyAnimationTarget for the pspec property on
object.
Available since: 1.2
Parameters
object-
Type:
GObjectAn object to be animated.
The data is owned by the caller of the function. pspec-
Type:
GParamSpecThe param spec of the property on
objectto animate.The data is owned by the caller of the function.
Return value
Type: AdapAnimationTarget
New newly created AdapPropertyAnimationTarget.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |