summaryrefslogtreecommitdiffstats
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* Remove 'ltihooks.py' as using deprecated Python module.Paul Pogonyshev2009-04-182-8/+9
* Code maintenance: add .gitignore filesPaul Pogonyshev2009-04-181-0/+3
* Bug 555613 – gio.VolumeMonitor segfaultsPaul Pogonyshev2009-04-141-0/+7
* 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-132-9/+32
* should accept None for cancellable and set the default flag toGian Mario Tagliaretti2009-04-121-2/+2
* Bug 575781 – pyg_notify_free needs to ensure it has GIL before callingJonathan Matthew2009-04-081-0/+4
* 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
* Add missing g_file_query_filesystem_info_async andGian Mario Tagliaretti2009-03-301-12/+23
* 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
* should accept None for mount_operation.Gian Mario Tagliaretti2009-03-291-6/+19
* Swap kwargs names to reflect the code.Gian Mario Tagliaretti2009-03-291-1/+1
* Update the address of the FSF, by replacing old bits of the address withTobias Mueller2009-03-2918-18/+18
* Add g_volume_should_automountGian Mario Tagliaretti2009-03-281-0/+6
* add a couple of convinence functions to convert from/to a python list andGian Mario Tagliaretti2009-03-287-152/+315
* 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