Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | GDK_TYPE_WAYLAND_DEVICE (gdk_wayland_device_get_type ()) |
#define | GDK_WAYLAND_DEVICE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GDK_TYPE_WAYLAND_DEVICE, GdkWaylandDevice)) |
#define | GDK_WAYLAND_DEVICE_CLASS(c) (G_TYPE_CHECK_CLASS_CAST ((c), GDK_TYPE_WAYLAND_DEVICE, GdkWaylandDeviceClass)) |
#define | GDK_IS_WAYLAND_DEVICE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_WAYLAND_DEVICE)) |
#define | GDK_IS_WAYLAND_DEVICE_CLASS(c) (G_TYPE_CHECK_CLASS_TYPE ((c), GDK_TYPE_WAYLAND_DEVICE)) |
#define | GDK_WAYLAND_DEVICE_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GDK_TYPE_WAYLAND_DEVICE, GdkWaylandDeviceClass)) |
Typedefs | |
typedef struct _GdkWaylandDeviceClass | GdkWaylandDeviceClass |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gdk_wayland_device_get_type (void) |
GDK_AVAILABLE_IN_ALL struct wl_seat * | gdk_wayland_device_get_wl_seat (GdkDevice *device) |
GDK_AVAILABLE_IN_ALL struct wl_pointer * | gdk_wayland_device_get_wl_pointer (GdkDevice *device) |
GDK_AVAILABLE_IN_ALL struct wl_keyboard * | gdk_wayland_device_get_wl_keyboard (GdkDevice *device) |
GDK_AVAILABLE_IN_4_4 struct xkb_keymap * | gdk_wayland_device_get_xkb_keymap (GdkDevice *device) |
GDK_AVAILABLE_IN_ALL const char * | gdk_wayland_device_get_node_path (GdkDevice *device) |
Variables | |
G_BEGIN_DECLS typedef GdkDevice | GdkWaylandDevice |
#define GDK_IS_WAYLAND_DEVICE | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_WAYLAND_DEVICE)) |
Definition at line 41 of file gdkwaylanddevice.h.
#define GDK_IS_WAYLAND_DEVICE_CLASS | ( | c | ) | (G_TYPE_CHECK_CLASS_TYPE ((c), GDK_TYPE_WAYLAND_DEVICE)) |
Definition at line 42 of file gdkwaylanddevice.h.
#define GDK_TYPE_WAYLAND_DEVICE (gdk_wayland_device_get_type ()) |
Definition at line 38 of file gdkwaylanddevice.h.
#define GDK_WAYLAND_DEVICE | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), GDK_TYPE_WAYLAND_DEVICE, GdkWaylandDevice)) |
Definition at line 39 of file gdkwaylanddevice.h.
#define GDK_WAYLAND_DEVICE_CLASS | ( | c | ) | (G_TYPE_CHECK_CLASS_CAST ((c), GDK_TYPE_WAYLAND_DEVICE, GdkWaylandDeviceClass)) |
Definition at line 40 of file gdkwaylanddevice.h.
#define GDK_WAYLAND_DEVICE_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), GDK_TYPE_WAYLAND_DEVICE, GdkWaylandDeviceClass)) |
Definition at line 43 of file gdkwaylanddevice.h.
typedef struct _GdkWaylandDeviceClass GdkWaylandDeviceClass |
Definition at line 36 of file gdkwaylanddevice.h.
GDK_AVAILABLE_IN_ALL const char * gdk_wayland_device_get_node_path | ( | GdkDevice * | device | ) |
GDK_AVAILABLE_IN_ALL GType gdk_wayland_device_get_type | ( | void | ) |
GDK_AVAILABLE_IN_ALL struct wl_keyboard * gdk_wayland_device_get_wl_keyboard | ( | GdkDevice * | device | ) |
GDK_AVAILABLE_IN_ALL struct wl_pointer * gdk_wayland_device_get_wl_pointer | ( | GdkDevice * | device | ) |
GDK_AVAILABLE_IN_ALL struct wl_seat * gdk_wayland_device_get_wl_seat | ( | GdkDevice * | device | ) |
GDK_AVAILABLE_IN_4_4 struct xkb_keymap * gdk_wayland_device_get_xkb_keymap | ( | GdkDevice * | device | ) |
G_BEGIN_DECLS typedef GdkDevice GdkWaylandDevice |
Definition at line 33 of file gdkwaylanddevice.h.