summaryrefslogtreecommitdiffstats
path: root/gio/gio.defs
Commit message (Expand)AuthorAgeFilesLines
* Add API appeared in 2.20 but not marked as such in gio docsGian Mario Tagliaretti2009-06-021-0/+30
* Wrap gio.DataInputStream.read_line_async and read_until_asyncPaul Pogonyshev2009-05-311-2/+2
* Add gio 2.20 APIGian Mario Tagliaretti2009-05-251-0/+106
* Swap first two arguments of gio.File.query_info_async()Paul Pogonyshev2009-04-281-1/+1
* should accept None for cancellable and set the default flag toGian Mario Tagliaretti2009-04-121-2/+2
* Add missing g_file_query_filesystem_info_async andGian Mario Tagliaretti2009-03-301-12/+23
* 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-281-14/+24
* Add g_file_enumerator_get_container, new in 2.18Gian Mario Tagliaretti2009-03-221-0/+9
* 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-171-0/+1
* release the thread lock on non-async functions.Gian Mario Tagliaretti2009-02-161-0/+15
* Add 2.18 gio API.Gian Mario Tagliaretti2009-02-101-0/+195
* huge patch to fix memory leaks all over the place, fixes #568427Gian Mario Tagliaretti2009-02-081-1/+233
* Define methods.Mads Chr. Olesen2009-01-041-0/+37
* Rename from read(), document. (gio.InputStream.read): Rename fromPaul Pogonyshev2008-08-271-4/+61
* Bug 547495 – wrap four important asynchronous methods in gio.Drive andPaul Pogonyshev2008-08-121-0/+16
* Bug 547484 – wrap gio.DataInputStream.read_line and ...read_untilPaul Pogonyshev2008-08-121-0/+9
* Bug 547354 – wrap a few memory stream methodsPaul Pogonyshev2008-08-111-1/+2
* 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-101-0/+31
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-091-2/+8
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-091-0/+30
* Move the progress callback for move/copy so it's consistent with theJohan Dahlin2008-08-061-0/+2
* Wrap GFile.replace_async and query_info_async with docs and test.Gian Mario Tagliaretti2008-08-031-0/+20
* Wrap GFile.create_async with docs and testGian Mario Tagliaretti2008-08-021-0/+10
* 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-021-0/+9
* Wrap GFile.query_writable_namespaces with docs and testGian Mario Tagliaretti2008-08-011-0/+10
* Wrap gio.File.moveJohan Dahlin2008-08-011-0/+39
* Wrap gio.Volume.mount and gio.Volume.ejectJohan Dahlin2008-08-011-1/+23
* 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-011-0/+3
* Bug 545846 – g_vfs_get_supported_uri_schemes is missingJohan Dahlin2008-08-011-0/+9
* Wrap new object gio.FileAttributeInfo, g_file_set_attribute and g_file_query_...Gian Mario Tagliaretti2008-07-291-0/+19
* Wrap g_app_info_launch_uris, g_app_info_launch, g_app_launch_context_get_disp...Gian Mario Tagliaretti2008-07-291-9/+33
* Wrap gio.File.copy, add tests and documentation. RenameJohan Dahlin2008-07-241-0/+38
* Bind gio.Mount.unmount, gio.File.mount_mountable,Johan Dahlin2008-07-191-2/+44
* Use property based constructors when possible.Johan Dahlin2008-07-191-10/+10
* Wrap gio.FileEnumerator.next_files_async/next_files_done. Update theJohan Dahlin2008-07-181-0/+23
* Wrap gio.File.enumerate_children_async, add tests, docstring and anJohan Dahlin2008-07-181-0/+33
* wrap File.load_contents_async and File.load_contents_finish with docsstrings ...Gian Mario Tagliaretti2008-07-141-0/+19
* Remove g_file_input_stream_seek and g_file_output_stream_seek, theyJohan Dahlin2008-07-141-24/+0
* wrap File.load_contents with docstringsGian Mario Tagliaretti2008-07-111-17/+29
* Add default values for all GSeekType variables.Johan Dahlin2008-05-231-3/+3
* document. Add default values to all flags parameters.Johan Dahlin2008-04-111-24/+37
* document. Set io_priority default to G_PRIORITY_DEFAULT.Johan Dahlin2008-04-111-23/+42
* Implement GAppInfo constructor, add tests.Johan Dahlin2008-04-081-2/+6