Constructor
GtkUriLaunchernew
since: 4.10
Declaration [src]
GtkUriLauncher*
gtk_uri_launcher_new (
const char* uri
)
Parameters
uri
-
Type:
const char*
The uri to open.
The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GtkUriLauncher
The new GtkUriLauncher
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |