]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 25 Mar 2018 19:41:53 +0000 (21:41 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 25 Mar 2018 19:41:53 +0000 (21:41 +0200)
vapi/atk.vapi
vapi/gtk+-4.0.vapi
vapi/libgsf-1.vapi

index 0d3c560a9eed0f3641d68655ac4085eac69843d8..5054f7c64c9ff5ab2581db5694cf1d2076f7f7e2 100644 (file)
@@ -112,7 +112,7 @@ namespace Atk {
                [NoAccessorMethod]
                public Atk.Object accessible_parent { owned get; set; }
                [NoAccessorMethod]
-               public int accessible_role { get; set; }
+               public Atk.Role accessible_role { get; set; }
                [NoAccessorMethod]
                [Version (deprecated = true)]
                public string accessible_table_caption { owned get; set; }
index 68e4ac116fc04add61c1a951ccfe80a15f9724b0..0c1e6ab4a4accacbd8a0a3eea6c3fa3cda68de3e 100644 (file)
@@ -6085,7 +6085,7 @@ namespace Gsk {
        public class CairoNode : Gsk.RenderNode {
                [CCode (has_construct_function = false)]
                public CairoNode (Graphene.Rect bounds);
-               public Cairo.Context get_draw_context (Gsk.Renderer? renderer);
+               public Cairo.Context get_draw_context ();
                public unowned Cairo.Surface peek_surface ();
        }
        [CCode (cheader_filename = "gsk/gsk.h", cname = "GskRenderNode")]
@@ -10224,7 +10224,7 @@ namespace Gtk {
        [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_snapshot_get_type ()")]
        public class Snapshot : Gdk.Snapshot {
                [CCode (has_construct_function = false)]
-               public Snapshot (Gsk.Renderer renderer, bool record_names, Cairo.Region? clip, string name, ...);
+               public Snapshot (bool record_names, Cairo.Region? clip, string name, ...);
                public Cairo.Context append_cairo (Graphene.Rect bounds, string name, ...);
                public void append_color (Gdk.RGBA color, Graphene.Rect bounds, string name, ...);
                public void append_linear_gradient (Graphene.Rect bounds, Graphene.Point start_point, Graphene.Point end_point, Gsk.ColorStop stops, size_t n_stops, string name, ...);
@@ -10236,7 +10236,6 @@ namespace Gtk {
                public Gsk.RenderNode free_to_node ();
                public void get_offset (out int x, out int y);
                public bool get_record_names ();
-               public unowned Gsk.Renderer get_renderer ();
                public void offset (int x, int y);
                public void pop ();
                public void push (bool keep_coordinates, string name, ...);
index 2480d0dc6c5b2940b90619df2b0597612af36439..79891cce8bdb748f8c402bc8714afeb815977130 100644 (file)
@@ -132,6 +132,7 @@ namespace Gsf {
                public bool seek_emulate (Gsf.off_t pos);
                public bool set_container (Gsf.Infile? container);
                public bool set_modtime (GLib.DateTime? modtime);
+               public bool set_modtime_from_stat (void* st);
                public bool set_name (string? name);
                public bool set_name_from_filename (string filename);
                public bool set_size (Gsf.off_t size);