forked from AuroraMiddleware/gtk
Mention gvfs in the gtk_show_uri() docs
https://bugzilla.gnome.org/show_bug.cgi?id=622125
This commit is contained in:
parent
ee89c605cf
commit
bf2a6114ab
@ -559,7 +559,8 @@
|
||||
* <entry>engine</entry>
|
||||
* <entry>engine-name</entry>
|
||||
* <entry>#GtkThemingEngine</entry>
|
||||
* <entry>engine: clearlooks;</entry>
|
||||
* <entry>engine: clearlooks;
|
||||
* engine: none; /* use the default (i.e. builtin) engine) */ </entry>
|
||||
* </row>
|
||||
* <row>
|
||||
* <entry>background-color</entry>
|
||||
|
@ -28,14 +28,17 @@
|
||||
|
||||
/**
|
||||
* gtk_show_uri:
|
||||
* @screen: (allow-none): screen to show the uri on or %NULL for the default screen
|
||||
* @screen: (allow-none): screen to show the uri on
|
||||
* or %NULL for the default screen
|
||||
* @uri: the uri to show
|
||||
* @timestamp: a timestamp to prevent focus stealing.
|
||||
* @timestamp: a timestamp to prevent focus stealing
|
||||
* @error: a #GError that is returned in case of errors
|
||||
*
|
||||
* 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
|
||||
* to show the uri. The uri must be of a form understood by GIO (i.e. you
|
||||
* need to install gvfs to get support for uri schemes such as http://
|
||||
* or ftp://, as only local files are handled by GIO itself).
|
||||
* Typical examples are
|
||||
* <simplelist>
|
||||
* <member><filename>file:///home/gnome/pict.jpg</filename></member>
|
||||
* <member><filename>http://www.gnome.org</filename></member>
|
||||
|
Loading…
Reference in New Issue
Block a user