Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdkwaylandseat.h File Reference
#include <gdk/gdk.h>
#include <wayland-client.h>

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
 

Macro Definition Documentation

◆ GDK_IS_WAYLAND_SEAT

#define GDK_IS_WAYLAND_SEAT ( o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_WAYLAND_SEAT))

Definition at line 41 of file gdkwaylandseat.h.

◆ GDK_TYPE_WAYLAND_SEAT

#define GDK_TYPE_WAYLAND_SEAT   (gdk_wayland_seat_get_type ())

Definition at line 39 of file gdkwaylandseat.h.

◆ GDK_WAYLAND_SEAT

#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 Documentation

◆ GdkWaylandSeatClass

typedef struct _GdkWaylandSeatClass GdkWaylandSeatClass

Definition at line 37 of file gdkwaylandseat.h.

Function Documentation

◆ gdk_wayland_seat_get_type()

GDK_AVAILABLE_IN_ALL GType gdk_wayland_seat_get_type ( void )

◆ gdk_wayland_seat_get_wl_seat()

GDK_AVAILABLE_IN_ALL struct wl_seat * gdk_wayland_seat_get_wl_seat ( GdkSeat * seat)

Variable Documentation

◆ GdkWaylandSeat

G_BEGIN_DECLS typedef GdkSeat GdkWaylandSeat

Definition at line 34 of file gdkwaylandseat.h.