Method

MetaBackgroundset_texture

Declaration [src]

void
meta_background_set_texture (
  MetaBackground* self,
  CoglTexture* texture,
  GDesktopBackgroundStyle style,
  ClutterColorState* color_state
)

Description [src]

Set the background to a single texture.

Parameters

texture

Type: CoglTexture

A CoglTexture representing the background.

The argument can be NULL.
The data is owned by the caller of the method.
style

Type: GDesktopBackgroundStyle

The background style to apply.

color_state

Type: ClutterColorState

The color state of the texture.

The argument can be NULL.
The data is owned by the caller of the method.