~ubuntu-branches/ubuntu/maverick/vala/maverick

« back to all changes in this revision

Viewing changes to vapi/clutter-gtk-0.10.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-04-02 10:10:55 UTC
  • mfrom: (1.4.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100402101055-qbx3okzv0tnp3wpp
Tags: 0.8.0-0ubuntu1
* New upstream release:
  - Infer type arguments when calling generic methods.
  - Support `in' operator for arrays.
  - Add experimental support for regular expression literals.
  - Add experimental support for chained relational expressions.
  - Add va_list support.
  - Add clutter-gtk-0.10 bindings (Gordon Allott).
  - Add gdl-1.0 bindings (Nicolas Joseph).
  - Add gstreamer-app-0.10 bindings (Sebastian Dröge).
  - Add gstreamer-cdda-0.10 bindings (Sebastian Dröge).
  - Add gudev-1.0 bindings (Jim Nelson).
  - Add libgda-report-4.0 bindings (Shawn Ferris).
  - Add libgvc (graphviz) bindings (Martin Olsson).
  - Add purple bindings (Adrien Bustany).
  - Many bug fixes and binding updates.
* debian/patches/99_ltmain_as-needed.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* clutter-gtk-0.10.vapi generated by vapigen, do not modify. */
 
2
 
 
3
[CCode (cprefix = "GtkClutter", lower_case_cprefix = "gtk_clutter_")]
 
4
namespace GtkClutter {
 
5
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
6
        public class Embed : Gtk.Container, Atk.Implementor, Gtk.Buildable {
 
7
                [CCode (type = "GtkWidget*", has_construct_function = false)]
 
8
                public Embed ();
 
9
                public unowned Clutter.Actor get_stage ();
 
10
        }
 
11
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
12
        public class Viewport : Clutter.Actor, GtkClutter.Zoomable, GtkClutter.Scrollable, Clutter.Container, Clutter.Scriptable {
 
13
                [CCode (type = "ClutterActor*", has_construct_function = false)]
 
14
                public Viewport (Gtk.Adjustment h_adjust, Gtk.Adjustment v_adjust, Gtk.Adjustment z_adjust);
 
15
                public void get_origin (float x, float y, float z);
 
16
                [NoAccessorMethod]
 
17
                public Clutter.Actor child { owned get; set; }
 
18
                public Clutter.Vertex origin { get; }
 
19
        }
 
20
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
21
        public interface Scrollable {
 
22
                public abstract void get_adjustments (out unowned Gtk.Adjustment h_adjust, out unowned Gtk.Adjustment v_adjust);
 
23
                public abstract void set_adjustments (Gtk.Adjustment h_adjust, Gtk.Adjustment v_adjust);
 
24
        }
 
25
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
26
        public interface Zoomable {
 
27
                public abstract unowned Gtk.Adjustment get_adjustment ();
 
28
                public abstract void set_adjustment (Gtk.Adjustment z_adjust);
 
29
        }
 
30
        [CCode (cprefix = "CLUTTER_INIT_ERROR_", has_type_id = false, cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
31
        public enum ClutterGtkInitError {
 
32
                LAST,
 
33
                GTK
 
34
        }
 
35
        [CCode (cprefix = "CLUTTER_GTK_TEXTURE_", has_type_id = false, cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
36
        public enum ClutterGtkTextureError {
 
37
                INVALID_STOCK_ID,
 
38
                ERROR_LAST
 
39
        }
 
40
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
41
        public static void get_base_color (Gtk.Widget widget, Gtk.StateType state, out Clutter.Color color);
 
42
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
43
        public static void get_bg_color (Gtk.Widget widget, Gtk.StateType state, out Clutter.Color color);
 
44
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
45
        public static void get_dark_color (Gtk.Widget widget, Gtk.StateType state, out Clutter.Color color);
 
46
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
47
        public static void get_fg_color (Gtk.Widget widget, Gtk.StateType state, out Clutter.Color color);
 
48
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
49
        public static void get_light_color (Gtk.Widget widget, Gtk.StateType state, out Clutter.Color color);
 
50
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
51
        public static void get_mid_color (Gtk.Widget widget, Gtk.StateType state, out Clutter.Color color);
 
52
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
53
        public static void get_text_aa_color (Gtk.Widget widget, Gtk.StateType state, out Clutter.Color color);
 
54
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
55
        public static void get_text_color (Gtk.Widget widget, Gtk.StateType state, out Clutter.Color color);
 
56
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
57
        public static Clutter.InitError init ([CCode (array_length_pos = 0.9)] ref unowned string[] argv);
 
58
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
59
        public static Clutter.InitError init_with_args (int argc, out unowned string argv, string parameter_string, GLib.OptionEntry entries, string translation_domain) throws GLib.Error;
 
60
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
61
        public static GLib.Quark texture_error_quark ();
 
62
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
63
        public static unowned Clutter.Actor texture_new_from_icon_name (Gtk.Widget widget, string icon_name, Gtk.IconSize size);
 
64
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
65
        public static unowned Clutter.Actor texture_new_from_pixbuf (Gdk.Pixbuf pixbuf);
 
66
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
67
        public static unowned Clutter.Actor texture_new_from_stock (Gtk.Widget widget, string stock_id, Gtk.IconSize size);
 
68
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
69
        public static bool texture_set_from_icon_name (Clutter.Texture texture, Gtk.Widget widget, string icon_name, Gtk.IconSize size) throws GLib.Error;
 
70
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
71
        public static bool texture_set_from_pixbuf (Clutter.Texture texture, Gdk.Pixbuf pixbuf) throws GLib.Error;
 
72
        [CCode (cheader_filename = "clutter-gtk/clutter-gtk.h")]
 
73
        public static bool texture_set_from_stock (Clutter.Texture texture, Gtk.Widget widget, string stock_id, Gtk.IconSize size) throws GLib.Error;
 
74
}