summaryrefslogtreecommitdiff
path: root/vapi/gio-unix-2.0.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'vapi/gio-unix-2.0.vapi')
-rw-r--r--vapi/gio-unix-2.0.vapi2
1 files changed, 2 insertions, 0 deletions
diff --git a/vapi/gio-unix-2.0.vapi b/vapi/gio-unix-2.0.vapi
index b8bbd7bd4..8676eadb5 100644
--- a/vapi/gio-unix-2.0.vapi
+++ b/vapi/gio-unix-2.0.vapi
@@ -16,6 +16,8 @@ namespace GLib {
}
[CCode (cheader_filename = "gio/gunixconnection.h")]
public class UnixConnection : GLib.SocketConnection {
+ [CCode (has_construct_function = false)]
+ protected UnixConnection ();
public unowned GLib.Credentials receive_credentials (GLib.Cancellable cancellable) throws GLib.Error;
public int receive_fd (GLib.Cancellable cancellable) throws GLib.Error;
public bool send_credentials (GLib.Cancellable cancellable) throws GLib.Error;