Method
ClutterActorget_content_scaling_filters
Declaration [src]
void
clutter_actor_get_content_scaling_filters (
ClutterActor* self,
ClutterScalingFilter* min_filter,
ClutterScalingFilter* mag_filter
)
Parameters
min_filter |
ClutterScalingFilter |
Return location for the minification
filter, or |
|
| The argument will be set by the function. | |
The argument can be NULL. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
mag_filter |
ClutterScalingFilter |
Return location for the magnification
filter, or |
|
| The argument will be set by the function. | |
The argument can be NULL. | |
| The instance takes ownership of the data, and is responsible for freeing it. |