From af2dfa166520a243ea05ff7d4bd5a1fa103d8e0b Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 19 Jul 2008 16:43:40 +0000 Subject: Ignore a bunch of functions which are not relevant. 2008-07-19 Johan Dahlin * gio/gio.override: Ignore a bunch of functions which are not relevant. svn path=/trunk/; revision=838 --- ChangeLog | 5 +++++ gio/gio.override | 16 ++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7675e00..c80aa46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-19 Johan Dahlin + + * gio/gio.override: + Ignore a bunch of functions which are not relevant. + 2008-07-19 Johan Dahlin * gio/gfile.override: 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 * -- cgit