pygobject r834 - trunk/examples/gio
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: pygobject r834 - trunk/examples/gio
- Date: Fri, 18 Jul 2008 23:31:33 +0000 (UTC)
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]