[gtk+/gtk-2.90] Clarify the arguments to g_file_query_info_async()



commit e79f1636296df516fa3fcffba2df356ec80db5aa
Author: Federico Mena Quintero <federico novell com>
Date:   Wed Sep 2 13:54:52 2009 -0500

    Clarify the arguments to g_file_query_info_async()
    
    Signed-off-by: Federico Mena Quintero <federico novell com>

 gtk/gtkfilesystemmodel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkfilesystemmodel.c b/gtk/gtkfilesystemmodel.c
index 919be4c..509a361 100644
--- a/gtk/gtkfilesystemmodel.c
+++ b/gtk/gtkfilesystemmodel.c
@@ -1035,7 +1035,7 @@ gtk_file_system_model_monitor_change (GFileMonitor *      monitor,
         /* We can treat all of these the same way */
         g_file_query_info_async (file,
                                  model->attributes,
-                                 0,
+                                 G_FILE_QUERY_INFO_NONE,
                                  IO_PRIORITY,
                                  model->cancellable,
                                  gtk_file_system_model_query_done,
@@ -1858,7 +1858,7 @@ _gtk_file_system_model_add_and_query_file (GtkFileSystemModel *model,
 
   g_file_query_info_async (file,
                            attributes,
-                           0,
+                           G_FILE_QUERY_INFO_NONE,
                            IO_PRIORITY,
                            model->cancellable,
                            gtk_file_system_model_query_done,



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