Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdkwaylandglcontext.h File Reference
#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
 

Macro Definition Documentation

◆ GDK_TYPE_WAYLAND_GL_CONTEXT

#define GDK_TYPE_WAYLAND_GL_CONTEXT   (gdk_wayland_gl_context_get_type ())

Definition at line 32 of file gdkwaylandglcontext.h.

◆ GDK_WAYLAND_GL_CONTEXT

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

◆ GDK_WAYLAND_IS_GL_CONTEXT

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

◆ GdkWaylandGLContext

typedef struct _GdkWaylandGLContext GdkWaylandGLContext

Definition at line 36 of file gdkwaylandglcontext.h.

◆ GdkWaylandGLContextClass

typedef struct _GdkWaylandGLContextClass GdkWaylandGLContextClass

Definition at line 37 of file gdkwaylandglcontext.h.

Function Documentation

◆ gdk_wayland_gl_context_get_type()

GDK_AVAILABLE_IN_ALL GType gdk_wayland_gl_context_get_type ( void )