[pygobject] Fix the method name
- From: Gian Mario Tagliaretti <gianmt src gnome org>
- To: svn-commits-list gnome org
- Subject: [pygobject] Fix the method name
- Date: Mon, 1 Jun 2009 16:55:26 -0400 (EDT)
commit 1e1cad02879d514745b5233658654cbe944530a5
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date: Mon Jun 1 22:54:26 2009 +0200
Fix the method name
---
gio/gfileinputstream.override | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/gio/gfileinputstream.override b/gio/gfileinputstream.override
index cb0258d..5190a13 100644
--- a/gio/gfileinputstream.override
+++ b/gio/gfileinputstream.override
@@ -38,13 +38,13 @@ _wrap_g_file_input_stream_query_info_async(PyGObject *self,
notify = pygio_notify_new();
if (!PyArg_ParseTupleAndKeywords(args, kwargs,
- "sO|iOO:gio.File.query_info_async",
- kwlist,
- &attributes,
- ¬ify->callback,
- &io_priority,
- &pycancellable,
- ¬ify->data))
+ "sO|iOO:gio.FileInputStream.query_info_async",
+ kwlist,
+ &attributes,
+ ¬ify->callback,
+ &io_priority,
+ &pycancellable,
+ ¬ify->data))
if (!pygio_notify_callback_is_valid(notify))
goto error;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]