summaryrefslogtreecommitdiffstats
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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