pygobject r834 - trunk/examples/gio



Author: johan
Date: Fri Jul 18 23:31:33 2008
New Revision: 834
URL: http://svn.gnome.org/viewvc/pygobject?rev=834&view=rev

Log:
Increase to 100 per go

Modified:
   trunk/examples/gio/directory-async.py

Modified: trunk/examples/gio/directory-async.py
==============================================================================
--- trunk/examples/gio/directory-async.py	(original)
+++ trunk/examples/gio/directory-async.py	Fri Jul 18 23:31:33 2008
@@ -15,12 +15,13 @@
         print 'ERROR:', e
         loop.quit()
         return
-    enumerator.next_files_async(10, next_files_done)
+    enumerator.next_files_async(100, next_files_done)
 
 if len(sys.argv) >= 2:
     uri = sys.argv[1]
 else:
     uri = "/"
+
 gfile = gio.File(uri)
 gfile.enumerate_children_async(
     "standard::name", enumerate_children_done)



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