| Top |
MateRRConfig * mate_rr_config_new_stored (MateRRScreen *screen,GError **error);
gboolean mate_rr_config_match (MateRRConfig *config1,MateRRConfig *config2);
gboolean mate_rr_config_equal (MateRRConfig *config1,MateRRConfig *config2);
gboolean mate_rr_config_apply (MateRRConfig *configuration,MateRRScreen *screen,GError **error);
mate_rr_config_apply is deprecated and should not be used in newly-written code.
gboolean mate_rr_config_apply_stored (MateRRScreen *screen,GError **error);
mate_rr_config_apply_stored is deprecated and should not be used in newly-written code.
See the documentation for mate_rr_config_apply_from_filename(). This
function simply calls that other function with a filename of
mate_rr_config_get_intended_filename().
Deprecated
: 2.26: Use mate_rr_config_apply_from_filename() instead and pass it
the filename from mate_rr_config_get_intended_filename().
gboolean mate_rr_config_applicable (MateRRConfig *configuration,MateRRScreen *screen,GError **error);