summaryrefslogtreecommitdiffstats
path: root/gio/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Changes to module init, and to compile under python3. Doesn't work thoughJohn Ehresman2010-04-151-2/+2
* Wrap gio.Cancellable.make_pollfd() and add a testGian Mario Tagliaretti2010-01-031-0/+1
* 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
* Fix bad name when rebuilding the unix source moduleGian Mario Tagliaretti2009-11-281-1/+1
* 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-1/+2
* 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 Python version into installed libpyglib nameEmilio Pozuelo Monfort2009-05-241-1/+1
* Forgot to add gmount.override to gio/Makefile.amGian Mario Tagliaretti2009-04-291-0/+1
* Fix occasional build failures after the 'ltihooks.py' removalPaul Pogonyshev2009-04-291-1/+1
* Remove 'ltihooks.py' as using deprecated Python module.Paul Pogonyshev2009-04-181-0/+9
* add a couple of convinence functions to convert from/to a python list andGian Mario Tagliaretti2009-03-281-0/+1
* Bad -I ordering can break build fixes #566737Gian Mario Tagliaretti2009-01-061-3/+3
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-091-0/+1
* Wrap gio.Volume.mount and gio.Volume.ejectJohan Dahlin2008-08-011-0/+1
* 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-2/+2
* Add a new API for registering exceptions for a GError domain. Register aJohan Dahlin2008-07-261-1/+2
* Put gio.override before all the othersJohan Dahlin2008-07-181-1/+1
* Refactor cancellable check to a utility function, avoidsJohan Dahlin2008-07-141-1/+4
* 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
* Install gio in the right locationJohan Dahlin2008-04-071-2/+2
* Implement the python iteration protocol on GFileEnumeratorJohan Dahlin2008-04-061-0/+1
* Don't assume the buffer is set, use Py_XINCREF instead of Py_INCREF.Johan Dahlin2008-01-211-0/+1
* Split out overrides into more files. Fix up module description in commentJohan Dahlin2008-01-201-3/+9
* Import codegen from pygtk. Add initial gio and gio.unix bindings.Johan Dahlin2008-01-191-0/+77