Function
StImageContentnew_with_preferred_size
Declaration [src]
ClutterContent*
st_image_content_new_with_preferred_size (
  int width,
  int height
)
Parameters
- width
- 
            Type: intThe preferred width to be used when drawing the content. 
- height
- 
            Type: intThe preferred width to be used when drawing the content. 
Return value
Type: ClutterContent
The newly created StImageContent content Use g_object_unref() when done.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |