summaryrefslogtreecommitdiffstats
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Impl.Johan Dahlin2008-01-192-1/+58
* Implement.Johan Dahlin2008-01-191-2/+70
* New marshaller for async results (_wrap_g_input_stream_read_async): Impl.Johan Dahlin2008-01-193-3/+110
* Fix a silly bug so it possible to read files larger than 8192 bytes.Johan Dahlin2008-01-191-4/+6
* Set null-ok for all cancelable as well.Johan Dahlin2008-01-191-107/+107
* set gio.unix to None if it's not availableJohan Dahlin2008-01-191-1/+1
* Implement InputStream.read efficiently without copying the strings, basedJohan Dahlin2008-01-193-107/+191
* Import codegen from pygtk. Add initial gio and gio.unix bindings.Johan Dahlin2008-01-1910-0/+5367