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

Go to the source code of this file.

Macros

#define GDK_TYPE_X11_APP_LAUNCH_CONTEXT   (gdk_x11_app_launch_context_get_type ())
 
#define GDK_X11_APP_LAUNCH_CONTEXT(object)   (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_X11_APP_LAUNCH_CONTEXT, GdkX11AppLaunchContext))
 
#define GDK_X11_APP_LAUNCH_CONTEXT_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GDK_TYPE_X11_APP_LAUNCH_CONTEXT, GdkX11AppLaunchContextClass))
 
#define GDK_IS_X11_APP_LAUNCH_CONTEXT(object)   (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_X11_APP_LAUNCH_CONTEXT))
 
#define GDK_IS_X11_APP_LAUNCH_CONTEXT_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_X11_APP_LAUNCH_CONTEXT))
 
#define GDK_X11_APP_LAUNCH_CONTEXT_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_X11_APP_LAUNCH_CONTEXT, GdkX11AppLaunchContextClass))
 

Typedefs

typedef GdkAppLaunchContext GdkX11AppLaunchContext
 
typedef struct _GdkX11AppLaunchContextClass GdkX11AppLaunchContextClass
 

Functions

GDK_AVAILABLE_IN_ALL GType gdk_x11_app_launch_context_get_type (void)
 

Macro Definition Documentation

◆ GDK_IS_X11_APP_LAUNCH_CONTEXT

#define GDK_IS_X11_APP_LAUNCH_CONTEXT ( object)    (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_X11_APP_LAUNCH_CONTEXT))

Definition at line 31 of file gdkx11applaunchcontext.h.

◆ GDK_IS_X11_APP_LAUNCH_CONTEXT_CLASS

#define GDK_IS_X11_APP_LAUNCH_CONTEXT_CLASS ( klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_X11_APP_LAUNCH_CONTEXT))

Definition at line 32 of file gdkx11applaunchcontext.h.

◆ GDK_TYPE_X11_APP_LAUNCH_CONTEXT

#define GDK_TYPE_X11_APP_LAUNCH_CONTEXT   (gdk_x11_app_launch_context_get_type ())

Definition at line 28 of file gdkx11applaunchcontext.h.

◆ GDK_X11_APP_LAUNCH_CONTEXT

#define GDK_X11_APP_LAUNCH_CONTEXT ( object)    (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_X11_APP_LAUNCH_CONTEXT, GdkX11AppLaunchContext))

Definition at line 29 of file gdkx11applaunchcontext.h.

◆ GDK_X11_APP_LAUNCH_CONTEXT_CLASS

#define GDK_X11_APP_LAUNCH_CONTEXT_CLASS ( klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GDK_TYPE_X11_APP_LAUNCH_CONTEXT, GdkX11AppLaunchContextClass))

Definition at line 30 of file gdkx11applaunchcontext.h.

◆ GDK_X11_APP_LAUNCH_CONTEXT_GET_CLASS

#define GDK_X11_APP_LAUNCH_CONTEXT_GET_CLASS ( obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_X11_APP_LAUNCH_CONTEXT, GdkX11AppLaunchContextClass))

Definition at line 33 of file gdkx11applaunchcontext.h.

Typedef Documentation

◆ GdkX11AppLaunchContext

◆ GdkX11AppLaunchContextClass

typedef struct _GdkX11AppLaunchContextClass GdkX11AppLaunchContextClass

Definition at line 40 of file gdkx11applaunchcontext.h.

Function Documentation

◆ gdk_x11_app_launch_context_get_type()

GDK_AVAILABLE_IN_ALL GType gdk_x11_app_launch_context_get_type ( void )