summaryrefslogtreecommitdiff
path: root/vapi/gio-unix-2.0.vapi
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2010-03-25 12:32:16 +0100
committerJürg Billeter <j@bitron.ch>2010-03-25 12:32:16 +0100
commit80efe6aa812c6451ffb4fc5db19893b22d452250 (patch)
treec14358604d50af5962ea329d1ff1833a7550db6c /vapi/gio-unix-2.0.vapi
parent39688b16d44fd14d7fbf417ef221b071c3543897 (diff)
downloadvala-80efe6aa812c6451ffb4fc5db19893b22d452250.tar.gz
gio-unix-2.0: Fix header filenames for some classes
Diffstat (limited to 'vapi/gio-unix-2.0.vapi')
-rw-r--r--vapi/gio-unix-2.0.vapi6
1 files changed, 3 insertions, 3 deletions
diff --git a/vapi/gio-unix-2.0.vapi b/vapi/gio-unix-2.0.vapi
index 818895a31..cc7510f4b 100644
--- a/vapi/gio-unix-2.0.vapi
+++ b/vapi/gio-unix-2.0.vapi
@@ -13,12 +13,12 @@ namespace GLib {
public bool get_is_hidden ();
public static void set_desktop_env (string desktop_env);
}
- [CCode (cheader_filename = "gio/gunixmounts.h")]
+ [CCode (cheader_filename = "gio/gunixconnection.h")]
public class UnixConnection : GLib.SocketConnection {
public int receive_fd (GLib.Cancellable cancellable) throws GLib.Error;
public bool send_fd (int fd, GLib.Cancellable cancellable) throws GLib.Error;
}
- [CCode (cheader_filename = "gio/gunixmounts.h")]
+ [CCode (cheader_filename = "gio/gunixfdmessage.h")]
public class UnixFDMessage : GLib.SocketControlMessage {
[CCode (type = "GSocketControlMessage*", has_construct_function = false)]
public UnixFDMessage ();
@@ -99,7 +99,7 @@ namespace GLib {
public bool close_fd { get; set; }
public int fd { get; construct; }
}
- [CCode (cheader_filename = "gio/gunixmounts.h")]
+ [CCode (cheader_filename = "gio/gunixsocketaddress.h")]
public class UnixSocketAddress : GLib.SocketAddress, GLib.SocketConnectable {
[CCode (type = "GSocketAddress*", has_construct_function = false)]
public UnixSocketAddress (string path);