From: Luca Bruno Date: Sat, 11 Feb 2012 20:32:27 +0000 (+0100) Subject: gio-2.0: Include gunixfdlist.h for UnixFDList X-Git-Tag: 0.15.2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=706077fb6a2dcf84775475bd78855632a852c694;p=thirdparty%2Fvala.git gio-2.0: Include gunixfdlist.h for UnixFDList --- diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi index ee7a21a8b..3fed1d51b 100644 --- a/vapi/gio-2.0.vapi +++ b/vapi/gio-2.0.vapi @@ -1549,6 +1549,7 @@ namespace GLib { public GLib.List 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 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 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 (); diff --git a/vapi/metadata/Gio-2.0.metadata b/vapi/metadata/Gio-2.0.metadata index facf3eef5..b2affce9c 100644 --- a/vapi/metadata/Gio-2.0.metadata +++ b/vapi/metadata/Gio-2.0.metadata @@ -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