Top | ![]() |
![]() |
![]() |
![]() |
GnomeRRConfig * | gnome_rr_config_new_current () |
GnomeRRConfig * | gnome_rr_config_new_stored () |
gboolean | gnome_rr_config_match () |
gboolean | gnome_rr_config_equal () |
gboolean | gnome_rr_config_save () |
void | gnome_rr_config_sanitize () |
gboolean | gnome_rr_config_apply_with_time () |
gboolean | gnome_rr_config_apply_from_filename_with_time () |
gboolean | gnome_rr_config_applicable () |
char * | gnome_rr_config_get_backup_filename () |
char * | gnome_rr_config_get_intended_filename () |
GnomeRRConfig * gnome_rr_config_new_current (GnomeRRScreen *screen
,GError **error
);
GnomeRRConfig * gnome_rr_config_new_stored (GnomeRRScreen *screen
,GError **error
);
gboolean gnome_rr_config_match (GnomeRRConfig *config1
,GnomeRRConfig *config2
);
gboolean gnome_rr_config_equal (GnomeRRConfig *config1
,GnomeRRConfig *config2
);
gboolean gnome_rr_config_save (GnomeRRConfig *configuration
,GError **error
);
gboolean gnome_rr_config_apply_with_time (GnomeRRConfig *configuration
,GnomeRRScreen *screen
,guint32 timestamp
,GError **error
);
gboolean gnome_rr_config_apply_from_filename_with_time (GnomeRRScreen *screen
,const char *filename
,guint32 timestamp
,GError **error
);
gboolean gnome_rr_config_applicable (GnomeRRConfig *configuration
,GnomeRRScreen *screen
,GError **error
);