Ardour  9.0-pre0-384-ga76afae0e9
gdkapplaunchcontext.h File Reference
#include <gio/gio.h>
#include <gdk/gdkscreen.h>
Include dependency graph for gdkapplaunchcontext.h:
This graph shows which files directly or indirectly include this file:

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)
 
GdkAppLaunchContextgdk_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)
 

Macro Definition Documentation

◆ GDK_APP_LAUNCH_CONTEXT

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

◆ GDK_APP_LAUNCH_CONTEXT_CLASS

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

◆ GDK_APP_LAUNCH_CONTEXT_GET_CLASS

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

◆ GDK_IS_APP_LAUNCH_CONTEXT

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

◆ GDK_IS_APP_LAUNCH_CONTEXT_CLASS

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

◆ GDK_TYPE_APP_LAUNCH_CONTEXT

#define GDK_TYPE_APP_LAUNCH_CONTEXT   (gdk_app_launch_context_get_type ())

Definition at line 35 of file gdkapplaunchcontext.h.

Typedef Documentation

◆ GdkAppLaunchContext

Definition at line 33 of file gdkapplaunchcontext.h.

◆ GdkAppLaunchContextClass

Definition at line 33 of file gdkapplaunchcontext.h.

◆ GdkAppLaunchContextPrivate

Function Documentation

◆ gdk_app_launch_context_get_type()

GType gdk_app_launch_context_get_type ( void  )

◆ gdk_app_launch_context_new()

GdkAppLaunchContext* gdk_app_launch_context_new ( void  )

◆ gdk_app_launch_context_set_desktop()

void gdk_app_launch_context_set_desktop ( GdkAppLaunchContext context,
gint  desktop 
)

◆ gdk_app_launch_context_set_display()

void gdk_app_launch_context_set_display ( GdkAppLaunchContext context,
GdkDisplay display 
)

◆ gdk_app_launch_context_set_icon()

void gdk_app_launch_context_set_icon ( GdkAppLaunchContext context,
GIcon *  icon 
)

◆ gdk_app_launch_context_set_icon_name()

void gdk_app_launch_context_set_icon_name ( GdkAppLaunchContext context,
const char *  icon_name 
)

◆ gdk_app_launch_context_set_screen()

void gdk_app_launch_context_set_screen ( GdkAppLaunchContext context,
GdkScreen screen 
)

◆ gdk_app_launch_context_set_timestamp()

void gdk_app_launch_context_set_timestamp ( GdkAppLaunchContext context,
guint32  timestamp 
)