Constructor
BisPropertyAnimationTargetnew_for_pspec
Declaration [src]
BisAnimationTarget*
bis_property_animation_target_new_for_pspec (
GObject* object,
GParamSpec* pspec
)
Description [src]
Creates a new BisPropertyAnimationTarget
for the pspec
property on
object
.
Available since: | 1.2 |
Parameters
object |
GObject |
An object to be animated. |
|
The data is owned by the caller of the function. | |
pspec |
GParamSpec |
The param spec of the property on |
|
The data is owned by the caller of the function. |
Return value
Returns: | BisAnimationTarget |
New newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |