Gnome.RRCrtc – gnome-desktop-3.0 Reference Manual
Packages
gnome-desktop-3.0
Gnome
RRCrtc
can_drive_output
get_current_mode
get_current_rotation
get_gamma
get_id
get_position
get_rotations
set_gamma
supports_rotation
RRCrtc
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"gnome_rr_crtc_get_type ()"
) ]
[
Compact
]
public
class
RRCrtc
Namespace:
Gnome
Package:
gnome-desktop-3.0
Content:
Methods:
public
bool
can_drive_output
(
RROutput
output)
public
unowned
RRMode
get_current_mode
()
public
RRRotation
get_current_rotation
()
public
bool
get_gamma
(
int
size,
out
ushort
red,
out
ushort
green,
out
ushort
blue)
public
uint32
get_id
()
public
void
get_position
(
out
int
x,
out
int
y)
public
RRRotation
get_rotations
()
public
bool
set_gamma
(
int
size,
ushort
red,
ushort
green,
ushort
blue)
public
bool
supports_rotation
(
RRRotation
rotation)