[vala/0.10] gio-unix-2.0: Use correct C header for FileDescriptorBased
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.10] gio-unix-2.0: Use correct C header for FileDescriptorBased
- Date: Tue, 19 Oct 2010 19:02:44 +0000 (UTC)
commit 5a3211ea241f54bdae3f747fb0a95774de93a58c
Author: Evan Nemerson <evan coeus-group com>
Date: Sat Oct 16 12:24:21 2010 -0700
gio-unix-2.0: Use correct C header for FileDescriptorBased
vapi/gio-unix-2.0.vapi | 2 +-
vapi/packages/gio-unix-2.0/gio-unix-2.0.metadata | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gio-unix-2.0.vapi b/vapi/gio-unix-2.0.vapi
index 8676ead..769c304 100644
--- a/vapi/gio-unix-2.0.vapi
+++ b/vapi/gio-unix-2.0.vapi
@@ -132,7 +132,7 @@ namespace GLib {
public interface DesktopAppInfoLookup : GLib.Object {
public abstract unowned GLib.AppInfo get_default_for_uri_scheme (string uri_scheme);
}
- [CCode (cheader_filename = "gio/gunixmounts.h")]
+ [CCode (cheader_filename = "gio/gfiledescriptorbased.h")]
public interface FileDescriptorBased : GLib.Object {
public abstract int get_fd ();
}
diff --git a/vapi/packages/gio-unix-2.0/gio-unix-2.0.metadata b/vapi/packages/gio-unix-2.0/gio-unix-2.0.metadata
index 62ba0c1..62de7d6 100644
--- a/vapi/packages/gio-unix-2.0/gio-unix-2.0.metadata
+++ b/vapi/packages/gio-unix-2.0/gio-unix-2.0.metadata
@@ -1,5 +1,6 @@
GLib cprefix="G" lower_case_cprefix="g_" cheader_filename="gio/gunixmounts.h"
GDesktopAppInfo cheader_filename="gio/gdesktopappinfo.h"
+GFileDescriptorBased cheader_filename="gio/gfiledescriptorbased.h"
GUnixConnection cheader_filename="gio/gunixconnection.h"
GUnixFDMessage cheader_filename="gio/gunixfdmessage.h"
GUnixInputStream cheader_filename="gio/gunixinputstream.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]