Method
MetaBackgroundset_texture
Declaration [src]
void
meta_background_set_texture (
MetaBackground* self,
CoglTexture* texture,
GDesktopBackgroundStyle style,
ClutterColorState* color_state
)
Parameters
texture-
Type:
CoglTextureA
CoglTexturerepresenting the background.The argument can be NULL.The data is owned by the caller of the method. style-
Type:
GDesktopBackgroundStyleThe background style to apply.
color_state-
Type:
ClutterColorStateThe color state of the texture.
The argument can be NULL.The data is owned by the caller of the method.