]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gio-2.0: Include gunixfdlist.h for UnixFDList
authorLuca Bruno <lucabru@src.gnome.org>
Sat, 11 Feb 2012 20:32:27 +0000 (21:32 +0100)
committerLuca Bruno <lucabru@src.gnome.org>
Sat, 11 Feb 2012 20:32:27 +0000 (21:32 +0100)
vapi/gio-2.0.vapi
vapi/metadata/Gio-2.0.metadata

index ee7a21a8b6badea94612771bc93127c31fbe070c..3fed1d51bc2e9e93244e33e73cda2ae891ae6cbf 100644 (file)
@@ -1549,6 +1549,7 @@ namespace GLib {
                public GLib.List<GLib.SrvTarget> lookup_service (string service, string protocol, string domain, GLib.Cancellable? cancellable = null) throws GLib.Error;
                [CCode (finish_function = "g_resolver_lookup_service_finish")]
                public async GLib.List<GLib.SrvTarget> lookup_service_async (string service, string protocol, string domain, GLib.Cancellable? cancellable = null) throws GLib.Error;
+               [CCode (vfunc_name = "lookup_service")]
                [NoWrapper]
                public virtual GLib.List<GLib.SrvTarget> lookup_service_fn (string rrname, GLib.Cancellable? cancellable = null) throws GLib.Error;
                [CCode (finish_function = "g_resolver_lookup_service_finish", vfunc_name = "lookup_service_async")]
@@ -2077,7 +2078,7 @@ namespace GLib {
                public GLib.TlsPasswordFlags flags { get; set; }
                public string warning { get; set; }
        }
-       [CCode (cheader_filename = "gio/gio.h", type_id = "g_unix_fd_list_get_type ()")]
+       [CCode (cheader_filename = "gio/gunixfdlist.h", type_id = "g_unix_fd_list_get_type ()")]
        public class UnixFDList : GLib.Object {
                [CCode (has_construct_function = false)]
                public UnixFDList ();
index facf3eef5b3d850108bdb7b4ad13d48e7ed3889a..b2affce9cd8effb81513b5400416b7fd43efd17c 100644 (file)
@@ -10,7 +10,7 @@ DesktopAppLaunchCallback skip
 FileDescriptorBased* skip
 Unix* skip
 UnixSocketAddressType skip=false
-UnixFDList skip=false
+UnixFDList skip=false cheader_filename="gio/gunixfdlist.h"
 unix_* skip
 // UnixSocketAddress.abstract#property skip
 DBusConnection