Constructor

GtkUriLaunchernew

Declaration [src]

GtkUriLauncher*
gtk_uri_launcher_new (
  const char* uri
)

Description [src]

Creates a new GtkUriLauncher object.

Available since:4.10

Parameters

uri const char*
 

The uri to open.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: GtkUriLauncher
 

The new GtkUriLauncher

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