]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Fix cheader_filename of Plug and Socket
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 20 Jan 2018 11:32:29 +0000 (12:32 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 20 Jan 2018 11:32:29 +0000 (12:32 +0100)
Regression of a8e6aff63e5e1502290ba93398314acf2ad45b60

vapi/gtk+-3.0.vapi
vapi/metadata/Gtk-3.0.metadata

index dc39d56485634c230b458d39ec8febc515e75309..2f6fe3db2680a79b920910a068a1534c73c0083d 100644 (file)
@@ -5572,7 +5572,7 @@ namespace Gtk {
                [Version (since = "3.20")]
                public signal void unmount (GLib.MountOperation mount_operation);
        }
-       [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_plug_get_type ()")]
+       [CCode (cheader_filename = "gtk/gtkx.h", type_id = "gtk_plug_get_type ()")]
        public class Plug : Gtk.Window, Atk.Implementor, Gtk.Buildable {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public Plug (X.Window socket_id);
@@ -7032,7 +7032,7 @@ namespace Gtk {
                public bool ignore_hidden { get; set; }
                public Gtk.SizeGroupMode mode { get; set; }
        }
-       [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_socket_get_type ()")]
+       [CCode (cheader_filename = "gtk/gtkx.h", type_id = "gtk_socket_get_type ()")]
        public class Socket : Gtk.Container, Atk.Implementor, Gtk.Buildable {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public Socket ();
index 3c1df800d2055be14d777f10e1e83d2167120385..6b7af1769eef1ffcc4f7caf38deac39e2eb25777 100644 (file)
@@ -6,6 +6,8 @@
 * cheader_filename="gtk/gtk.h"
 *Accessible cheader_filename="gtk/gtk.h,gtk/gtk-a11y.h"
 IMContext cheader_filename="gtk/gtk.h,gtk/gtkimmodule.h"
+Plug cheader_filename="gtk/gtkx.h"
+Socket cheader_filename="gtk/gtkx.h"
 
 // Causes vapigen issues, not sure why -- <union> without name