Constructor

GioAppLaunchContextnew

Declaration

GAppLaunchContext*
g_app_launch_context_new (
  void
)

Description

Creates a new application launch context. This is not normally used, instead you instantiate a subclass of this, such as GdkAppLaunchContext.

Return value

Type: GAppLaunchContext

A GAppLaunchContext.

The caller of the function takes ownership of the data, and is responsible for freeing it.