GnomeRR.Crtc – gnome-rr-4 Reference Manual
Packages
gnome-rr-4
GnomeRR
Crtc
can_drive_output
get_current_mode
get_current_rotation
get_gamma
get_id
get_position
get_rotations
set_gamma
supports_rotation
Crtc
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"gnome_rr_crtc_get_type ()"
) ]
[
Compact
]
public
class
Crtc
Namespace:
GnomeRR
Package:
gnome-rr-4
Content:
Methods:
public
bool
can_drive_output
(
Output
output)
public
unowned
Mode
get_current_mode
()
public
Rotation
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
Rotation
get_rotations
()
public
bool
set_gamma
(
int
size,
ushort
red,
ushort
green,
ushort
blue)
public
bool
supports_rotation
(
Rotation
rotation)