Class

ClutterBackend

since: 0.4

Description [src]

abstract class Clutter.Backend : GObject.Object {
  /* No available fields */
}

ClutterBackend is an opaque structure whose members cannot be directly accessed.

Available since: 0.4

Hierarchy

hierarchy this ClutterBackend ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

clutter_backend_get_cogl_context

Retrieves the CoglContext associated with the given clutter backend. A CoglContext is required when using some of the experimental 2.0 Cogl API.

since: 1.8

clutter_backend_get_default_seat

Returns the default seat.

clutter_backend_get_font_options

Retrieves the font options for backend.

since: 0.8

clutter_backend_get_input_method

Returns the input method used by Clutter.

clutter_backend_get_resolution

Gets the resolution for font handling on the screen.

since: 0.4

clutter_backend_set_font_options

Sets the new font options for backend. The ClutterBackend will copy the #cairo_font_options_t.

since: 0.8

clutter_backend_set_input_method

Sets the input method to be used by Clutter.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Clutter.Backend::font-changed

The ::font-changed signal is emitted each time the font options have been changed through ClutterSettings.

since: 1.0

Clutter.Backend::resolution-changed

The ::resolution-changed signal is emitted each time the font resolutions has been changed through ClutterSettings.

since: 1.0

Clutter.Backend::settings-changed

The ::settings-changed signal is emitted each time the ClutterSettings properties have been changed.

since: 1.4

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct ClutterBackendClass {
  /* no available fields */
}
No description available.