[vala] gtk+-4.0: Update to 3.89.1+e09b78f7
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gtk+-4.0: Update to 3.89.1+e09b78f7
- Date: Thu, 1 Dec 2016 09:59:20 +0000 (UTC)
commit 75b292f461b42765619ad4720ff64e9d985a312f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Thu Dec 1 10:54:36 2016 +0100
gtk+-4.0: Update to 3.89.1+e09b78f7
vapi/gtk+-4.0.vapi | 29 ++++++++++++++++++++++-------
vapi/metadata/Gtk-4.0.metadata | 18 ++++++++++++++++++
2 files changed, 40 insertions(+), 7 deletions(-)
---
diff --git a/vapi/gtk+-4.0.vapi b/vapi/gtk+-4.0.vapi
index acce32b..f609477 100644
--- a/vapi/gtk+-4.0.vapi
+++ b/vapi/gtk+-4.0.vapi
@@ -6935,10 +6935,11 @@ namespace Gsk {
public Gsk.Renderer create_fallback (Graphene.Rect viewport, Cairo.Context cr);
[Version (since = "3.90")]
public Gsk.RenderNode create_render_node ();
+ [CCode (has_construct_function = false)]
[Version (since = "3.90")]
- public unowned Gdk.Display get_display ();
+ public Renderer.for_window (Gdk.Window window);
[Version (since = "3.90")]
- public static Gsk.Renderer? get_for_display (Gdk.Display display);
+ public unowned Gdk.Display get_display ();
[Version (since = "3.90")]
public int get_scale_factor ();
[Version (since = "3.90")]
@@ -6946,14 +6947,13 @@ namespace Gsk {
[Version (since = "3.90")]
public unowned Gdk.Window? get_window ();
[Version (since = "3.90")]
- public bool realize ();
+ public bool realize (Gdk.Window window) throws GLib.Error;
[Version (since = "3.90")]
public void render (Gsk.RenderNode root, Gdk.DrawingContext context);
[Version (since = "3.90")]
public void set_scale_factor (int scale_factor);
[Version (since = "3.90")]
public void set_viewport (Graphene.Rect? viewport);
- [Version (since = "3.90")]
public void set_window (Gdk.Window window);
[Version (since = "3.90")]
public void unrealize ();
@@ -8349,6 +8349,8 @@ namespace Gtk {
[Version (since = "2.2")]
public static unowned Gtk.Clipboard get_for_display (Gdk.Display display, Gdk.Atom selection);
public unowned GLib.Object? get_owner ();
+ [Version (since = "3.22")]
+ public Gdk.Atom get_selection ();
public void request_contents (Gdk.Atom target, [CCode (scope = "async")]
Gtk.ClipboardReceivedFunc callback);
[Version (since = "2.6")]
public void request_image ([CCode (scope = "async")] Gtk.ClipboardImageReceivedFunc callback);
@@ -9532,7 +9534,7 @@ namespace Gtk {
public bool has_stencil_buffer { get; set; }
[Version (since = "3.22")]
public bool use_es { get; set; }
- public signal Gdk.GLContext create_context ();
+ public virtual signal Gdk.GLContext create_context ();
public virtual signal bool render (Gdk.GLContext context);
public virtual signal void resize (int width, int height);
}
@@ -11078,7 +11080,7 @@ namespace Gtk {
public Gtk.PositionType tab_pos { get; set; }
public virtual signal bool change_current_page (int offset);
[Version (since = "2.12")]
- public signal unowned Gtk.Notebook create_window (Gtk.Widget page, int x, int y);
+ public virtual signal unowned Gtk.Notebook create_window (Gtk.Widget page, int x, int y);
public virtual signal bool focus_tab (Gtk.NotebookTab type);
public virtual signal void move_focus_out (Gtk.DirectionType direction);
[Version (since = "2.10")]
@@ -11584,7 +11586,7 @@ namespace Gtk {
[Version (since = "2.10")]
public virtual signal void begin_print (Gtk.PrintContext context);
[Version (since = "2.10")]
- public signal unowned GLib.Object create_custom_widget ();
+ public virtual signal unowned GLib.Object create_custom_widget ();
[Version (since = "2.10")]
public virtual signal void custom_widget_apply (Gtk.Widget widget);
[Version (since = "2.10")]
@@ -12605,12 +12607,22 @@ namespace Gtk {
[CCode (cheader_filename = "gtk/gtk.h", has_type_id = false)]
[Compact]
public class Snapshot {
+ [Version (since = "3.90")]
+ public unowned Gsk.RenderNode append (Graphene.Rect bounds, string name, ...);
+ [Version (since = "3.90")]
+ public Cairo.Context append_cairo_node (Graphene.Rect bounds, string name, ...);
public void append_node (Gsk.RenderNode node);
[Version (since = "3.90")]
public bool clips_rect (Graphene.Rect bounds);
[Version (since = "3.90")]
+ public unowned Gsk.Renderer get_renderer ();
+ [Version (since = "3.90")]
public void pop ();
[Version (since = "3.90")]
+ public void push (Graphene.Rect bounds, string name, ...);
+ [Version (since = "3.90")]
+ public Cairo.Context push_cairo_node (Graphene.Rect bounds, string name, ...);
+ [Version (since = "3.90")]
public void push_node (Gsk.RenderNode node);
[Version (since = "3.90")]
public void render_background (Gtk.StyleContext context, double x, double y, double width,
double height);
@@ -13879,10 +13891,13 @@ namespace Gtk {
[Version (since = "2.2")]
public int count_selected_rows ();
public Gtk.SelectionMode get_mode ();
+ [Version (since = "2.14")]
+ public unowned Gtk.TreeSelectionFunc get_select_function ();
public bool get_selected (out unowned Gtk.TreeModel model, out Gtk.TreeIter iter);
[Version (since = "2.2")]
public GLib.List<Gtk.TreePath> get_selected_rows (out unowned Gtk.TreeModel model);
public unowned Gtk.TreeView get_tree_view ();
+ public void* get_user_data ();
public bool iter_is_selected (Gtk.TreeIter iter);
public bool path_is_selected (Gtk.TreePath path);
public void select_all ();
diff --git a/vapi/metadata/Gtk-4.0.metadata b/vapi/metadata/Gtk-4.0.metadata
index 6f3325c..3bbb2d1 100644
--- a/vapi/metadata/Gtk-4.0.metadata
+++ b/vapi/metadata/Gtk-4.0.metadata
@@ -105,6 +105,9 @@ MessageDialog
RecentChooserDialog
.new skip=false
.new_for_manager skip=false
+Snapshot
+ .append* skip=false
+ .push* skip=false
StyleContext
.get skip=false
.get_style skip=false
@@ -238,6 +241,8 @@ RecentFilterInfo
.groups nullable
// Skipped for G-I, but usable from Vala
+Clipboard
+ .get_selection skip=false
FlowBox
.bind_model skip=false
.bind_model.create_widget_func nullable
@@ -245,6 +250,11 @@ FlowBoxCreateWidgetFunc skip=false
.item type="GLib.Object"
IMContextSimple
.add_table skip=false
+Snapshot
+ .get_renderer skip=false
+TreeSelection
+ .get_select_function skip=false
+ .get_user_data skip=false
// Symbol name conflicts
Container
@@ -337,6 +347,7 @@ ToolPalette
.get_icon_size type="Gtk.IconSize"
.set_icon_size.icon_size type="Gtk.IconSize"
TreePath
+ .get_indices skip
.get_indices_with_depth name="get_indices"
tree_row_reference_reordered skip=false name="reordered" parent="Gtk.TreeRowReference"
TreeStore
@@ -361,6 +372,7 @@ Widget
.touch_event.event type="Gdk.EventTouch"
TreeModel
.get_value return_void
+ .rows_reordered skip
BindingArg
.d.* skip
icon_size_*#function skip
@@ -374,6 +386,12 @@ test_init.argvp unowned
// Forward upstream
///////////////////
+GLArea
+ .create_context skip=false
+Notebook
+ .create_window skip=false
+PrintOperation
+ .create_custom_widget skip=false
Widget
.drag_dest_set.targets array_length_idx=3
.drag_source_set.targets array_length_idx=3
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]