summaryrefslogtreecommitdiff
path: root/vapi/metadata/Gsk-4.0-custom.vala
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-11-19 12:39:17 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2020-11-19 12:39:17 +0100
commit09e149c5202c829638869ebdd6b5439cef1eafe8 (patch)
tree97f0967f86817781c27670c007333fb81e1966a6 /vapi/metadata/Gsk-4.0-custom.vala
parent211e277675373319fbc540189bfc14abf4ae8baf (diff)
downloadvala-09e149c5202c829638869ebdd6b5439cef1eafe8.tar.gz
gtk4: Update to 3.99.4+7551f85d
Diffstat (limited to 'vapi/metadata/Gsk-4.0-custom.vala')
-rw-r--r--vapi/metadata/Gsk-4.0-custom.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/vapi/metadata/Gsk-4.0-custom.vala b/vapi/metadata/Gsk-4.0-custom.vala
index bbab18d72..0243a0a6e 100644
--- a/vapi/metadata/Gsk-4.0-custom.vala
+++ b/vapi/metadata/Gsk-4.0-custom.vala
@@ -1,4 +1,4 @@
namespace Gsk {
- [CCode (error_pos = 1.8, instance_pos = 1.9)]
- public delegate void ParseErrorFunc (Gtk.CssSection section) throws GLib.Error;
+ [CCode (cheader_filename = "gsk/gsk.h", error_pos = 2.8, instance_pos = 2.9)]
+ public delegate void ParseErrorFunc (Gsk.ParseLocation start, Gsk.ParseLocation end) throws GLib.Error;
}