summaryrefslogtreecommitdiff
path: root/vapi/gio-unix-2.0.vapi
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2008-10-11 11:11:29 +0000
committerJürg Billeter <juergbi@src.gnome.org>2008-10-11 11:11:29 +0000
commitfe6ec134900cc4b3a77626c30e0bc839a3af3b14 (patch)
treef185d58dcfd225022a7d756e263b1816f0bcbbfc /vapi/gio-unix-2.0.vapi
parent53cc19fca4ba365992d387204356c6d5fe7cb3bb (diff)
downloadvala-fe6ec134900cc4b3a77626c30e0bc839a3af3b14.tar.gz
Regenerated
2008-10-11 Jürg Billeter <j@bitron.ch> * vapi/atk.vapi: * vapi/gdk-2.0.vapi: * vapi/gdk-pixbuf-2.0.vapi: * vapi/gio-2.0.vapi: * vapi/gio-unix-2.0.vapi: * vapi/gstreamer-0.10.vapi: * vapi/gstreamer-audio-0.10.vapi: * vapi/gstreamer-base-0.10.vapi: * vapi/gstreamer-controller-0.10.vapi: * vapi/gstreamer-dataprotocol-0.10.vapi: * vapi/gstreamer-fft-0.10.vapi: * vapi/gstreamer-net-0.10.vapi: * vapi/gstreamer-netbuffer-0.10.vapi: * vapi/gstreamer-pbutils-0.10.vapi: * vapi/gstreamer-riff-0.10.vapi: * vapi/gstreamer-rtp-0.10.vapi: * vapi/gstreamer-sdp-0.10.vapi: * vapi/gtk+-2.0.vapi: * vapi/pango.vapi: Regenerated svn path=/trunk/; revision=1831
Diffstat (limited to 'vapi/gio-unix-2.0.vapi')
-rw-r--r--vapi/gio-unix-2.0.vapi5
1 files changed, 5 insertions, 0 deletions
diff --git a/vapi/gio-unix-2.0.vapi b/vapi/gio-unix-2.0.vapi
index 3297cafc9..f159ddc03 100644
--- a/vapi/gio-unix-2.0.vapi
+++ b/vapi/gio-unix-2.0.vapi
@@ -27,16 +27,20 @@ namespace GLib {
[CCode (cheader_filename = "gio/gdesktopappinfo.h")]
public class DesktopAppInfo : GLib.Object, GLib.AppInfo {
public bool get_is_hidden ();
+ [CCode (has_construct_function = false)]
public DesktopAppInfo (string desktop_id);
+ [CCode (has_construct_function = false)]
public DesktopAppInfo.from_filename (string filename);
public static void set_desktop_env (string desktop_env);
}
[CCode (cheader_filename = "gio/gunixinputstream.h")]
public class UnixInputStream : GLib.InputStream {
+ [CCode (type = "GInputStream*", has_construct_function = false)]
public UnixInputStream (int fd, bool close_fd_at_close);
}
[CCode (cheader_filename = "gio/gunixmounts.h")]
public class UnixMountMonitor : GLib.Object {
+ [CCode (has_construct_function = false)]
public UnixMountMonitor ();
public void set_rate_limit (int limit_msec);
public virtual signal void mountpoints_changed ();
@@ -44,6 +48,7 @@ namespace GLib {
}
[CCode (cheader_filename = "gio/gunixoutputstream.h")]
public class UnixOutputStream : GLib.OutputStream {
+ [CCode (type = "GOutputStream*", has_construct_function = false)]
public UnixOutputStream (int fd, bool close_fd_at_close);
}
[CCode (cheader_filename = "gio/gunixmounts.h")]