summaryrefslogtreecommitdiffstats
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* Add g_file_enumerator_get_container, new in 2.18Gian Mario Tagliaretti2009-03-221-0/+9
* gio/gfileenumerator.override (_wrap_g_file_enumerator_close_async) wrapGian Mario Tagliaretti2009-03-221-0/+46
* add g_cancellable_make_pollfdGian Mario Tagliaretti2009-03-081-0/+9
* Bug 556250 again. I screwed up and gave misinformation about how to fixGustavo J. A. M. Carneiro2009-02-173-18/+19
* release the thread lock on non-async functions.Gian Mario Tagliaretti2009-02-163-0/+51
* Add 2.18 gio API.Gian Mario Tagliaretti2009-02-103-0/+238
* huge patch to fix memory leaks all over the place, fixes #568427Gian Mario Tagliaretti2009-02-084-16/+272
* Bug 567792 – gio.InputStream.read_async can cause memory corruptionPaul Pogonyshev2009-01-292-94/+77
* Bug 566706 – cleanup GIO overridesPaul Pogonyshev2009-01-147-412/+404
* Bug 566744 – _wrap_g_input_stream_read_async() argument parsing hasPaul Pogonyshev2009-01-071-1/+1
* Bad -I ordering can break build fixes #566737Gian Mario Tagliaretti2009-01-061-3/+3
* Define methods.Mads Chr. Olesen2009-01-042-0/+123
* Merge from 2.16 branch:Paul Pogonyshev2008-12-213-4/+20
* g_output_stream_write_all use gsize instead of gssizeGian Mario Tagliaretti2008-09-121-1/+1
* Bug 549517 – add __repr__ to gio.Drive, gio.Mount and gio.VolumePaul Pogonyshev2008-09-082-0/+70
* 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
* Bug 547088 – wrap g_content_types_get_registered()Paul Pogonyshev2008-08-273-0/+27
* Rename from read(), document. (gio.InputStream.read): Rename fromPaul Pogonyshev2008-08-274-26/+183
* Fix keywords getting out of sync with actual argument order.Paul Pogonyshev2008-08-161-1/+1
* Bug 547495 – wrap four important asynchronous methods in gio.Drive andPaul Pogonyshev2008-08-122-0/+238
* Bug 547484 – wrap gio.DataInputStream.read_line and ...read_untilPaul Pogonyshev2008-08-121-0/+9
* Bug 547484 – wrap gio.DataInputStream.read_line and ...read_untilPaul Pogonyshev2008-08-121-0/+65
* only use 4 spaces in indentGian Mario Tagliaretti2008-08-121-202/+202
* Bug 547354 – wrap a few memory stream methodsPaul Pogonyshev2008-08-113-1/+61
* Ignore `g_io_module*' and `g_io_scheduler_*'.Paul Pogonyshev2008-08-111-0/+2
* Bug 547104 – improve type wrapper creationPaul Pogonyshev2008-08-111-0/+48
* Bug 547104 – improve type wrapper creationPaul Pogonyshev2008-08-111-43/+1
* Bug 546120 – make gio.File more PythonicPaul Pogonyshev2008-08-101-0/+58
* Bug 547134 – fix docstring line lengthJonathan Matthew2008-08-101-18/+28
* Add GFile.query_default_handler which was missing from the defs.Gian Mario Tagliaretti2008-08-101-0/+10
* Bug 547067 – add File.replace_contents, replace_contents_async,Jonathan Matthew2008-08-102-3/+183
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-091-2/+8
* Bug 546591 – File.copy progress_callback does not workPaul Pogonyshev2008-08-092-14/+16
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-094-148/+373
* 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-062-6/+8
* Add 'pygio_do_icon_richcompare' prototype to header.Paul Pogonyshev2008-08-051-2/+4
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-052-0/+133
* Wrap GFile.replace_async and query_info_async with docs and test.Gian Mario Tagliaretti2008-08-032-2/+115
* Fix a copy/paste pattern...Gian Mario Tagliaretti2008-08-021-42/+0
* Wrap GFile.create_async with docs and testGian Mario Tagliaretti2008-08-022-1/+95
* Do not include gio-types.defsJohan Dahlin2008-08-021-2/+0
* Remove SGML support, require python 2.4, modernize, PEP-8ify. Make it runJohan Dahlin2008-08-021-0/+1
* Wrap GFile.append_to_async with docs and testGian Mario Tagliaretti2008-08-022-1/+53
* Add pyglib_float_from_timeval and use itJohan Dahlin2008-08-022-4/+2
* Wrap GFile.query_writable_namespaces with docs and testGian Mario Tagliaretti2008-08-012-1/+55
* Wrap gio.File.moveJohan Dahlin2008-08-011-0/+39
* Wrap gio.Volume.mount and gio.Volume.ejectJohan Dahlin2008-08-015-5/+234
* Add docstring for gio.FileInfo.list_attributesGian Mario Tagliaretti2008-08-011-0/+4