| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Strip the g_ prefix from function name
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Add optional 'origin' parameter. Expand gio.Emblem documentation and
mark gio.emblem_new_with_origin as sort-of-deprecated.
|
| |
|
|
|
| |
Also move several gio.Mount overrides over from 'gio.override' to
existing 'gmount.override'. Part of bug #584289.
|
| | |
|
| |
|
|
| |
Wrap the method gio.BufferedInputStream.fill_async and add a test
|
| | |
|
| | |
|
| |
|
|
|
| |
Add the wrapper for gio.memory_input_stream_new_from_data including
docs and a test.
|
| | |
|
| |
|
|
|
| |
Add the wrapper for gio.FileOutputStream.query_info_async
including docs and a test.
|
| | |
|
| |
|
|
|
| |
Add the wrapper for gio.FileInputStream.query_async including docs and
a test.
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
| |
Bug #584290.
|
| |
|
|
| |
add the new API added in gio 2.20, some needs to be wrapped manually
|
| |
|
|
| |
wrap gio.OutputStream.splice_async() and add a test.
|
| |
|
|
|
| |
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() and add a test.
|
| |
|
|
|
| |
added a boxed type for gio.FileAttributeMatcher which has been forgotten while
wrapping the gio API. This should probably be done in gio itself.
|
| |
|
|
| |
use the count argument instead of buffer_size which is always zero
|
| |
|
|
| |
wrap gio.InputStream.skip_async() and add a test.
|
| |
|
|
|
| |
After the recent patch it would leak exception data if old argument
order was used. Properly decref the objects.
|
| | |
|
| |
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
Simply amend all related symbolic link creation so that any errors are
ignored.
|
| |
|
|
|
|
|
| |
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 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.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2009-04-09 Jonathan Matthew <jonathan@d14n.org>
Bug 575781 – pyg_notify_free needs to ensure it has GIL before calling
Py_XDECREF
* gio/gio.override: Ensure we're holding the GIL before potentially
destroying the callback and data.
svn path=/trunk/; revision=1057
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2009-04-05 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gfile.override:
(_wrap_g_file_set_display_name_async) Wrap new GFile method.
* tests/test_gio.py: Test the above methods.
svn path=/trunk/; revision=1056
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2009-04-04 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gfile.override:
(_wrap_g_file_set_attributes_async)
(_wrap_g_file_set_attributes_finish) Wrap new GFile methods.
* tests/test_gio.py: Test the above methods.
svn path=/trunk/; revision=1053
|
| |
|
|
|
|
|
|
|
|
| |
2009-03-31 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gfile.override:
(_wrap_g_file_query_filesystem_info_async) Fix a typo.
svn path=/trunk/; revision=1052
|
| |
|
|
|
|
|
|
|
|
| |
2009-03-31 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gfile.override:
(_wrap_g_file_query_filesystem_info_async) Wrap new GFile method.
svn path=/trunk/; revision=1051
|