From: Samuel Dionne-Riel Date: Sat, 25 Nov 2023 05:57:54 +0000 (-0500) Subject: gtk4: Fix GLib.Value parameter in Expression.evaluate() X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8ebed0b3449718b6e89def52855c668a88ebcc6;p=thirdparty%2Fvala.git gtk4: Fix GLib.Value parameter in Expression.evaluate() Signed-off-by: Samuel Dionne-Riel --- diff --git a/vapi/gtk4.vapi b/vapi/gtk4.vapi index cee08199e..7304e19d5 100644 --- a/vapi/gtk4.vapi +++ b/vapi/gtk4.vapi @@ -8496,7 +8496,7 @@ namespace Gtk { protected Expression (); [DestroysInstance] public unowned Gtk.ExpressionWatch bind (GLib.Object target, string property, GLib.Object? this_); - public bool evaluate (GLib.Object? this_, GLib.Value value); + public bool evaluate (GLib.Object? this_, ref GLib.Value value); public GLib.Type get_value_type (); public bool is_static (); public unowned Gtk.Expression @ref (); diff --git a/vapi/metadata/Gtk-4.0.metadata b/vapi/metadata/Gtk-4.0.metadata index 055aa2306..1ccdc05ce 100644 --- a/vapi/metadata/Gtk-4.0.metadata +++ b/vapi/metadata/Gtk-4.0.metadata @@ -272,6 +272,8 @@ CellArea .get_cell_property.value ref CssProvider .load_from_data.data type="uint8[]" array array_length_idx=1 +Expression + .evaluate.value ref param_spec_expression parent="Gtk.ParamSpecExpression" name="new" symbol_type="constructor" value_get_expression.value ref value_set_expression.value ref