Functions
mate_rr_crtc_get_id ()
guint32
mate_rr_crtc_get_id (MateRRCrtc *crtc);
 
mate_rr_crtc_set_config ()
gboolean
mate_rr_crtc_set_config (MateRRCrtc *crtc,
                         int x,
                         int y,
                         MateRRMode *mode,
                         MateRRRotation rotation,
                         MateRROutput **outputs,
                         int n_outputs,
                         GError **error);
mate_rr_crtc_set_config is deprecated and should not be used in newly-written code.
 
mate_rr_crtc_can_drive_output ()
gboolean
mate_rr_crtc_can_drive_output (MateRRCrtc *crtc,
                               MateRROutput *output);
 
mate_rr_crtc_get_position ()
void
mate_rr_crtc_get_position (MateRRCrtc *crtc,
                           int *x,
                           int *y);