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
-
Type:
ClutterScalingFilter
Return location for the minification filter, or
NULL
.The argument will be set by the function. The argument can be NULL
.The caller of the method takes ownership of the returned data, and is responsible for freeing it. mag_filter
-
Type:
ClutterScalingFilter
Return location for the magnification filter, or
NULL
.The argument will be set by the function. The argument can be NULL
.The caller of the method takes ownership of the returned data, and is responsible for freeing it.