Class
ClutterStageView
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 ClutterStageViewClass {
GObjectClass parent_class;
void (* setup_offscreen_blit_pipeline) (
ClutterStageView* view,
CoglPipeline* pipeline
);
void (* get_offscreen_transformation_matrix) (
ClutterStageView* view,
graphene_matrix_t* matrix
);
void (* transform_rect_to_onscreen) (
ClutterStageView* view,
const cairo_rectangle_int_t* src_rect,
int dst_width,
int dst_height,
cairo_rectangle_int_t* dst_rect
);
}
No description available.
Class members
parent_class: GObjectClass
- No description available.
setup_offscreen_blit_pipeline: void (* setup_offscreen_blit_pipeline) ( ClutterStageView* view, CoglPipeline* pipeline )
- No description available.
get_offscreen_transformation_matrix: void (* get_offscreen_transformation_matrix) ( ClutterStageView* view, graphene_matrix_t* matrix )
- No description available.
transform_rect_to_onscreen: void (* transform_rect_to_onscreen) ( ClutterStageView* view, const cairo_rectangle_int_t* src_rect, int dst_width, int dst_height, cairo_rectangle_int_t* dst_rect )
- No description available.