summaryrefslogtreecommitdiffstats
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bind gio.Mount.unmount, gio.File.mount_mountable,Johan Dahlin2008-07-193-5/+272
* Set module name back to gio, as setting it to gio._gio breaks pydoc.Johan Dahlin2008-07-191-1/+1
* 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-182-0/+107
* Only fetch name, saves a couple of syscalls. Set name to gio._gio soJohan Dahlin2008-07-181-1/+1
* Fix header filenameJohan Dahlin2008-07-181-1/+1
* Wrap gio.File.enumerate_children_async, add tests, docstring and anJohan Dahlin2008-07-183-4/+102
* Use %zd instead of %d since it's a Py_ssize_t and not an int.Johan Dahlin2008-07-181-1/+1
* define NO_IMPORT_PYGOBJECT before including pygobject.hJohan Dahlin2008-07-181-1/+2
* Require pygobject 2.15.2Johan Dahlin2008-07-181-1/+1
* Put gio.override before all the othersJohan Dahlin2008-07-181-1/+1
* Use #include <pygobject.h> instead of include "pygobject.h"Johan Dahlin2008-07-183-3/+3
* The module is called gio._gio, not just _gio.Johan Dahlin2008-07-171-1/+1
* s/pygobject/gio/Johan Dahlin2008-07-171-1/+1
* Add a pygio_version module attributeJohan Dahlin2008-07-171-2/+14
* Rename gio.IOErrorEnum to gio.ErrorEnumJohan Dahlin2008-07-171-1/+1
* Add gio.ERROR which maps to the G_IO_ERROR quark.Johan Dahlin2008-07-171-0/+2
* Use the prefix G_IO_ for stripping constants instead of just G_ Check soJohan Dahlin2008-07-171-1/+1
* wrap File.load_contents_async and File.load_contents_finish with docsstrings ...Gian Mario Tagliaretti2008-07-142-2/+91
* Remove g_file_input_stream_seek and g_file_output_stream_seek, theyJohan Dahlin2008-07-141-24/+0
* Map GSeekType to an intJohan Dahlin2008-07-143-0/+10
* Refactor cancellable check to a utility function, avoidsJohan Dahlin2008-07-147-84/+104
* wrap File.load_contents with docstringsGian Mario Tagliaretti2008-07-112-19/+74