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

Go to the source code of this file.

Macros

#define GDK_TYPE_WAYLAND_MONITOR   (gdk_wayland_monitor_get_type ())
 
#define GDK_WAYLAND_MONITOR(object)   (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_WAYLAND_MONITOR, GdkWaylandMonitor))
 
#define GDK_IS_WAYLAND_MONITOR(object)   (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_WAYLAND_MONITOR))
 

Typedefs

typedef struct _GdkWaylandMonitor GdkWaylandMonitor
 
typedef struct _GdkWaylandMonitorClass GdkWaylandMonitorClass
 

Functions

GDK_AVAILABLE_IN_ALL GType gdk_wayland_monitor_get_type (void) G_GNUC_CONST
 
GDK_AVAILABLE_IN_ALL struct wl_output * gdk_wayland_monitor_get_wl_output (GdkMonitor *monitor)
 

Macro Definition Documentation

◆ GDK_IS_WAYLAND_MONITOR

#define GDK_IS_WAYLAND_MONITOR ( object)    (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_WAYLAND_MONITOR))

Definition at line 34 of file gdkwaylandmonitor.h.

◆ GDK_TYPE_WAYLAND_MONITOR

#define GDK_TYPE_WAYLAND_MONITOR   (gdk_wayland_monitor_get_type ())

Definition at line 32 of file gdkwaylandmonitor.h.

◆ GDK_WAYLAND_MONITOR

#define GDK_WAYLAND_MONITOR ( object)    (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_WAYLAND_MONITOR, GdkWaylandMonitor))

Definition at line 33 of file gdkwaylandmonitor.h.

Typedef Documentation

◆ GdkWaylandMonitor

typedef struct _GdkWaylandMonitor GdkWaylandMonitor

Definition at line 36 of file gdkwaylandmonitor.h.

◆ GdkWaylandMonitorClass

typedef struct _GdkWaylandMonitorClass GdkWaylandMonitorClass

Definition at line 37 of file gdkwaylandmonitor.h.

Function Documentation

◆ gdk_wayland_monitor_get_type()

GDK_AVAILABLE_IN_ALL GType gdk_wayland_monitor_get_type ( void )

◆ gdk_wayland_monitor_get_wl_output()

GDK_AVAILABLE_IN_ALL struct wl_output * gdk_wayland_monitor_get_wl_output ( GdkMonitor * monitor)