Class
CoglWinsysEGL
Properties
Properties inherited from CoglWinsys (1)
Signals
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 CoglWinsysEGLClass {
CoglWinsysClass parent_class;
gboolean (* context_created) (
CoglWinsysEGL* winsys,
CoglDisplay* display,
GError** error
);
void (* cleanup_context) (
CoglWinsysEGL* winsys,
CoglDisplay* display
);
}
No description available.
Class members
parent_class: CoglWinsysClassNo description available.
context_created: gboolean (* context_created) ( CoglWinsysEGL* winsys, CoglDisplay* display, GError** error )No description available.
cleanup_context: void (* cleanup_context) ( CoglWinsysEGL* winsys, CoglDisplay* display )No description available.