Ardour
9.0-pre0-384-ga76afae0e9
|
Go to the source code of this file.
Classes | |
struct | GdkAppLaunchContext |
struct | GdkAppLaunchContextClass |
Macros | |
#define | GDK_TYPE_APP_LAUNCH_CONTEXT (gdk_app_launch_context_get_type ()) |
#define | GDK_APP_LAUNCH_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GDK_TYPE_APP_LAUNCH_CONTEXT, GdkAppLaunchContext)) |
#define | GDK_APP_LAUNCH_CONTEXT_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GDK_TYPE_APP_LAUNCH_CONTEXT, GdkAppLaunchContextClass)) |
#define | GDK_IS_APP_LAUNCH_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_APP_LAUNCH_CONTEXT)) |
#define | GDK_IS_APP_LAUNCH_CONTEXT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GDK_TYPE_APP_LAUNCH_CONTEXT)) |
#define | GDK_APP_LAUNCH_CONTEXT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GDK_TYPE_APP_LAUNCH_CONTEXT, GdkAppLaunchContextClass)) |
Typedefs | |
typedef struct GdkAppLaunchContext | GdkAppLaunchContext |
typedef struct GdkAppLaunchContextClass | GdkAppLaunchContextClass |
typedef struct GdkAppLaunchContextPrivate | GdkAppLaunchContextPrivate |
Functions | |
GType | gdk_app_launch_context_get_type (void) |
GdkAppLaunchContext * | gdk_app_launch_context_new (void) |
void | gdk_app_launch_context_set_display (GdkAppLaunchContext *context, GdkDisplay *display) |
void | gdk_app_launch_context_set_screen (GdkAppLaunchContext *context, GdkScreen *screen) |
void | gdk_app_launch_context_set_desktop (GdkAppLaunchContext *context, gint desktop) |
void | gdk_app_launch_context_set_timestamp (GdkAppLaunchContext *context, guint32 timestamp) |
void | gdk_app_launch_context_set_icon (GdkAppLaunchContext *context, GIcon *icon) |
void | gdk_app_launch_context_set_icon_name (GdkAppLaunchContext *context, const char *icon_name) |
#define GDK_APP_LAUNCH_CONTEXT | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), GDK_TYPE_APP_LAUNCH_CONTEXT, GdkAppLaunchContext)) |
Definition at line 36 of file gdkapplaunchcontext.h.
#define GDK_APP_LAUNCH_CONTEXT_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST((k), GDK_TYPE_APP_LAUNCH_CONTEXT, GdkAppLaunchContextClass)) |
Definition at line 37 of file gdkapplaunchcontext.h.
#define GDK_APP_LAUNCH_CONTEXT_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), GDK_TYPE_APP_LAUNCH_CONTEXT, GdkAppLaunchContextClass)) |
Definition at line 40 of file gdkapplaunchcontext.h.
#define GDK_IS_APP_LAUNCH_CONTEXT | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_APP_LAUNCH_CONTEXT)) |
Definition at line 38 of file gdkapplaunchcontext.h.
#define GDK_IS_APP_LAUNCH_CONTEXT_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), GDK_TYPE_APP_LAUNCH_CONTEXT)) |
Definition at line 39 of file gdkapplaunchcontext.h.
#define GDK_TYPE_APP_LAUNCH_CONTEXT (gdk_app_launch_context_get_type ()) |
Definition at line 35 of file gdkapplaunchcontext.h.
typedef struct GdkAppLaunchContext GdkAppLaunchContext |
Definition at line 33 of file gdkapplaunchcontext.h.
typedef struct GdkAppLaunchContextClass GdkAppLaunchContextClass |
Definition at line 33 of file gdkapplaunchcontext.h.
typedef struct GdkAppLaunchContextPrivate GdkAppLaunchContextPrivate |
Definition at line 33 of file gdkapplaunchcontext.h.
GType gdk_app_launch_context_get_type | ( | void | ) |
GdkAppLaunchContext* gdk_app_launch_context_new | ( | void | ) |
void gdk_app_launch_context_set_desktop | ( | GdkAppLaunchContext * | context, |
gint | desktop | ||
) |
void gdk_app_launch_context_set_display | ( | GdkAppLaunchContext * | context, |
GdkDisplay * | display | ||
) |
void gdk_app_launch_context_set_icon | ( | GdkAppLaunchContext * | context, |
GIcon * | icon | ||
) |
void gdk_app_launch_context_set_icon_name | ( | GdkAppLaunchContext * | context, |
const char * | icon_name | ||
) |
void gdk_app_launch_context_set_screen | ( | GdkAppLaunchContext * | context, |
GdkScreen * | screen | ||
) |
void gdk_app_launch_context_set_timestamp | ( | GdkAppLaunchContext * | context, |
guint32 | timestamp | ||
) |