Class
GdkWaylandWaylandMonitor
Description [src]
final class GdkWayland.WaylandMonitor : Gdk.Monitor
{
/* No available fields */
}
The Wayland implementation of GdkMonitor
.
Beyond the GdkMonitor
API, the Wayland implementation
offers access to the Wayland wl_output
object with
gdk_wayland_monitor_get_wl_output()
.
Instance methods
Methods inherited from GdkMonitor (13)
gdk_monitor_get_connector
Gets the name of the monitor’s connector, if available.
gdk_monitor_get_description
Gets a string describing the monitor, if available.
gdk_monitor_get_display
Gets the display that this monitor belongs to.
gdk_monitor_get_geometry
Retrieves the size and position of the monitor within the display coordinate space.
gdk_monitor_get_height_mm
Gets the height in millimeters of the monitor.
gdk_monitor_get_manufacturer
Gets the name or PNP ID of the monitor’s manufacturer.
gdk_monitor_get_model
Gets the string identifying the monitor model, if available.
gdk_monitor_get_refresh_rate
Gets the refresh rate of the monitor, if available.
gdk_monitor_get_scale
Gets the internal scale factor that maps from monitor coordinates to device pixels.
gdk_monitor_get_scale_factor
Gets the internal scale factor that maps from monitor coordinates to device pixels.
gdk_monitor_get_subpixel_layout
Gets information about the layout of red, green and blue primaries for pixels.
gdk_monitor_get_width_mm
Gets the width in millimeters of the monitor.
gdk_monitor_is_valid
Returns TRUE
if the monitor
object corresponds to a
physical monitor.
Properties
Properties inherited from GdkMonitor (13)
Gdk.Monitor:connector
The connector name.
Gdk.Monitor:description
A short description of the monitor, meant for display to the user.
Gdk.Monitor:display
The GdkDisplay
of the monitor.
Gdk.Monitor:geometry
The geometry of the monitor.
Gdk.Monitor:height-mm
The height of the monitor, in millimeters.
Gdk.Monitor:manufacturer
The manufacturer name.
Gdk.Monitor:model
The model name.
Gdk.Monitor:refresh-rate
The refresh rate, in milli-Hertz.
Gdk.Monitor:scale
The scale of the monitor.
Gdk.Monitor:scale-factor
The scale factor.
Gdk.Monitor:subpixel-layout
The subpixel layout.
Gdk.Monitor:valid
Whether the object is still valid.
Gdk.Monitor:width-mm
The width of the monitor, in millimeters.
Signals
Signals inherited from GdkMonitor (1)
GdkMonitor::invalidate
Emitted when the output represented by monitor
gets disconnected.
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.