Constructor
AdwPropertyAnimationTargetnew
Declaration [src]
AdwAnimationTarget*
adw_property_animation_target_new (
GObject* object,
const char* property_name
)
Description [src]
Creates a new AdwPropertyAnimationTarget
for the property_name
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. | |
property_name |
const char* |
The name of the property on |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | AdwAnimationTarget |
The newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |