summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-08-23 12:53:49 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-08-23 12:53:49 +0200
commit449da40d94614c3859a00c5f0cb6c3d0d7fbdc20 (patch)
tree05a2ceeecfc4e9a297651903982900c67bac01c7
parentd07b275c3e79ad31f8d2fc1371ace12f8cf25095 (diff)
downloadvala-449da40d94614c3859a00c5f0cb6c3d0d7fbdc20.tar.gz
gio-2.0: Socket.receive*.buffer parameters are not "out"
-rw-r--r--vapi/metadata/Gio-2.0.metadata3
1 files changed, 3 insertions, 0 deletions
diff --git a/vapi/metadata/Gio-2.0.metadata b/vapi/metadata/Gio-2.0.metadata
index 5682b7e4e..ba3b69268 100644
--- a/vapi/metadata/Gio-2.0.metadata
+++ b/vapi/metadata/Gio-2.0.metadata
@@ -221,6 +221,9 @@ Socket
.condition_wait throws="GLib.IOError"
.connection_factory_create_connection parent="GLib.SocketConnection" name="factory_create_connection" symbol_type="function"
.create_source skip=false type="GLib.SocketSource"
+ .receive.buffer out=false
+ .receive_from.buffer out=false
+ .receive_with_blocking.buffer out=false
SocketControlMessage
.serialize.data type="uint8[]"
SocketListener