Constructor
GtkUriLaunchernew
Declaration [src]
GtkUriLauncher*
gtk_uri_launcher_new (
const char* uri
)
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 |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |