Github User Fetcher 1.0.0
C Application with Server and GUI
|
#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) |
#define GDK_IS_WAYLAND_MONITOR | ( | object | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_WAYLAND_MONITOR)) |
Definition at line 34 of file gdkwaylandmonitor.h.
#define GDK_TYPE_WAYLAND_MONITOR (gdk_wayland_monitor_get_type ()) |
Definition at line 32 of file gdkwaylandmonitor.h.
#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 struct _GdkWaylandMonitor GdkWaylandMonitor |
Definition at line 36 of file gdkwaylandmonitor.h.
typedef struct _GdkWaylandMonitorClass GdkWaylandMonitorClass |
Definition at line 37 of file gdkwaylandmonitor.h.
GDK_AVAILABLE_IN_ALL GType gdk_wayland_monitor_get_type | ( | void | ) |
GDK_AVAILABLE_IN_ALL struct wl_output * gdk_wayland_monitor_get_wl_output | ( | GdkMonitor * | monitor | ) |