[vala/0.40] vapi: Update GIR-based bindings
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.40] vapi: Update GIR-based bindings
- Date: Mon, 26 Mar 2018 07:21:28 +0000 (UTC)
commit 1f2db5dacc328d164f6b4efc96fea74e5eab4101
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun Mar 25 21:41:53 2018 +0200
vapi: Update GIR-based bindings
vapi/atk.vapi | 2 +-
vapi/gtk+-4.0.vapi | 5 ++---
vapi/libgsf-1.vapi | 1 +
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/vapi/atk.vapi b/vapi/atk.vapi
index 0d3c560..5054f7c 100644
--- a/vapi/atk.vapi
+++ b/vapi/atk.vapi
@@ -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; }
diff --git a/vapi/gtk+-4.0.vapi b/vapi/gtk+-4.0.vapi
index 68e4ac1..0c1e6ab 100644
--- a/vapi/gtk+-4.0.vapi
+++ b/vapi/gtk+-4.0.vapi
@@ -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, ...);
diff --git a/vapi/libgsf-1.vapi b/vapi/libgsf-1.vapi
index 2480d0d..79891cc 100644
--- a/vapi/libgsf-1.vapi
+++ b/vapi/libgsf-1.vapi
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]