summaryrefslogtreecommitdiffstats
path: root/gio/gfile.override
Commit message (Expand)AuthorAgeFilesLines
* Use _PyUnicode or _PyByteArray macrosJohn Ehresman2010-04-151-3/+3
* Use richcompare slot rather than old compare slot and Py_TYPE macro in prepar...John Ehresman2010-04-151-3/+3
* Wrap File.unmount_mountable_with_operation()Gian Mario Tagliaretti2010-01-011-0/+54
* Wrap gio.File.stop_mountable()Gian Mario Tagliaretti2010-01-011-0/+52
* Wrap gio.File.start_mountable()Gian Mario Tagliaretti2010-01-011-0/+52
* Wrap gio.File.replace_readwrite_async()Gian Mario Tagliaretti2010-01-011-0/+55
* Wrap gio.File.poll_mountable()Gian Mario Tagliaretti2010-01-011-0/+41
* Wrap gio.File.open_readwrite_async()Gian Mario Tagliaretti2010-01-011-0/+44
* Wrap gio.File.eject_mountable_with_operation()Gian Mario Tagliaretti2010-01-011-0/+54
* Wrap gio.File.create_readwrite_async() and add a testGian Mario Tagliaretti2010-01-011-0/+51
* Cleanup GIO overrides to use Python function/method namesPaul Pogonyshev2009-06-121-10/+10
* Fix memory leak in gio.File.query_info_async()Paul Pogonyshev2009-04-301-0/+4
* Swap first two arguments of gio.File.query_info_async()Paul Pogonyshev2009-04-281-9/+30
* change argument order to keep it consistent with the other methods.Gian Mario Tagliaretti2009-04-141-10/+9
* Bug 578870 – memory leak in gio.File.copy_asyncPaul Pogonyshev2009-04-131-7/+6
* Wrap new GFile method.Gian Mario Tagliaretti2009-04-051-1/+49
* Wrap new GFile methods.Gian Mario Tagliaretti2009-04-041-3/+92
* Fix a typo.Gian Mario Tagliaretti2009-03-301-1/+1
* Wrap new GFile method.Gian Mario Tagliaretti2009-03-301-0/+48
* Swap kwargs names to reflect the code.Gian Mario Tagliaretti2009-03-301-1/+1
* Swap kwargs names to reflect the code.Gian Mario Tagliaretti2009-03-301-1/+1
* Wrap new GFile method.Gian Mario Tagliaretti2009-03-301-1/+46
* Wrap new GFile method.Gian Mario Tagliaretti2009-03-301-1/+47
* revert previous commit.Gian Mario Tagliaretti2009-03-291-1/+1
* callback cannot be optional.Gian Mario Tagliaretti2009-03-291-1/+1
* Update the address of the FSF, by replacing old bits of the address withTobias Mueller2009-03-291-1/+1
* Bug 556250 again. I screwed up and gave misinformation about how to fixGustavo J. A. M. Carneiro2009-02-171-8/+8
* release the thread lock on non-async functions.Gian Mario Tagliaretti2009-02-161-0/+16
* huge patch to fix memory leaks all over the place, fixes #568427Gian Mario Tagliaretti2009-02-081-7/+22
* Bug 566706 – cleanup GIO overridesPaul Pogonyshev2009-01-141-211/+193
* Define methods.Mads Chr. Olesen2009-01-041-0/+86
* Merge from 2.16 branch:Paul Pogonyshev2008-12-211-2/+3
* Fix typos breaking compilation (bug #551212).Frederic Peters2008-09-071-4/+4
* Bug 551059 – GFile load_contents methods chop data at first \0Jonathan Matthew2008-09-071-2/+2
* Fix keywords getting out of sync with actual argument order.Paul Pogonyshev2008-08-161-1/+1
* Bug 546120 – make gio.File more PythonicPaul Pogonyshev2008-08-101-0/+58
* Bug 547067 – add File.replace_contents, replace_contents_async,Jonathan Matthew2008-08-101-3/+152
* Bug 546591 – File.copy progress_callback does not workPaul Pogonyshev2008-08-091-10/+7
* Bug 546734 – Missing Py_INCREFs for some file async methodsJonathan Matthew2008-08-071-0/+10
* Move the progress callback for move/copy so it's consistent with theJohan Dahlin2008-08-061-6/+6
* Wrap GFile.replace_async and query_info_async with docs and test.Gian Mario Tagliaretti2008-08-031-2/+95
* Fix a copy/paste pattern...Gian Mario Tagliaretti2008-08-021-42/+0
* Wrap GFile.create_async with docs and testGian Mario Tagliaretti2008-08-021-1/+85
* Wrap GFile.append_to_async with docs and testGian Mario Tagliaretti2008-08-021-1/+44
* Wrap GFile.query_writable_namespaces with docs and testGian Mario Tagliaretti2008-08-011-1/+45
* Wrap gio.Volume.mount and gio.Volume.ejectJohan Dahlin2008-08-011-3/+73
* Wrap new object gio.FileAttributeInfo, g_file_set_attribute and g_file_query_...Gian Mario Tagliaretti2008-07-291-36/+122
* remove unused structureJohan Dahlin2008-07-251-5/+0
* Wrap gio.File.copy, add tests and documentation. RenameJohan Dahlin2008-07-241-25/+135
* Bind gio.Mount.unmount, gio.File.mount_mountable,Johan Dahlin2008-07-191-3/+173