Function

ClutterImagenew

Declaration [src]

ClutterContent*
clutter_image_new (
  void
)

Description [src]

Creates a new ClutterImage instance.

Available since:1.10

Return value

Returns: ClutterContent
 

The newly created ClutterImage instance. Use g_object_unref() when done.

 The caller of the function takes ownership of the data, and is responsible for freeing it.