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_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) |
#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.
#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.
#define GDK_TYPE_X11_APP_LAUNCH_CONTEXT (gdk_x11_app_launch_context_get_type ()) |
Definition at line 28 of file gdkx11applaunchcontext.h.
#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.
#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.
#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.
Definition at line 38 of file gdkx11applaunchcontext.h.
typedef struct _GdkX11AppLaunchContextClass GdkX11AppLaunchContextClass |
Definition at line 40 of file gdkx11applaunchcontext.h.
GDK_AVAILABLE_IN_ALL GType gdk_x11_app_launch_context_get_type | ( | void | ) |