Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gdk/gdk.h>
Go to the source code of this file.
Typedefs | |
typedef struct _GdkX11DeviceManagerXI2 | GdkX11DeviceManagerXI2 |
typedef struct _GdkX11DeviceManagerXI2Class | GdkX11DeviceManagerXI2Class |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gdk_x11_device_manager_xi2_get_type (void) G_GNUC_CONST |
#define GDK_IS_X11_DEVICE_MANAGER_XI2 | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_X11_DEVICE_MANAGER_XI2)) |
Definition at line 27 of file gdkx11devicemanager-xi2.h.
#define GDK_IS_X11_DEVICE_MANAGER_XI2_CLASS | ( | c | ) | (G_TYPE_CHECK_CLASS_TYPE ((c), GDK_TYPE_X11_DEVICE_MANAGER_XI2)) |
Definition at line 28 of file gdkx11devicemanager-xi2.h.
#define GDK_TYPE_X11_DEVICE_MANAGER_XI2 (gdk_x11_device_manager_xi2_get_type ()) |
Definition at line 24 of file gdkx11devicemanager-xi2.h.
#define GDK_X11_DEVICE_MANAGER_XI2 | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), GDK_TYPE_X11_DEVICE_MANAGER_XI2, GdkX11DeviceManagerXI2)) |
Definition at line 25 of file gdkx11devicemanager-xi2.h.
#define GDK_X11_DEVICE_MANAGER_XI2_CLASS | ( | c | ) | (G_TYPE_CHECK_CLASS_CAST ((c), GDK_TYPE_X11_DEVICE_MANAGER_XI2, GdkX11DeviceManagerXI2Class)) |
Definition at line 26 of file gdkx11devicemanager-xi2.h.
#define GDK_X11_DEVICE_MANAGER_XI2_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), GDK_TYPE_X11_DEVICE_MANAGER_XI2, GdkX11DeviceManagerXI2Class)) |
Definition at line 29 of file gdkx11devicemanager-xi2.h.
typedef struct _GdkX11DeviceManagerXI2 GdkX11DeviceManagerXI2 |
Definition at line 31 of file gdkx11devicemanager-xi2.h.
typedef struct _GdkX11DeviceManagerXI2Class GdkX11DeviceManagerXI2Class |
Definition at line 32 of file gdkx11devicemanager-xi2.h.
GDK_AVAILABLE_IN_ALL GType gdk_x11_device_manager_xi2_get_type | ( | void | ) |