diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-07-19 16:43:40 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-07-19 16:43:40 +0000 |
| commit | af2dfa166520a243ea05ff7d4bd5a1fa103d8e0b (patch) | |
| tree | 424a5cc3eea45700f9556e04e48763f58051016d /gio | |
| parent | 4d0b9fa9f506eb2888b51458668b6d7c542d8e08 (diff) | |
| download | pygobject-af2dfa166520a243ea05ff7d4bd5a1fa103d8e0b.tar.gz pygobject-af2dfa166520a243ea05ff7d4bd5a1fa103d8e0b.tar.xz pygobject-af2dfa166520a243ea05ff7d4bd5a1fa103d8e0b.zip | |
Ignore a bunch of functions which are not relevant.
2008-07-19 Johan Dahlin <johan@gnome.org>
* gio/gio.override:
Ignore a bunch of functions which are not relevant.
svn path=/trunk/; revision=838
Diffstat (limited to 'gio')
| -rw-r--r-- | gio/gio.override | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/gio/gio.override b/gio/gio.override index 51b10da..3d26b7d 100644 --- a/gio/gio.override +++ b/gio/gio.override @@ -90,11 +90,23 @@ include ignore-glob *_get_type *free - g_simple_async_result_new_error - g_simple_async_report_error_in_idle + g_async_result_get_user_data g_file_new_from_commandline_arg g_file_new_from_path g_file_new_from_uri + g_file_hash + g_icon_hash + g_input_stream_read_all + g_io_error_quark + g_simple_async_result_new_error + g_simple_async_report_error_in_idle + g_simple_async_result_set_op_res_gpointer + g_simple_async_result_get_op_res_gpointer + g_simple_async_result_get_source_tag + g_simple_async_result_run_in_thread + g_simple_async_result_set_from_error + g_simple_async_result_set_error + g_simple_async_result_set_error_va %% override g_drive_get_volumes noargs static PyObject * |
