[vala] gtk+-2.0, gtk+-3.0: add missing GObject interface prerequisite
- From: Evan Nemerson <evann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gtk+-2.0, gtk+-3.0: add missing GObject interface prerequisite
- Date: Sun, 7 Sep 2014 19:14:02 +0000 (UTC)
commit 6146ea7d506ab4005e048ef85a701c98f5415406
Author: Evan Nemerson <evan nemerson com>
Date: Sun Sep 7 12:13:08 2014 -0700
gtk+-2.0, gtk+-3.0: add missing GObject interface prerequisite
vapi/gtk+-2.0.vapi | 4 ++--
vapi/gtk+-3.0.vapi | 4 ++--
vapi/packages/gtk+-2.0/gtk+-2.0-custom.vala | 4 ++--
vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/vapi/gtk+-2.0.vapi b/vapi/gtk+-2.0.vapi
index c74c5ed..a9aff98 100644
--- a/vapi/gtk+-2.0.vapi
+++ b/vapi/gtk+-2.0.vapi
@@ -6086,7 +6086,7 @@ namespace Gtk {
public abstract void set_cell_data_func (Gtk.CellRenderer cell, owned Gtk.CellLayoutDataFunc
func);
}
[CCode (cheader_filename = "gtk/gtk.h")]
- public interface Editable {
+ public interface Editable : GLib.Object {
public void copy_clipboard ();
public void cut_clipboard ();
public void delete_selection ();
@@ -6189,7 +6189,7 @@ namespace Gtk {
public signal void update_preview ();
}
[CCode (cheader_filename = "gtk/gtk.h")]
- public interface FileChooserEmbed {
+ public interface FileChooserEmbed : GLib.Object {
}
[CCode (cheader_filename = "gtk/gtk.h")]
public interface Orientable : GLib.Object {
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index b216f77..15d137f 100644
--- a/vapi/gtk+-3.0.vapi
+++ b/vapi/gtk+-3.0.vapi
@@ -7000,7 +7000,7 @@ namespace Gtk {
public signal void color_activated (Gdk.RGBA color);
}
[CCode (cheader_filename = "gtk/gtk.h", type_cname = "GtkEditableInterface")]
- public interface Editable {
+ public interface Editable : GLib.Object {
public void copy_clipboard ();
public void cut_clipboard ();
public void delete_selection ();
@@ -7103,7 +7103,7 @@ namespace Gtk {
public signal void update_preview ();
}
[CCode (cheader_filename = "gtk/gtk.h")]
- public interface FileChooserEmbed {
+ public interface FileChooserEmbed : GLib.Object {
}
[CCode (cheader_filename = "gtk/gtk.h")]
public interface FontChooser : GLib.Object {
diff --git a/vapi/packages/gtk+-2.0/gtk+-2.0-custom.vala b/vapi/packages/gtk+-2.0/gtk+-2.0-custom.vala
index 95caaac..011be6b 100644
--- a/vapi/packages/gtk+-2.0/gtk+-2.0-custom.vala
+++ b/vapi/packages/gtk+-2.0/gtk+-2.0-custom.vala
@@ -252,12 +252,12 @@ namespace Gtk {
public void set_has_frame (bool setting);
}
- public interface Editable {
+ public interface Editable : GLib.Object {
[CCode (vfunc_name = "set_selection_bounds")]
public abstract void select_region (int start_pos, int end_pos);
}
- public interface FileChooserEmbed {
+ public interface FileChooserEmbed : GLib.Object {
}
public interface FileChooser: Gtk.Widget {
diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala b/vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala
index 935f4a5..eb35943 100644
--- a/vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala
+++ b/vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala
@@ -89,12 +89,12 @@ namespace Gtk {
}
[CCode (type_cname = "GtkEditableInterface")]
- public interface Editable {
+ public interface Editable : GLib.Object {
[CCode (vfunc_name = "set_selection_bounds")]
public abstract void select_region (int start_pos, int end_pos);
}
- public interface FileChooserEmbed {
+ public interface FileChooserEmbed : GLib.Object {
}
public interface FileChooser: Gtk.Widget {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]