summaryrefslogtreecommitdiffstats
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bug 545861 – g_file_info_get_modification_time is missingJohan Dahlin2008-08-012-1/+17
* Bug 545846 – g_vfs_get_supported_uri_schemes is missingJohan Dahlin2008-08-012-0/+30
* Wrap new object gio.FileAttributeInfo, g_file_set_attribute and g_file_query_...Gian Mario Tagliaretti2008-07-295-36/+296
* Wrap g_app_info_launch_uris, g_app_info_launch, g_app_launch_context_get_disp...Gian Mario Tagliaretti2008-07-298-36/+352
* Add gio.FILE_ATTRIBUTE_* constants and update the examples to use them.Johan Dahlin2008-07-291-0/+131
* Add a new exampleJohan Dahlin2008-07-281-9/+12
* Add a new API for registering exceptions for a GError domain. Register aJohan Dahlin2008-07-262-2/+7
* remove unused structureJohan Dahlin2008-07-251-5/+0
* Wrap gio.File.copy, add tests and documentation. RenameJohan Dahlin2008-07-246-55/+203
* Ignore a bunch of functions which are not relevant.Johan Dahlin2008-07-191-2/+14