]> Pileus Git - ~andy/gtk/commitdiff
Mention gvfs in the gtk_show_uri() docs
authorMatthias Clasen <mclasen@redhat.com>
Tue, 4 Jan 2011 16:25:40 +0000 (11:25 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 4 Jan 2011 16:25:40 +0000 (11:25 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=622125

gtk/gtkcssprovider.c
gtk/gtkshow.c

index 1bd7bcd5fa725c8b99345cbda123885ea586f2ae..6f72071a6885b344179e123bf4ea9f37ce04b767 100644 (file)
  *         <entry>engine</entry>
  *         <entry>engine-name</entry>
  *         <entry>#GtkThemingEngine</entry>
- *         <entry>engine: clearlooks;</entry>
+ *         <entry>engine: clearlooks;
+ *  engine: none; /&ast; use the default (i.e. builtin) engine) &ast;/ </entry>
  *       </row>
  *       <row>
  *         <entry>background-color</entry>
index 551f393b4ebc2845be68f38ed2eb89d73e10207e..3b24c7b3a630ba3f4782435e822fee80f24b671c 100644 (file)
 
 /**
  * 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>