[vala/switch-to-gir: 36/36] vapi: Remove nested namespaces GIR information.
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/switch-to-gir: 36/36] vapi: Remove nested namespaces GIR information.
- Date: Sat, 6 Nov 2010 11:51:24 +0000 (UTC)
commit 3fba9081a6e0cd4769ca7c44abc146963c6ef4fe
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 64f2a4d..b59d1ab 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 90b1b17..6be68c4 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]