summaryrefslogtreecommitdiffstats
path: root/gio/gio.override
Commit message (Expand)AuthorAgeFilesLines
* Use _PyUnicode or _PyByteArray macrosJohn Ehresman2010-04-151-3/+3
* Wrap gio.Cancellable.make_pollfd() and add a testGian Mario Tagliaretti2010-01-031-0/+3
* Wrap gio.Socket.condition_check() and add a testGian Mario Tagliaretti2009-12-301-0/+1
* Wrap gio.Resolver.lookup_by_name() and add a couple of testsGian Mario Tagliaretti2009-12-291-0/+1
* Wrap gio.FileIOStream.query_info_async() and add a testGian Mario Tagliaretti2009-12-291-0/+1
* Wrap GIOStream.close_async() and add a testGian Mario Tagliaretti2009-12-281-0/+1
* Cleanup GIO overrides to use Python function/method namesPaul Pogonyshev2009-06-121-204/+0
* Wrap gio.BufferedInputStream.fill_asyncGian Mario Tagliaretti2009-06-091-0/+1
* Split overrides for gio.MemoryOutputStreamGian Mario Tagliaretti2009-06-091-0/+1
* Wrap gio.memory_input_stream_new_from_dataGian Mario Tagliaretti2009-06-091-0/+1
* Wrap gio.FileOutputStream.query_info_asyncGian Mario Tagliaretti2009-06-021-0/+1
* Wrap gio.FileInputStream.query_asyncGian Mario Tagliaretti2009-06-011-0/+1
* Wrap gio.DataInputStream.read_line_async and read_until_asyncPaul Pogonyshev2009-05-311-0/+1
* Add wrapper for gio.FileAttributeMatcherGian Mario Tagliaretti2009-05-131-0/+2
* Wrap three gio.Mount methodsGian Mario Tagliaretti2009-04-291-0/+1
* Bug 578870 – memory leak in gio.File.copy_asyncPaul Pogonyshev2009-04-131-2/+26
* Bug 575781 – pyg_notify_free needs to ensure it has GIL before callingJonathan Matthew2009-04-081-0/+4
* Update the address of the FSF, by replacing old bits of the address withTobias Mueller2009-03-291-1/+1
* add a couple of convinence functions to convert from/to a python list andGian Mario Tagliaretti2009-03-281-138/+1
* Bug 556250 again. I screwed up and gave misinformation about how to fixGustavo J. A. M. Carneiro2009-02-171-10/+10
* release the thread lock on non-async functions.Gian Mario Tagliaretti2009-02-161-0/+20
* huge patch to fix memory leaks all over the place, fixes #568427Gian Mario Tagliaretti2009-02-081-4/+10
* Bug 567792 – gio.InputStream.read_async can cause memory corruptionPaul Pogonyshev2009-01-291-15/+56
* Bug 566706 – cleanup GIO overridesPaul Pogonyshev2009-01-141-104/+137
* Merge from 2.16 branch:Paul Pogonyshev2008-12-211-0/+14
* Bug 549517 – add __repr__ to gio.Drive, gio.Mount and gio.VolumePaul Pogonyshev2008-09-081-0/+50
* Bug 547088 – wrap g_content_types_get_registered()Paul Pogonyshev2008-08-271-0/+23
* Rename from read(), document. (gio.InputStream.read): Rename fromPaul Pogonyshev2008-08-271-1/+0
* Bug 547495 – wrap four important asynchronous methods in gio.Drive andPaul Pogonyshev2008-08-121-0/+222
* Ignore `g_io_module*' and `g_io_scheduler_*'.Paul Pogonyshev2008-08-111-0/+2
* Bug 546591 – File.copy progress_callback does not workPaul Pogonyshev2008-08-091-4/+9
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-091-148/+1
* Add 'pygio_do_icon_richcompare' prototype to header.Paul Pogonyshev2008-08-051-2/+4
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-051-0/+124
* Add pyglib_float_from_timeval and use itJohan Dahlin2008-08-021-0/+1
* Wrap gio.Volume.mount and gio.Volume.ejectJohan Dahlin2008-08-011-1/+2
* Bug 545846 – g_vfs_get_supported_uri_schemes is missingJohan Dahlin2008-08-011-0/+21
* Wrap new object gio.FileAttributeInfo, g_file_set_attribute and g_file_query_...Gian Mario Tagliaretti2008-07-291-0/+1
* Wrap g_app_info_launch_uris, g_app_info_launch, g_app_launch_context_get_disp...Gian Mario Tagliaretti2008-07-291-19/+20
* Wrap gio.File.copy, add tests and documentation. RenameJohan Dahlin2008-07-241-7/+7
* 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-191-0/+55
* Set module name back to gio, as setting it to gio._gio breaks pydoc.Johan Dahlin2008-07-191-1/+1
* Only fetch name, saves a couple of syscalls. Set name to gio._gio soJohan Dahlin2008-07-181-1/+1
* Refactor cancellable check to a utility function, avoidsJohan Dahlin2008-07-141-0/+1
* Implement GAppInfo constructor, add tests.Johan Dahlin2008-04-081-0/+1
* Wrap GFileInfo.list_attributes(), add tests and set the default ofJohan Dahlin2008-04-081-0/+1
* Add bindings for content_type_guess. Based on patch by Thomas LeonardJohan Dahlin2008-04-081-0/+30
* Add basic support for GThemedIcon, based on patch by Thomas LeonardJohan Dahlin2008-04-081-0/+21
* Make gio.File() (calling on an interface) a factory for creating files.Johan Dahlin2008-04-071-0/+3