Method
ClutterContentget_preferred_size
since: 1.10
Declaration [src]
gboolean
clutter_content_get_preferred_size (
ClutterContent* content,
gfloat* width,
gfloat* height
)
Description [src]
Retrieves the natural size of the content
, if any.
The natural size of a ClutterContent
is defined as the size the content
would have regardless of the allocation of the actor that is painting it,
for instance the size of an image data.
Available since: 1.10