summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-rr-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmate-desktop/mate-rr-config.h')
-rw-r--r--libmate-desktop/mate-rr-config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmate-desktop/mate-rr-config.h b/libmate-desktop/mate-rr-config.h
index cd343ab..85c8c9f 100644
--- a/libmate-desktop/mate-rr-config.h
+++ b/libmate-desktop/mate-rr-config.h
@@ -61,7 +61,7 @@ GType mate_rr_output_info_get_type (void);
char *mate_rr_output_info_get_name (MateRROutputInfo *self);
-gboolean mate_rr_output_info_get_active (MateRROutputInfo *self);
+gboolean mate_rr_output_info_is_active (MateRROutputInfo *self);
void mate_rr_output_info_set_active (MateRROutputInfo *self, gboolean active);
@@ -74,7 +74,7 @@ void mate_rr_output_info_set_refresh_rate (MateRROutputInfo *self, int rate);
MateRRRotation mate_rr_output_info_get_rotation (MateRROutputInfo *self);
void mate_rr_output_info_set_rotation (MateRROutputInfo *self, MateRRRotation rotation);
-gboolean mate_rr_output_info_get_connected (MateRROutputInfo *self);
+gboolean mate_rr_output_info_is_connected (MateRROutputInfo *self);
void mate_rr_output_info_get_vendor (MateRROutputInfo *self, gchar* vendor);
guint mate_rr_output_info_get_product (MateRROutputInfo *self);
guint mate_rr_output_info_get_serial (MateRROutputInfo *self);