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_SEAT (gdk_wayland_seat_get_type ()) |
#define | GDK_WAYLAND_SEAT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GDK_TYPE_WAYLAND_SEAT, GdkWaylandSeat)) |
#define | GDK_IS_WAYLAND_SEAT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_WAYLAND_SEAT)) |
Typedefs | |
typedef struct _GdkWaylandSeatClass | GdkWaylandSeatClass |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gdk_wayland_seat_get_type (void) G_GNUC_CONST |
GDK_AVAILABLE_IN_ALL struct wl_seat * | gdk_wayland_seat_get_wl_seat (GdkSeat *seat) |
Variables | |
G_BEGIN_DECLS typedef GdkSeat | GdkWaylandSeat |
#define GDK_IS_WAYLAND_SEAT | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_WAYLAND_SEAT)) |
Definition at line 41 of file gdkwaylandseat.h.
#define GDK_TYPE_WAYLAND_SEAT (gdk_wayland_seat_get_type ()) |
Definition at line 39 of file gdkwaylandseat.h.
#define GDK_WAYLAND_SEAT | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), GDK_TYPE_WAYLAND_SEAT, GdkWaylandSeat)) |
Definition at line 40 of file gdkwaylandseat.h.
typedef struct _GdkWaylandSeatClass GdkWaylandSeatClass |
Definition at line 37 of file gdkwaylandseat.h.
GDK_AVAILABLE_IN_ALL GType gdk_wayland_seat_get_type | ( | void | ) |
GDK_AVAILABLE_IN_ALL struct wl_seat * gdk_wayland_seat_get_wl_seat | ( | GdkSeat * | seat | ) |
G_BEGIN_DECLS typedef GdkSeat GdkWaylandSeat |
Definition at line 34 of file gdkwaylandseat.h.