Function
Gtkshow_uri_full_finish
Declaration [src]
gboolean
gtk_show_uri_full_finish (
GtkWindow* parent,
GAsyncResult* result,
GError** error
)
Description [src]
Finishes the gtk_show_uri()
call and returns the result
of the operation.
Deprecated since: | 4.10 |
Use |
Parameters
parent |
GtkWindow |
The |
|
The data is owned by the caller of the function. | |
result |
GAsyncResult* |
|
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |