[vala] vapi: Remove nested namespaces GIR information.
- From: Evan Nemerson <evann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] vapi: Remove nested namespaces GIR information.
- Date: Mon, 8 Nov 2010 10:04:40 +0000 (UTC)
commit 6a42200a93699aaa0497d2bfb56a1cda1e9fefc8
Author: Luca Bruno <lucabru src gnome org>
Date: Sat Nov 6 12:44:53 2010 +0100
vapi: Remove nested namespaces GIR information.
Affected packages are gdk-3.0, gio-2.0, gtk+-2.0 and gtk+-3.0.
vapi/gdk-3.0.vapi | 2 +-
vapi/gio-2.0.vapi | 2 +-
vapi/gtk+-2.0.vapi | 2 +-
vapi/gtk+-3.0.vapi | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi
index b8c845d..5521631 100644
--- a/vapi/gdk-3.0.vapi
+++ b/vapi/gdk-3.0.vapi
@@ -2,7 +2,7 @@
[CCode (cprefix = "Gdk", lower_case_cprefix = "gdk_", gir_namespace = "Gdk", gir_version = "2.0")]
namespace Gdk {
- [CCode (cprefix = "GdkSelection", lower_case_cprefix = "gdk_selection_", gir_namespace = "Gdk", gir_version = "2.0")]
+ [CCode (cprefix = "GdkSelection", lower_case_cprefix = "gdk_selection_")]
namespace Selection {
[CCode (cheader_filename = "gdk/gdk.h")]
public static void convert (Gdk.Window requestor, Gdk.Atom selection, Gdk.Atom target, uint32 time_);
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index aec515e..dbc5550 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -25,7 +25,7 @@ namespace GLib {
[CCode (cname = "g_bus_watch_name_on_connection_with_closures", cheader_filename = "gio/gio.h")]
public static uint watch_name_on_connection (GLib.DBusConnection connection, string name, GLib.BusNameWatcherFlags flags, [CCode (type = "GClosure*")] owned GLib.BusNameAppearedCallback name_appeared_handler, [CCode (type = "GClosure*")] owned GLib.BusNameVanishedCallback name_vanished_handler);
}
- [CCode (cprefix = "GContentType", lower_case_cprefix = "g_content_type_", gir_namespace = "Gio", gir_version = "2.0")]
+ [CCode (cprefix = "GContentType", lower_case_cprefix = "g_content_type_")]
namespace ContentType {
[CCode (cheader_filename = "gio/gio.h")]
public static bool can_be_executable (string type);
diff --git a/vapi/gtk+-2.0.vapi b/vapi/gtk+-2.0.vapi
index 9528d5a..d74333e 100644
--- a/vapi/gtk+-2.0.vapi
+++ b/vapi/gtk+-2.0.vapi
@@ -2,7 +2,7 @@
[CCode (cprefix = "Gtk", lower_case_cprefix = "gtk_", gir_namespace = "Gtk", gir_version = "2.0")]
namespace Gtk {
- [CCode (cprefix = "GtkStock", lower_case_cprefix = "gtk_stock_", gir_namespace = "Gtk", gir_version = "2.0")]
+ [CCode (cprefix = "GtkStock", lower_case_cprefix = "gtk_stock_")]
namespace Stock {
[CCode (cheader_filename = "gtk/gtk.h")]
public const string ABOUT;
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index 075511d..b04430f 100644
--- a/vapi/gtk+-3.0.vapi
+++ b/vapi/gtk+-3.0.vapi
@@ -2,7 +2,7 @@
[CCode (cprefix = "Gtk", lower_case_cprefix = "gtk_", gir_namespace = "Gtk", gir_version = "2.0")]
namespace Gtk {
- [CCode (cprefix = "GtkStock", lower_case_cprefix = "gtk_stock_", gir_namespace = "Gtk", gir_version = "2.0")]
+ [CCode (cprefix = "GtkStock", lower_case_cprefix = "gtk_stock_")]
namespace Stock {
[CCode (cheader_filename = "gtk/gtk.h")]
public const string ABOUT;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]