![]() |
![]() |
![]() |
GNOME Desktop Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <libgnomeui/gnome-rr-config.h> typedef GnomeOutputInfo; typedef GnomeRRConfig; GnomeRRConfig * gnome_rr_config_new_current (GnomeRRScreen *screen
); GnomeRRConfig * gnome_rr_config_new_stored (GnomeRRScreen *screen
,GError **error
); void gnome_rr_config_free (GnomeRRConfig *configuration
); 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
); void gnome_rr_config_sanitize (GnomeRRConfig *configuration
); gboolean gnome_rr_config_apply (GnomeRRConfig *configuration
,GnomeRRScreen *screen
,GError **error
); gboolean gnome_rr_config_apply_stored (GnomeRRScreen *screen
,GError **error
); gboolean gnome_rr_config_applicable (GnomeRRConfig *configuration
,GnomeRRScreen *screen
,GError **error
);
GnomeRRConfig * gnome_rr_config_new_current (GnomeRRScreen *screen
);
|
|
Returns : |
GnomeRRConfig * gnome_rr_config_new_stored (GnomeRRScreen *screen
,GError **error
);
|
|
|
|
Returns : |
gboolean gnome_rr_config_match (GnomeRRConfig *config1
,GnomeRRConfig *config2
);
|
|
|
|
Returns : |
gboolean gnome_rr_config_equal (GnomeRRConfig *config1
,GnomeRRConfig *config2
);
|
|
|
|
Returns : |
gboolean gnome_rr_config_save (GnomeRRConfig *configuration
,GError **error
);
|
|
|
|
Returns : |
void gnome_rr_config_sanitize (GnomeRRConfig *configuration
);
|
gboolean gnome_rr_config_apply (GnomeRRConfig *configuration
,GnomeRRScreen *screen
,GError **error
);
gnome_rr_config_apply
is deprecated and should not be used in newly-written code.
|
|
|
|
|
|
Returns : |
gboolean gnome_rr_config_apply_stored (GnomeRRScreen *screen
,GError **error
);
gnome_rr_config_apply_stored
is deprecated and should not be used in newly-written code.
See the documentation for gnome_rr_config_apply_from_filename()
. This
function simply calls that other function with a filename of
gnome_rr_config_get_intended_filename()
.
Deprecated
: 2.26: Use gnome_rr_config_apply_from_filename()
instead and pass it
the filename from gnome_rr_config_get_intended_filename()
.
|
A GnomeRRScreen |
|
Location to store error, or NULL
|
Returns : |
gboolean gnome_rr_config_applicable (GnomeRRConfig *configuration
,GnomeRRScreen *screen
,GError **error
);
|
|
|
|
|
|
Returns : |