summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2010-01-01 12:45:29 +0100
committerGian Mario Tagliaretti <gianmt@gnome.org>2010-01-01 12:45:29 +0100
commitdff374287bbecc8af782bbc726fad86c6c867754 (patch)
tree8bde0065277613e1ccb4b41e102707ff333bb56f
parentb8c7e996498bd72df551011af85ff05ef7335b4f (diff)
downloadpygobject-dff374287bbecc8af782bbc726fad86c6c867754.tar.gz
pygobject-dff374287bbecc8af782bbc726fad86c6c867754.tar.xz
pygobject-dff374287bbecc8af782bbc726fad86c6c867754.zip
Add more remainders on missing methods of gio.Socket and related types
-rw-r--r--gio/gsocket.override3
1 files changed, 3 insertions, 0 deletions
diff --git a/gio/gsocket.override b/gio/gsocket.override
index 4ed716e..8f66653 100644
--- a/gio/gsocket.override
+++ b/gio/gsocket.override
@@ -565,8 +565,11 @@ _wrap_g_socket_listener_accept_socket_finish(PyGObject *self,
return Py_BuildValue("(NN)", py_socket, py_source_object);
}
+/* Could not write method GSocketAddress.to_native: No ArgType for gpointer */
/* 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 */
/* Could not write method GSocketControlMessage.serialize: No ArgType for gpointer */
+/* Could not write function socket_address_new_from_native: No ArgType for gpointer */
+/* Could not write function socket_control_message_deserialize: No ArgType for gpointer */