[gtk+/multiroot-filechooser: 30/30] Mark multiroot API additions as being available since 3.0



commit 2ac688681c276c71a358a702454768369e4334f3
Author: Federico Mena Quintero <federico novell com>
Date:   Wed Oct 6 13:44:53 2010 -0500

    Mark multiroot API additions as being available since 3.0
    
    Signed-off-by: Federico Mena Quintero <federico novell com>

 gtk/gtkfilechooser.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index 6a1297e..7dcf9c0 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -836,7 +836,7 @@ gtk_file_chooser_default_init (GtkFileChooserInterface *iface)
    * The default is NULL, which provides the default level of access
    * for the file chooser.
    *
-   * Since: 2.18
+   * Since: 3.0
    */
   g_object_interface_install_property (g_iface,
 				       g_param_spec_boxed ("root-uris",
@@ -982,7 +982,7 @@ gtk_file_chooser_get_local_only (GtkFileChooser *chooser)
  *
  * See gtk_file_chooser_get_root_uris()
  *
- * Since: 2.18
+ * Since: 3.0
  **/
 void
 gtk_file_chooser_set_root_uris (GtkFileChooser *chooser,
@@ -1017,7 +1017,7 @@ gtk_file_chooser_set_root_uris (GtkFileChooser *chooser,
  * or simply %NULL if there are no roots set for the @chooser.  You should free
  * this array with g_strfreev().
  *
- * Since: 2.18
+ * Since: 3.0
  **/
 gchar **
 gtk_file_chooser_get_root_uris (GtkFileChooser *chooser)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]