From a529ca3a94c8cce9d41225376e0523e676cdba7c Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Fri, 8 Jul 2011 20:03:49 +0200 Subject: [PATCH] Temporary quick fix for properties in interfaces without accessors The interface parsing fix added a few properties on interfaces that have no accessors. In this case, the code generated in the adapter for those properties does not build: it tries to use (Get/Set)Property but they don"t inherit from Glib.Object. Hide those properties for now, until a proper fix is implemented. As they were not available before, it's not that bad. --- gio/Gio.metadata | 5 +++++ gtk/Gtk.metadata | 1 + 2 files changed, 6 insertions(+) diff --git a/gio/Gio.metadata b/gio/Gio.metadata index b96485d15..b80aa5712 100644 --- a/gio/Gio.metadata +++ b/gio/Gio.metadata @@ -5,6 +5,10 @@ private 1 GioGlobal + 1 + 1 + 1 + 1 EmitActionAdded EmitActionEnabledChanged EmitActionRemoved @@ -28,6 +32,7 @@ GetCanUnmount GetCanSeek GetPosition + 1 1 GetMountInstance diff --git a/gtk/Gtk.metadata b/gtk/Gtk.metadata index 0c666255f..80d1fd9f2 100644 --- a/gtk/Gtk.metadata +++ b/gtk/Gtk.metadata @@ -110,6 +110,7 @@ 1 FinishEditing WidgetRemoved + 1 GtkCellRenderer* true 1