summaryrefslogtreecommitdiffstats
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sort out confusion between interfaces and objects, add test. Fixes #538601Johan Dahlin2008-06-171-16/+17
* 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
* Move around the order of the callback argument to async methods, so itJohan Dahlin2008-04-113-83/+117
* Implement GAppInfo constructor, add tests.Johan Dahlin2008-04-085-5/+86
* Wrap GFileInfo.list_attributes(), add tests and set the default ofJohan Dahlin2008-04-084-13/+67
* Add bindings for content_type_guess. Based on patch by Thomas LeonardJohan Dahlin2008-04-082-0/+37
* Add basic support for GThemedIcon, based on patch by Thomas LeonardJohan Dahlin2008-04-083-0/+42
* Fix a couple of silly typos and use gio.File instead of GFile inJohan Dahlin2008-04-081-7/+8
* Make gio.File() (calling on an interface) a factory for creating files.Johan Dahlin2008-04-074-1/+110
* Install gio in the right locationJohan Dahlin2008-04-071-2/+2
* Add wrappers.Johan Dahlin2008-04-062-0/+166
* Ignore vararg functions and remove a couple of left overs in the genericJohan Dahlin2008-04-061-11/+3
* Remove g_file_output_stream_truncate, g_file_output_stream_tell andJohan Dahlin2008-04-061-24/+0
* Implement the python iteration protocol on GFileEnumeratorJohan Dahlin2008-04-062-0/+50
* Fix the buildJohan Dahlin2008-03-221-9/+3
* Make read_finish() return the string, remove the get_buffer method. ThisJohan Dahlin2008-03-222-27/+101
* Update to SVN of gio: g_file_contains_file -> g_file_has_prefix can_seekJohan Dahlin2008-03-092-20/+9
* Pass in l instead of i to PyArg_ParseTupleAndKeywords when parsing a long.Johan Dahlin2008-03-081-2/+2
* Remove private commentsJohan Dahlin2008-01-291-16/+0
* Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.Johan Dahlin2008-01-216-5/+82
* Split out overrides into more files. Fix up module description in commentJohan Dahlin2008-01-208-246/+361
* Add a new method, to fetch the buffer (_wrap_g_input_stream_read_async):Johan Dahlin2008-01-201-8/+37
* New function to test error condition of async read.Johan Dahlin2008-01-201-1/+3