Class

MksScreen

unstable since: 1

Description

final class Mks.Screen : Mks.Device
{
  /* No available fields */
}
No description available.

Available since: 1

Ancestors

Instance methods

mks_screen_attach

Asynchronously creates a GdkPaintable that is updated with the contents of the screen.

unstable since: 1

mks_screen_attach_finish

Completes an asynchronous request to create a GdkPaintable containing the contents of MksScreen in the QEMU instance.

unstable since: 1

mks_screen_attach_sync

Synchronous request to attach to screen, creating a paintable that can be used to update display as the QEMU instance updates.

unstable since: 1

mks_screen_configure
No description available.

unstable since: 1

mks_screen_configure_finish

Completes a call to mks_screen_configure().

unstable since: 1

mks_screen_configure_sync

Requests the QEMU instance reconfigure the screen using attributes.

unstable since: 1

mks_screen_get_device_address
No description available.

unstable since: 1

mks_screen_get_height

Gets the “height” property.

unstable since: 1

mks_screen_get_keyboard

Gets the MksScreen:keyboard property.

unstable since: 1

mks_screen_get_kind

Gets the “kind” property.

unstable since: 1

mks_screen_get_mouse

Gets the MksScreen:mouse property.

unstable since: 1

mks_screen_get_number

Gets the “number” property.

unstable since: 1

mks_screen_get_touchable

Gets the MksScreen:touchable property.

unstable since: 1

mks_screen_get_width

Gets the “width” property.

unstable since: 1

Methods inherited from MksDevice (1)
mks_device_get_name

Gets the device name.

unstable since: 1

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Mks.Screen:device-address
No description available.

unstable since: 1

Mks.Screen:height
No description available.

unstable since: 1

Mks.Screen:keyboard
No description available.

unstable since: 1

Mks.Screen:kind
No description available.

unstable since: 1

Mks.Screen:mouse
No description available.

unstable since: 1

Mks.Screen:number
No description available.

unstable since: 1

Mks.Screen:width
No description available.

unstable since: 1

Properties inherited from MksDevice (1)
Mks.Device:name

The device name.

unstable since: 1

Signals

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.

unstable since: 2.0

Class structure

struct MksScreenClass {
  /* no available fields */
}
No description available.