[vala] gio-2.0: Include gunixfdlist.h for UnixFDList
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gio-2.0: Include gunixfdlist.h for UnixFDList
- Date: Sat, 11 Feb 2012 20:33:54 +0000 (UTC)
commit 706077fb6a2dcf84775475bd78855632a852c694
Author: Luca Bruno <lucabru src gnome org>
Date: Sat Feb 11 21:32:27 2012 +0100
gio-2.0: Include gunixfdlist.h for UnixFDList
vapi/gio-2.0.vapi | 3 ++-
vapi/metadata/Gio-2.0.metadata | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index ee7a21a..3fed1d5 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -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 ();
diff --git a/vapi/metadata/Gio-2.0.metadata b/vapi/metadata/Gio-2.0.metadata
index facf3ee..b2affce 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]