Description Usage Arguments Details Value Author(s)
This is a convenience function for launching the default application to show the uri. The uri must be of a form understood by GIO. Typical examples are
‘file:///home/gnome/pict.jpg’
‘http://www.gnome.org’
‘mailto:me’
Ideally the timestamp is taken from the event triggering
the gtkShowUri
call. If timestamp is not known you can take
GDK_CURRENT_TIME
.
1 | gtkShowUri(screen = NULL, uri, timestamp, .errwarn = TRUE)
|
|
screen to show the uri on or |
|
the uri to show |
|
a timestamp to prevent focus stealing. |
.errwarn |
Whether to issue a warning on error or fail silently |
This function can be used as a replacement for gnomeVfsUrlShow()
and gnomeUrlShow()
.
Since 2.14
A list containing the following elements:
retval |
[logical] |
|
a |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.