]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
clutter-gtk-1.0: Update to 1.4.2
authorRico Tzschichholz <ricotz@t-online.de>
Sat, 29 Dec 2012 10:47:02 +0000 (11:47 +0100)
committerRico Tzschichholz <ricotz@t-online.de>
Sat, 29 Dec 2012 10:47:02 +0000 (11:47 +0100)
vapi/clutter-gtk-1.0.vapi

index 7481e98968a489d2db2fe88ee92bf38717fc9496..10409451bf9c1eb66a3cdfcaea38d5450ce749e8 100644 (file)
@@ -18,6 +18,9 @@ namespace GtkClutter {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public Embed ();
                public unowned Clutter.Actor get_stage ();
+               public bool get_use_layout_size ();
+               public void set_use_layout_size (bool use_layout_size);
+               public bool use_layout_size { get; set construct; }
        }
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h", type_id = "gtk_clutter_texture_get_type ()")]
        public class Texture : Clutter.Texture, Atk.Implementor, Clutter.Animatable, Clutter.Container, Clutter.Scriptable {