libgda-4.0, gedit-2.20: Fix gedit typo and GdaXaTransactionId.data
[vala-lang.git] / vapi / clutter-gtk-1.0.vapi
blob16d458e9156be379a26b4b8139f46458ca3dfe3e
1 /* clutter-gtk-1.0.vapi generated by vapigen, do not modify. */
3 [CCode (cprefix = "GtkClutter", lower_case_cprefix = "gtk_clutter_")]
4 namespace GtkClutter {
5         [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
6         public class Actor : Clutter.Actor, Clutter.Scriptable, Clutter.Animatable, Atk.Implementor, Clutter.Container {
7                 [CCode (type = "ClutterActor*", has_construct_function = false)]
8                 public Actor ();
9                 public unowned Gtk.Widget get_contents ();
10                 public unowned Gtk.Widget get_widget ();
11                 [CCode (type = "ClutterActor*", has_construct_function = false)]
12                 public Actor.with_contents (Gtk.Widget contents);
13                 [NoAccessorMethod]
14                 public Gtk.Widget contents { owned get; set construct; }
15         }
16         [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
17         public class Embed : Gtk.Container, Atk.Implementor, Gtk.Buildable {
18                 [CCode (type = "GtkWidget*", has_construct_function = false)]
19                 public Embed ();
20                 public unowned Clutter.Actor get_stage ();
21         }
22         [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
23         public class Texture : Clutter.Texture, Clutter.Scriptable, Clutter.Animatable, Atk.Implementor {
24                 [CCode (type = "ClutterActor*", has_construct_function = false)]
25                 public Texture ();
26                 public static GLib.Quark error_quark ();
27                 public bool set_from_icon_name (Gtk.Widget widget, string icon_name, Gtk.IconSize icon_size) throws GLib.Error;
28                 public bool set_from_pixbuf (Gdk.Pixbuf pixbuf) throws GLib.Error;
29                 public bool set_from_stock (Gtk.Widget widget, string stock_id, Gtk.IconSize icon_size) throws GLib.Error;
30         }
31         [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
32         public class Window : Gtk.Window, Atk.Implementor, Gtk.Buildable {
33                 [CCode (type = "GtkWidget*", has_construct_function = false)]
34                 public Window ();
35                 public unowned Clutter.Actor get_stage ();
36         }
37         [CCode (cprefix = "GTK_CLUTTER_TEXTURE_ERROR_INVALID_STOCK_", has_type_id = false, cheader_filename = "clutter-gtk/clutter-gtk.h")]
38         public enum TextureError {
39                 ID
40         }
41         [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
42         public const int CLUTTER_GTK_MAJOR_VERSION;
43         [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
44         public const int CLUTTER_GTK_MICRO_VERSION;
45         [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
46         public const int CLUTTER_GTK_MINOR_VERSION;
47         [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
48         public const int CLUTTER_GTK_VERSION_HEX;
49         [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
50         public const string CLUTTER_GTK_VERSION_S;
51         [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
52         public static bool check_version (uint major, uint minor, uint micro);
53         [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
54         public static unowned GLib.OptionGroup get_option_group ();
55         [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
56         public static Clutter.InitError init ([CCode (array_length_pos = 0.9)] ref unowned string[] argv);
57         [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
58         public static Clutter.InitError init_with_args ([CCode (array_length_pos = 0.9)] ref unowned string[] argv, string parameter_string, [CCode (array_length = false)] GLib.OptionEntry[] entries, string? translation_domain) throws GLib.Error;