Method
GtkFileLauncherlaunch_finish
Declaration [src]
gboolean
gtk_file_launcher_launch_finish (
GtkFileLauncher* self,
GAsyncResult* result,
GError** error
)
Description [src]
Finishes the gtk_file_launcher_launch()
call and
returns the result.
Available since: | 4.10 |
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |