summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-11-16 18:29:26 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2016-11-16 18:29:26 +0100
commita1dd5668f7915a45e8f3c0650fa68f11d7c99730 (patch)
tree9643375a4f4503350574bf7b33671179c118662a
parentda33aaea1c1859902a90ba9c079fce9d1cce3986 (diff)
downloadvala-a1dd5668f7915a45e8f3c0650fa68f11d7c99730.tar.gz
gtk+-4.0: Update to 3.89.0+48e7f419
-rw-r--r--vapi/gtk+-4.0.vapi25
-rw-r--r--vapi/metadata/Gsk-4.0.metadata3
2 files changed, 25 insertions, 3 deletions
diff --git a/vapi/gtk+-4.0.vapi b/vapi/gtk+-4.0.vapi
index ed6a43aaa..5e9bf34e9 100644
--- a/vapi/gtk+-4.0.vapi
+++ b/vapi/gtk+-4.0.vapi
@@ -6980,11 +6980,10 @@ namespace Gsk {
[Version (since = "3.90")]
public class Texture {
[CCode (has_construct_function = false)]
- public Texture.for_data (Gsk.Renderer renderer, uint8 data, int width, int height, int stride);
+ public Texture.for_data ([CCode (array_length = false, type = "const guchar*")] uint8[] data, int width, int height, int stride);
[CCode (has_construct_function = false)]
- public Texture.for_pixbuf (Gsk.Renderer renderer, Gdk.Pixbuf pixbuf);
+ public Texture.for_pixbuf (Gdk.Pixbuf pixbuf);
public int get_height ();
- public unowned Gsk.Renderer get_renderer ();
public int get_width ();
public unowned Gsk.Texture @ref ();
public void unref ();
@@ -12597,6 +12596,24 @@ namespace Gtk {
public void set_mode (Gtk.SizeGroupMode mode);
public Gtk.SizeGroupMode mode { get; set; }
}
+ [CCode (cheader_filename = "gtk/gtk.h", has_type_id = false)]
+ [Compact]
+ public class Snapshot {
+ public void append_node (Gsk.RenderNode node);
+ public bool clips_rect (Graphene.Rect bounds);
+ public void pop ();
+ public void push_node (Gsk.RenderNode node);
+ public void render_background (Gtk.StyleContext context, double x, double y, double width, double height);
+ public void render_focus (Gtk.StyleContext context, double x, double y, double width, double height);
+ public void render_frame (Gtk.StyleContext context, double x, double y, double width, double height);
+ public void render_icon (Gtk.StyleContext context, Gdk.Pixbuf pixbuf, double x, double y);
+ [Version (since = "3.90")]
+ public void render_insertion_cursor (Gtk.StyleContext context, double x, double y, Pango.Layout layout, int index, Pango.Direction direction);
+ public void render_layout (Gtk.StyleContext context, double x, double y, Pango.Layout layout);
+ public void set_transform (Graphene.Matrix transform);
+ public void transform (Graphene.Matrix matrix);
+ public void translate_2d (int x, int y);
+ }
[CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_spin_button_get_type ()")]
public class SpinButton : Gtk.Entry, Atk.Implementor, Gtk.Buildable, Gtk.CellEditable, Gtk.Editable, Gtk.Orientable {
[CCode (has_construct_function = false, type = "GtkWidget*")]
@@ -14515,6 +14532,8 @@ namespace Gtk {
public void show_now ();
[Version (since = "3.10")]
public void size_allocate_with_baseline (Gtk.Allocation allocation, int baseline);
+ [NoWrapper]
+ public virtual void snapshot (Gtk.Snapshot snapshot);
public void style_get (...);
public void style_get_property (string property_name, ref GLib.Value value);
public void style_get_valist (string first_property_name, [CCode (type = "va_list")] va_list var_args);
diff --git a/vapi/metadata/Gsk-4.0.metadata b/vapi/metadata/Gsk-4.0.metadata
index 848863e0e..cca78fd56 100644
--- a/vapi/metadata/Gsk-4.0.metadata
+++ b/vapi/metadata/Gsk-4.0.metadata
@@ -2,3 +2,6 @@ value_* skip
RenderNodeIter
.free destroys_instance
+
+Texture
+ .new_for_data.data array