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
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_set_font_options
Sets the new font options for backend
. The ClutterBackend
will
copy the #cairo_font_options_t.
since: 0.8
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.