Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gdk/gdk.h>
Go to the source code of this file.
Macros | |
#define | GDK_TYPE_WAYLAND_GL_CONTEXT (gdk_wayland_gl_context_get_type ()) |
#define | GDK_WAYLAND_GL_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GDK_TYPE_WAYLAND_GL_CONTEXT, GdkWaylandGLContext)) |
#define | GDK_WAYLAND_IS_GL_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GDK_TYPE_WAYLAND_GL_CONTEXT)) |
Typedefs | |
typedef struct _GdkWaylandGLContext | GdkWaylandGLContext |
typedef struct _GdkWaylandGLContextClass | GdkWaylandGLContextClass |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gdk_wayland_gl_context_get_type (void) G_GNUC_CONST |
#define GDK_TYPE_WAYLAND_GL_CONTEXT (gdk_wayland_gl_context_get_type ()) |
Definition at line 32 of file gdkwaylandglcontext.h.
#define GDK_WAYLAND_GL_CONTEXT | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GDK_TYPE_WAYLAND_GL_CONTEXT, GdkWaylandGLContext)) |
Definition at line 33 of file gdkwaylandglcontext.h.
#define GDK_WAYLAND_IS_GL_CONTEXT | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GDK_TYPE_WAYLAND_GL_CONTEXT)) |
Definition at line 34 of file gdkwaylandglcontext.h.
typedef struct _GdkWaylandGLContext GdkWaylandGLContext |
Definition at line 36 of file gdkwaylandglcontext.h.
typedef struct _GdkWaylandGLContextClass GdkWaylandGLContextClass |
Definition at line 37 of file gdkwaylandglcontext.h.
GDK_AVAILABLE_IN_ALL GType gdk_wayland_gl_context_get_type | ( | void | ) |