summaryrefslogtreecommitdiff
path: root/gtk/gtkshow.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-04 11:25:40 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-04 11:25:40 -0500
commitbf2a6114abb7262ff31f116dbb0c1a60567c52dc (patch)
tree9c70e0ffa631d0161a76b1a2732dd4fe9ee19253 /gtk/gtkshow.c
parentee89c605cf7933eca21411f635dc59ae767a21fe (diff)
downloadgtk+-bf2a6114abb7262ff31f116dbb0c1a60567c52dc.tar.gz
Mention gvfs in the gtk_show_uri() docs
https://bugzilla.gnome.org/show_bug.cgi?id=622125
Diffstat (limited to 'gtk/gtkshow.c')
-rw-r--r--gtk/gtkshow.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/gtk/gtkshow.c b/gtk/gtkshow.c
index 551f393b4e..3b24c7b3a6 100644
--- a/gtk/gtkshow.c
+++ b/gtk/gtkshow.c
@@ -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>