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

Go to the source code of this file.

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_IS_APP_LAUNCH_CONTEXT(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_APP_LAUNCH_CONTEXT))
 

Functions

GDK_AVAILABLE_IN_ALL GType gdk_app_launch_context_get_type (void)
 
GDK_AVAILABLE_IN_ALL GdkDisplaygdk_app_launch_context_get_display (GdkAppLaunchContext *context)
 
GDK_AVAILABLE_IN_ALL void gdk_app_launch_context_set_desktop (GdkAppLaunchContext *context, int desktop)
 
GDK_AVAILABLE_IN_ALL void gdk_app_launch_context_set_timestamp (GdkAppLaunchContext *context, guint32 timestamp)
 
GDK_AVAILABLE_IN_ALL void gdk_app_launch_context_set_icon (GdkAppLaunchContext *context, GIcon *icon)
 
GDK_AVAILABLE_IN_ALL 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 32 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 33 of file gdkapplaunchcontext.h.

◆ GDK_TYPE_APP_LAUNCH_CONTEXT

#define GDK_TYPE_APP_LAUNCH_CONTEXT   (gdk_app_launch_context_get_type ())

Definition at line 31 of file gdkapplaunchcontext.h.

Function Documentation

◆ gdk_app_launch_context_get_display()

GDK_AVAILABLE_IN_ALL GdkDisplay * gdk_app_launch_context_get_display ( GdkAppLaunchContext * context)

◆ gdk_app_launch_context_get_type()

GDK_AVAILABLE_IN_ALL GType gdk_app_launch_context_get_type ( void )

◆ gdk_app_launch_context_set_desktop()

GDK_AVAILABLE_IN_ALL void gdk_app_launch_context_set_desktop ( GdkAppLaunchContext * context,
int desktop )

◆ gdk_app_launch_context_set_icon()

GDK_AVAILABLE_IN_ALL void gdk_app_launch_context_set_icon ( GdkAppLaunchContext * context,
GIcon * icon )

◆ gdk_app_launch_context_set_icon_name()

GDK_AVAILABLE_IN_ALL void gdk_app_launch_context_set_icon_name ( GdkAppLaunchContext * context,
const char * icon_name )

◆ gdk_app_launch_context_set_timestamp()

GDK_AVAILABLE_IN_ALL void gdk_app_launch_context_set_timestamp ( GdkAppLaunchContext * context,
guint32 timestamp )