[pygobject] Add a remainder of the Socket methods that needs manual wrapping still
- From: Gian Mario Tagliaretti <gianmt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pygobject] Add a remainder of the Socket methods that needs manual wrapping still
- Date: Wed, 30 Dec 2009 22:53:27 +0000 (UTC)
commit b19f59790b9de943d69b6c5e483928e0443c3d20
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date: Wed Dec 30 22:17:44 2009 +0100
Add a remainder of the Socket methods that needs manual wrapping still
gio/gsocket.override | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/gio/gsocket.override b/gio/gsocket.override
index d2283bb..4bf3a6b 100644
--- a/gio/gsocket.override
+++ b/gio/gsocket.override
@@ -66,3 +66,8 @@ _wrap_g_socket_condition_wait(PyGObject *self,
return PyBool_FromLong(ret);
}
+
+/* Could not write method GSocket.receive_from: No ArgType for GSocketAddress** */
+/* Could not write method GSocket.receive_message: No ArgType for GSocketAddress** */
+/* Could not write method GSocket.send_message: No ArgType for GOutputVector* */
+/* Could not write method GSocket.create_source: No ArgType for GIOCondition */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]