summaryrefslogtreecommitdiffstats
path: root/gio
Commit message (Collapse)AuthorAgeFilesLines
...
* Deprecate old gio.Drive methodsGian Mario Tagliaretti2009-12-292-1/+7
|
* Small fix in the headerGian Mario Tagliaretti2009-12-291-1/+1
|
* Wrap gio.Resolver.lookup_by_name() and add a couple of testsGian Mario Tagliaretti2009-12-293-0/+59
|
* Make cancellable an optional parameter in gio.Resolver.lookup_by_address()Gian Mario Tagliaretti2009-12-291-1/+1
|
* Strip g_ prefix for many other functionsGian Mario Tagliaretti2009-12-291-47/+47
|
* Strip g_prefix from InetAddress functionsGian Mario Tagliaretti2009-12-291-4/+4
|
* Fix function name gio.resolver_get_default()Gian Mario Tagliaretti2009-12-291-1/+1
| | | | Strip the g_ prefix from function name
* Wrap gio.FileIOStream.query_info_async() and add a testGian Mario Tagliaretti2009-12-293-0/+70
|
* Wrap GIOStream.close_async() and add a testGian Mario Tagliaretti2009-12-283-0/+70
|
* Make cancellable an optional parameter in GFile.create_readwrite()Gian Mario Tagliaretti2009-12-281-1/+1
|
* Remove a duplicate entry in gio.defsGian Mario Tagliaretti2009-12-281-9/+0
|
* Wrap gio.FileInfo.set_modification_time and add a testGian Mario Tagliaretti2009-12-281-1/+32
|
* Wrap gio.EmblemedIcon.get_emblems() and add a testGian Mario Tagliaretti2009-12-281-0/+14
|
* Update Enums and Flags with new APIGian Mario Tagliaretti2009-12-261-4/+149
|
* Wrap new API added in GIO-UNIX 2.22Gian Mario Tagliaretti2009-12-173-1/+144
|
* Properly define Connectable as interface type and not object typeGian Mario Tagliaretti2009-12-171-6/+6
|
* Fix bad name when rebuilding the unix source moduleGian Mario Tagliaretti2009-11-281-1/+1
|
* Wrap new API added in GIO 2.22Gian Mario Tagliaretti2009-11-282-6/+2144
|
* Bug 590063 – GFileInfo.list_attributes should accept None/NULLGian Mario Tagliaretti2009-08-081-2/+2
|
* Make gio.Emblem constructor new-stylePaul Pogonyshev2009-06-151-2/+3
| | | | | Add optional 'origin' parameter. Expand gio.Emblem documentation and mark gio.emblem_new_with_origin as sort-of-deprecated.
* Cleanup GIO overrides to use Python function/method namesPaul Pogonyshev2009-06-125-218/+218
| | | | | Also move several gio.Mount overrides over from 'gio.override' to existing 'gmount.override'. Part of bug #584289.
* Fix object type in gio.BufferedInputStream_fill_asyncGian Mario Tagliaretti2009-06-121-1/+1
|
* Wrap gio.BufferedInputStream.fill_asyncGian Mario Tagliaretti2009-06-093-0/+72
| | | | Wrap the method gio.BufferedInputStream.fill_async and add a test
* Add gio.BufferedOutputStream which was forgotten in the types definitionGian Mario Tagliaretti2009-06-091-0/+7
|
* Split overrides for gio.MemoryOutputStreamGian Mario Tagliaretti2009-06-094-24/+47
|
* Wrap gio.memory_input_stream_new_from_dataGian Mario Tagliaretti2009-06-094-34/+93
| | | | | Add the wrapper for gio.memory_input_stream_new_from_data including docs and a test.
* Add API appeared in 2.20 but not marked as such in gio docsGian Mario Tagliaretti2009-06-021-0/+30
|
* Wrap gio.FileOutputStream.query_info_asyncGian Mario Tagliaretti2009-06-023-1/+71
| | | | | Add the wrapper for gio.FileOutputStream.query_info_async including docs and a test.
* Fix the method nameGian Mario Tagliaretti2009-06-011-7/+7
|
* Wrap gio.FileInputStream.query_asyncGian Mario Tagliaretti2009-06-013-0/+70
| | | | | Add the wrapper for gio.FileInputStream.query_async including docs and a test.
* Wrap gio.DataInputStream.read_line_async and read_until_asyncPaul Pogonyshev2009-05-315-67/+254
| | | | | | | Wrap the functions and their corresponding *_finish() functions. Create 'gdatainputstream.override' for these and move two existing functions there. Add unit tests. Re-enable synchronous read_line unit test and adjust it for new official GIO behavior. Bug #584285.
* Fix gio.OutputStream.splice_asyncPaul Pogonyshev2009-05-301-4/+4
| | | | Bug #584290.
* Add gio 2.20 APIGian Mario Tagliaretti2009-05-252-8/+146
| | | | add the new API added in gio 2.20, some needs to be wrapped manually
* Wrap gio.OutputStream.splice_async()Gian Mario Tagliaretti2009-05-241-1/+57
| | | | wrap gio.OutputStream.splice_async() and add a test.
* Add Python version into installed libpyglib nameEmilio Pozuelo Monfort2009-05-241-1/+1
| | | | | Do this now, while no-one (as far as we know) links to the library besides PyGObject itself. Bug #550235.
* Wrap gio.OutputStream.flush_async()Gian Mario Tagliaretti2009-05-241-1/+46
| | | | wrap gio.OutputStream.flush_async() and add a test.
* Add wrapper for gio.FileAttributeMatcherGian Mario Tagliaretti2009-05-133-2/+31
| | | | | added a boxed type for gio.FileAttributeMatcher which has been forgotten while wrapping the gio API. This should probably be done in gio itself.
* Fix a bug in InputStream.skip_asyncGian Mario Tagliaretti2009-05-091-1/+2
| | | | use the count argument instead of buffer_size which is always zero
* Wrap gio.InputStream.skip_async()Gian Mario Tagliaretti2009-05-051-1/+49
| | | | wrap gio.InputStream.skip_async() and add a test.
* Fix memory leak in gio.File.query_info_async()Paul Pogonyshev2009-04-301-0/+4
| | | | | After the recent patch it would leak exception data if old argument order was used. Properly decref the objects.
* Forgot to add gmount.override to gio/Makefile.amGian Mario Tagliaretti2009-04-291-0/+1
|
* Wrap three gio.Mount methodsGian Mario Tagliaretti2009-04-292-0/+143
| | | | | | | the following methods of gio.Mount have been wrapped including docs (_wrap_g_mount_guess_content_type) (_wrap_g_mount_guess_content_type_finish) (_wrap_g_mount_guess_content_type_sync)
* Fix occasional build failures after the 'ltihooks.py' removalPaul Pogonyshev2009-04-291-1/+1
| | | | | Simply amend all related symbolic link creation so that any errors are ignored.
* Swap first two arguments of gio.File.query_info_async()Paul Pogonyshev2009-04-282-10/+31
| | | | | | | Swap the arguments for consistency with other methods. Update documentation accordingly. Take care to keep the old code (i.e. with non-swapped calling arguments) working, but don't mention that anywhere. (Bug #580490.)
* Remove 'ltihooks.py' as using deprecated Python module.Paul Pogonyshev2009-04-182-8/+9
| | | | | | | Remove the script and all related imports. All relevant Makefile's now create symbolic links for '.so' files from '.libs' to the level up, so that C helper modules are still importable in built, but not installed source tree.
* Code maintenance: add .gitignore filesPaul Pogonyshev2009-04-181-0/+3
|
* Bug 555613 – gio.VolumeMonitor segfaultsPaul Pogonyshev2009-04-141-0/+7
| | | | | | | | | | | 2009-04-15 Paul Pogonyshev <pogonyshev@gmx.net> Bug 555613 – gio.VolumeMonitor segfaults * gio/gvolumemonitor.override (_wrap_g_volume_monitor_tp_new): New function, return the singleton object. svn path=/trunk/; revision=1064
* change argument order to keep it consistent with the other methods.Gian Mario Tagliaretti2009-04-141-10/+9
| | | | | | | | | | 2009-04-14 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gfile.override: (_wrap_g_file_copy_async) change argument order to keep it consistent with the other methods. svn path=/trunk/; revision=1061
* Bug 578870 – memory leak in gio.File.copy_asyncPaul Pogonyshev2009-04-132-9/+32
| | | | | | | | | | | | | | | | | 2009-04-13 Paul Pogonyshev <pogonyshev@gmx.net> Bug 578870 – memory leak in gio.File.copy_async * gio/gio.override (PyGIONotify): Add 'slaves' field. (pygio_notify_new_slave): New function. (pygio_notify_reference_callback): Recurse for slaves, if any. (pygio_notify_free): Likewise. * gio/gfile.override (file_progress_callback_marshal): Use new chaining functionality to avoid leaking the second PyGIONotify structure. Rename 'callback' as 'progress_callback' for clarity. svn path=/trunk/; revision=1060
* should accept None for cancellable and set the default flag toGian Mario Tagliaretti2009-04-121-2/+2
| | | | | | | | | | 2009-04-12 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gio.defs: (g_file_monitor) should accept None for cancellable and set the default flag to G_FILE_MONITOR_NONE. svn path=/trunk/; revision=1059