Top | ![]() |
![]() |
![]() |
![]() |
gboolean gnome_url_show (const char *url
,GError **error
);
Once the input has been converted into a fully qualified url this function
calls gnome_vfs_url_show. Any error codes returned by gnome-vfs will be wrapped
in the error parameter. All errors comes from the GNOME_URL_ERROR
% domain.
url |
The url or path to display. The path can be relative to the current working directory or the user's home directory. This function will convert it into a fully qualified url using the gnome_url_get_from_input function. |
|
error |
Used to store any errors that result from trying to display the |
gboolean gnome_url_show_with_env (const char *url
,char **envp
,GError **error
);
Like gnome_url_show()
, but gnome_vfs_url_show_with_env
will be called with the given envirnoment.
url |
The url or path to display. |
|
envp |
child's environment, or |
|
error |
Used to store any errors that result from trying to display the |
TRUE
if everything went fine, FALSE
otherwise (in which case
error
will contain the actual error).
Since 2.2
The errors that can be returned due to bad parameters being pass to
gnome_url_show()
.