]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk4: Fix GLib.Value parameter in Expression.evaluate()
authorSamuel Dionne-Riel <samuel@dionne-riel.com>
Sat, 25 Nov 2023 05:57:54 +0000 (00:57 -0500)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 25 Nov 2023 08:33:50 +0000 (09:33 +0100)
Signed-off-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
vapi/gtk4.vapi
vapi/metadata/Gtk-4.0.metadata

index cee08199ed5af9db10b8c43425033ca9eaef9fa1..7304e19d5a2c0ad556cbdf54c2f2bef3ba60c30d 100644 (file)
@@ -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 ();
index 055aa23062763416d6a43575871389d143f5fc45..1ccdc05ce586d043e6c16907d6469b37fb669b0d 100644 (file)
@@ -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