summaryrefslogtreecommitdiffstats
path: root/gio
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-12-31 10:19:47 +0100
committerGian Mario Tagliaretti <gianmt@gnome.org>2009-12-31 10:19:47 +0100
commit5bec72f34ea75bc56158cae5c39d61a2a4e7e601 (patch)
tree6a79fc7749833c25dde24e16bf6f0f31f1cfb26c /gio
parentb08b20f2b1a57bcbf400d6fe8e87cf052bdb719d (diff)
downloadpygobject-5bec72f34ea75bc56158cae5c39d61a2a4e7e601.tar.gz
pygobject-5bec72f34ea75bc56158cae5c39d61a2a4e7e601.tar.xz
pygobject-5bec72f34ea75bc56158cae5c39d61a2a4e7e601.zip
Add more remainders on missing methods of gio.Socket and related types
Diffstat (limited to 'gio')
-rw-r--r--gio/gsocket.override8
1 files changed, 8 insertions, 0 deletions
diff --git a/gio/gsocket.override b/gio/gsocket.override
index c04018a..bb13254 100644
--- a/gio/gsocket.override
+++ b/gio/gsocket.override
@@ -253,3 +253,11 @@ _wrap_g_socket_client_connect_to_service_async(PyGObject *self,
/* 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 */
+/* Could not write method GSocketControlMessage.serialize: No ArgType for gpointer */
+/* Could not write method GSocketListener.add_address: No ArgType for GSocketAddress** */
+/* Could not write method GSocketListener.accept_socket: No ArgType for GObject** */
+/* Could not write method GSocketListener.accept_socket_async: No ArgType for GAsyncReadyCallback */
+/* Could not write method GSocketListener.accept_socket_finish: No ArgType for GObject** */
+/* Could not write method GSocketListener.accept: No ArgType for GObject** */
+/* Could not write method GSocketListener.accept_async: No ArgType for GAsyncReadyCallback */
+/* Could not write method GSocketListener.accept_finish: No ArgType for GObject** */