]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
5 years agotests: Add more "unsupported creation method" tests to increase coverage
Rico Tzschichholz [Sat, 27 Feb 2021 09:34:54 +0000 (10:34 +0100)] 
tests: Add more "unsupported creation method" tests to increase coverage

5 years agovala: Include "stdlib.h" for Enum.to_string() (POSIX)
Rico Tzschichholz [Fri, 26 Feb 2021 18:19:54 +0000 (19:19 +0100)] 
vala: Include "stdlib.h" for Enum.to_string() (POSIX)

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1143

5 years agocodegen: Include "string.h" for strcmp() (POSIX)
Rico Tzschichholz [Fri, 26 Feb 2021 18:19:54 +0000 (19:19 +0100)] 
codegen: Include "string.h" for strcmp() (POSIX)

5 years agovala: Improve context check whether property is writeable on assignments
Rico Tzschichholz [Fri, 26 Feb 2021 14:55:09 +0000 (15:55 +0100)] 
vala: Improve context check whether property is writeable on assignments

5 years agocodegen: Don't wrongly emit declaration for default-handler of signals
Rico Tzschichholz [Wed, 24 Feb 2021 08:58:43 +0000 (09:58 +0100)] 
codegen: Don't wrongly emit declaration for default-handler of signals

This is done in GTypeModule.generate_interface_declaration()

5 years agovapi: Update GIR-based bindings
Rico Tzschichholz [Mon, 22 Feb 2021 11:12:29 +0000 (12:12 +0100)] 
vapi: Update GIR-based bindings

5 years agotests: Add more "girparser" tests to increase coverage
Rico Tzschichholz [Sun, 21 Feb 2021 18:34:48 +0000 (19:34 +0100)] 
tests: Add more "girparser" tests to increase coverage

5 years agovala: Don't allow "in" operation with different enum types
Rico Tzschichholz [Sun, 21 Feb 2021 09:40:25 +0000 (10:40 +0100)] 
vala: Don't allow "in" operation with different enum types

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1139

5 years agovala: Infer needle type for "in" expression on enum
Rico Tzschichholz [Sun, 21 Feb 2021 09:40:25 +0000 (10:40 +0100)] 
vala: Infer needle type for "in" expression on enum

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1138

5 years agotests/girwriter: Increase coverage
Rico Tzschichholz [Sat, 20 Feb 2021 19:04:08 +0000 (20:04 +0100)] 
tests/girwriter: Increase coverage

5 years agogirwriter: Output default handler of signals
Rico Tzschichholz [Sat, 20 Feb 2021 19:04:08 +0000 (20:04 +0100)] 
girwriter: Output default handler of signals

5 years agocodegen: CCodeBaseModule.get_type_id_expression () won't return null
Rico Tzschichholz [Fri, 19 Feb 2021 15:29:24 +0000 (16:29 +0100)] 
codegen: CCodeBaseModule.get_type_id_expression () won't return null

5 years agovala: Generics value holding struct pointer requires casting on access
Rico Tzschichholz [Fri, 19 Feb 2021 13:22:20 +0000 (14:22 +0100)] 
vala: Generics value holding struct pointer requires casting on access

Fixes https://gitlab.gnome.org/GNOME/vala/issues/347

5 years agocodegen: Don't use volatile modifier in glib API when targetting >= 2.68
Rico Tzschichholz [Fri, 19 Feb 2021 13:22:20 +0000 (14:22 +0100)] 
codegen: Don't use volatile modifier in glib API when targetting >= 2.68

See https://gitlab.gnome.org/GNOME/glib/merge_requests/1719

5 years agoRelease 0.51.2 0.51.2
Rico Tzschichholz [Thu, 18 Feb 2021 09:27:57 +0000 (10:27 +0100)] 
Release 0.51.2

5 years agovala: Properly parse and handle chained initialization of members
Rico Tzschichholz [Tue, 16 Feb 2021 21:42:00 +0000 (22:42 +0100)] 
vala: Properly parse and handle chained initialization of members

Make MemberInitializer an Expression, so it is possible to descibe
nested/chained member initializers in the AST.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1137

5 years agovala: Move SemanticAnalyzer.vist_member_initializer() to MemberInitializer
Rico Tzschichholz [Tue, 16 Feb 2021 21:42:00 +0000 (22:42 +0100)] 
vala: Move SemanticAnalyzer.vist_member_initializer() to MemberInitializer

5 years agovala: Simplify Expression.parent_statement
Rico Tzschichholz [Tue, 16 Feb 2021 21:42:00 +0000 (22:42 +0100)] 
vala: Simplify Expression.parent_statement

5 years agocodegen: Report error for unsupported symbol_reference of MemberInitializer
Rico Tzschichholz [Tue, 16 Feb 2021 21:42:00 +0000 (22:42 +0100)] 
codegen: Report error for unsupported symbol_reference of MemberInitializer

5 years agovala: Capturing va_list parameters/variables is not allowed
Rico Tzschichholz [Tue, 16 Feb 2021 09:33:06 +0000 (10:33 +0100)] 
vala: Capturing va_list parameters/variables is not allowed

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1136

5 years agocodewriter: Don't write trailing ";" after body of WithStatement
Rico Tzschichholz [Tue, 16 Feb 2021 09:33:06 +0000 (10:33 +0100)] 
codewriter: Don't write trailing ";" after body of WithStatement

5 years agocodewriter: Output valid vala syntax for LoopStatement
Rico Tzschichholz [Tue, 16 Feb 2021 09:33:06 +0000 (10:33 +0100)] 
codewriter: Output valid vala syntax for LoopStatement

5 years agovapi: Update GIR-based bindings
Rico Tzschichholz [Mon, 15 Feb 2021 12:34:46 +0000 (13:34 +0100)] 
vapi: Update GIR-based bindings

5 years agogstreamer: Update from 1.19.0+ git master
Rico Tzschichholz [Mon, 15 Feb 2021 12:33:27 +0000 (13:33 +0100)] 
gstreamer: Update from 1.19.0+ git master

5 years agovala: Include type-checks in preconditions of methods for type narrowing
Rico Tzschichholz [Sat, 13 Feb 2021 18:34:12 +0000 (19:34 +0100)] 
vala: Include type-checks in preconditions of methods for type narrowing

See https://gitlab.gnome.org/GNOME/vala/issues/894

5 years agovala: Check type-arguments in base-types/prerequisites of class/interface
Rico Tzschichholz [Sat, 13 Feb 2021 13:47:03 +0000 (14:47 +0100)] 
vala: Check type-arguments in base-types/prerequisites of class/interface

Fixes https://gitlab.gnome.org/GNOME/vala/issues/404

5 years agoRelease 0.51.1 0.51.1
Rico Tzschichholz [Fri, 12 Feb 2021 20:39:08 +0000 (21:39 +0100)] 
Release 0.51.1

5 years agosdl2: Fix a couple of binding errors and attribute issues
Rico Tzschichholz [Mon, 25 Jan 2021 12:46:45 +0000 (13:46 +0100)] 
sdl2: Fix a couple of binding errors and attribute issues

5 years agocodegen: Include <string.h> for memcpy usage in _vala_memdup2()
Rico Tzschichholz [Mon, 8 Feb 2021 08:27:31 +0000 (09:27 +0100)] 
codegen: Include <string.h> for memcpy usage in _vala_memdup2()

5 years agocodegen: Strip all nested occurances of CCodeCastExpression
Rico Tzschichholz [Sun, 7 Feb 2021 18:04:56 +0000 (19:04 +0100)] 
codegen: Strip all nested occurances of CCodeCastExpression

Triggered by 63551acaf0d83fac8b50904c2759c1098fbfaa71

See https://gitlab.gnome.org/GNOME/vala/issues/1134

5 years agobuild: Ease source for AC_LANG_SOURCE of CGRAPH check
Rico Tzschichholz [Sun, 7 Feb 2021 09:02:10 +0000 (10:02 +0100)] 
build: Ease source for AC_LANG_SOURCE of CGRAPH check

5 years agolibvaladoc: Add wrapper for "agedge" of graphviz
Rico Tzschichholz [Sun, 7 Feb 2021 10:02:02 +0000 (11:02 +0100)] 
libvaladoc: Add wrapper for "agedge" of graphviz

5 years agocodegen: Correctly retrieve symbol_reference of nested cast expressions
Rico Tzschichholz [Sun, 7 Feb 2021 07:57:39 +0000 (08:57 +0100)] 
codegen: Correctly retrieve symbol_reference of nested cast expressions

Regression of 63551acaf0d83fac8b50904c2759c1098fbfaa71

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1134

5 years agovapi: Add libunwind-generic binding
Rico Tzschichholz [Mon, 1 Feb 2021 16:22:48 +0000 (17:22 +0100)] 
vapi: Add libunwind-generic binding

5 years agogio-2.0: Update to 2.67.3
Rico Tzschichholz [Sat, 6 Feb 2021 16:40:23 +0000 (17:40 +0100)] 
gio-2.0: Update to 2.67.3

5 years agogtk4: Update to 4.1.0+2712f536
Rico Tzschichholz [Sat, 6 Feb 2021 16:39:24 +0000 (17:39 +0100)] 
gtk4: Update to 4.1.0+2712f536

5 years agogstreamer: Update from 1.19.0+ git master
Rico Tzschichholz [Sat, 6 Feb 2021 16:38:51 +0000 (17:38 +0100)] 
gstreamer: Update from 1.19.0+ git master

5 years agogee: Replace Memory.dup() with GLib.malloc() and Memory.copy()
Rico Tzschichholz [Fri, 5 Feb 2021 15:14:45 +0000 (16:14 +0100)] 
gee: Replace Memory.dup() with GLib.malloc() and Memory.copy()

5 years agogstreamer-1.0: Set CCode.type_id of MiniObject to G_TYPE_BOXED
Rico Tzschichholz [Fri, 5 Feb 2021 06:51:34 +0000 (07:51 +0100)] 
gstreamer-1.0: Set CCode.type_id of MiniObject to G_TYPE_BOXED

Fixed https://gitlab.gnome.org/GNOME/vala/issues/1133

5 years agocodegen: Replace "g_memdup" with "_vala_memdup2" for target glib < 2.68
Rico Tzschichholz [Thu, 4 Feb 2021 20:07:17 +0000 (21:07 +0100)] 
codegen: Replace "g_memdup" with "_vala_memdup2" for target glib < 2.68

"_vala_memdup2" is a copy of "g_memdup2" available in glib >= 2.68

5 years agoglib-2.0: Add new symbols from 2.68
Rico Tzschichholz [Thu, 4 Feb 2021 19:00:14 +0000 (20:00 +0100)] 
glib-2.0: Add new symbols from 2.68

5 years agocodegen: Use g_memdup2 if target glib >= 2.68 is set
Rico Tzschichholz [Thu, 4 Feb 2021 18:22:07 +0000 (19:22 +0100)] 
codegen: Use g_memdup2 if target glib >= 2.68 is set

See https://gitlab.gnome.org/GNOME/glib/issues/2319

5 years agotestrunner: Add "-Werror=return-stack-address" flag
Rico Tzschichholz [Thu, 4 Feb 2021 14:53:55 +0000 (15:53 +0100)] 
testrunner: Add "-Werror=return-stack-address" flag

5 years agovala: Add Block.unreachable_exit and have it set accordingly by FlowAnalyzer
Rico Tzschichholz [Thu, 4 Feb 2021 14:53:55 +0000 (15:53 +0100)] 
vala: Add Block.unreachable_exit and have it set accordingly by FlowAnalyzer

Use this control flow information in codegen rather than doing an
educated guess based on occurring ReturnStatement nodes.

See https://gitlab.gnome.org/GNOME/vala/issues/838

5 years agotests: Don't leak array if length is -1
Rico Tzschichholz [Thu, 4 Feb 2021 09:55:31 +0000 (10:55 +0100)] 
tests: Don't leak array if length is -1

Found by -fsanitize=address

5 years agocodegen: Chain up to base struct destroy function
Rico Tzschichholz [Thu, 4 Feb 2021 09:55:31 +0000 (10:55 +0100)] 
codegen: Chain up to base struct destroy function

Found by -fsanitize=address

5 years agocodegen: Don't leak memory moving heap-allocated struct to stack
Rico Tzschichholz [Wed, 3 Feb 2021 22:16:41 +0000 (23:16 +0100)] 
codegen: Don't leak memory moving heap-allocated struct to stack

Found by -fsanitize=address

5 years agocodegen: Use temp_ref_values list instead of patching the AST
Rico Tzschichholz [Wed, 3 Feb 2021 22:16:41 +0000 (23:16 +0100)] 
codegen: Use temp_ref_values list instead of patching the AST

Simplyfies 5328619a8141aa11341d479428ebfdcec0ff9756

5 years agocodegen: Don't leak GLib.Value when implicitly unboxing it
Rico Tzschichholz [Wed, 3 Feb 2021 12:40:23 +0000 (13:40 +0100)] 
codegen: Don't leak GLib.Value when implicitly unboxing it

Found by -fsanitize=address

5 years agovala: Don't allow GLib.Value casting to nullable struct/simple types
Rico Tzschichholz [Wed, 3 Feb 2021 12:40:23 +0000 (13:40 +0100)] 
vala: Don't allow GLib.Value casting to nullable struct/simple types

5 years agovala: GLib.Value unboxing returns unowned value
Rico Tzschichholz [Wed, 3 Feb 2021 12:40:23 +0000 (13:40 +0100)] 
vala: GLib.Value unboxing returns unowned value

5 years agocodegen: Use g_boxed_free in free-wrapper for heap-allocated GLib.Value
Rico Tzschichholz [Wed, 3 Feb 2021 12:40:23 +0000 (13:40 +0100)] 
codegen: Use g_boxed_free in free-wrapper for heap-allocated GLib.Value

dup-wrapper is specifically using g_boxed_copy already

5 years agocodegen: Don't leak array memory after it was implicitly copied
Rico Tzschichholz [Tue, 2 Feb 2021 09:34:54 +0000 (10:34 +0100)] 
codegen: Don't leak array memory after it was implicitly copied

Found by -fsanitize=address

5 years agocodegen: Improve handling of recursive DelegateType
Rico Tzschichholz [Mon, 1 Feb 2021 16:34:15 +0000 (17:34 +0100)] 
codegen: Improve handling of recursive DelegateType

Move dedicated test case into a separate file

5 years agocodegen: Make sure types of implicit delegate parameters are declared
Rico Tzschichholz [Mon, 1 Feb 2021 16:34:15 +0000 (17:34 +0100)] 
codegen: Make sure types of implicit delegate parameters are declared

5 years agocodegen: Use CCodeDeclaratorSuffix to emit array length of constants
Rico Tzschichholz [Mon, 1 Feb 2021 13:54:55 +0000 (14:54 +0100)] 
codegen: Use CCodeDeclaratorSuffix to emit array length of constants

5 years agoccode: Minor API cleaning and additions
Rico Tzschichholz [Mon, 1 Feb 2021 13:54:55 +0000 (14:54 +0100)] 
ccode: Minor API cleaning and additions

5 years agovala: Rename Loop to LoopStatement and introduce a common base class
Rico Tzschichholz [Tue, 9 Jan 2018 15:21:06 +0000 (16:21 +0100)] 
vala: Rename Loop to LoopStatement and introduce a common base class

5 years agocodegen: Also check array type of variable argument for ref parameters
Rico Tzschichholz [Mon, 1 Feb 2021 07:18:38 +0000 (08:18 +0100)] 
codegen: Also check array type of variable argument for ref parameters

5 years agocodegen: Add get_ccode_no_wrapper() and use it
Rico Tzschichholz [Mon, 1 Feb 2021 07:18:38 +0000 (08:18 +0100)] 
codegen: Add get_ccode_no_wrapper() and use it

5 years agogirparser: Set CCode.type_cname for classes if it doesn't match our default
Rico Tzschichholz [Sun, 31 Jan 2021 13:21:19 +0000 (14:21 +0100)] 
girparser: Set CCode.type_cname for classes if it doesn't match our default

5 years agotests/girwriter: Add tests for async methods attributed with NoWrapper
Rico Tzschichholz [Sun, 31 Jan 2021 12:10:39 +0000 (13:10 +0100)] 
tests/girwriter: Add tests for async methods attributed with NoWrapper

5 years agocodegen: Don't emit invoker for async methods attributed with NoWrapper
Rico Tzschichholz [Sun, 31 Jan 2021 12:04:52 +0000 (13:04 +0100)] 
codegen: Don't emit invoker for async methods attributed with NoWrapper

5 years agolibxml-2.0: Fix a few binding errors
Rico Tzschichholz [Sun, 31 Jan 2021 08:03:58 +0000 (09:03 +0100)] 
libxml-2.0: Fix a few binding errors

5 years agofuse: Fix a few binding errors
Rico Tzschichholz [Sun, 31 Jan 2021 08:03:58 +0000 (09:03 +0100)] 
fuse: Fix a few binding errors

5 years agocodegen: Always use G_TYPE_INSTANCE_GET_CLASS/INTERFACE for external symbols
Rico Tzschichholz [Sat, 30 Jan 2021 20:17:25 +0000 (21:17 +0100)] 
codegen: Always use G_TYPE_INSTANCE_GET_CLASS/INTERFACE for external symbols

and get_ccode_type_get_function() for SourceFileType.SOURCE symbols.

5 years agocodegen: Handle NoWrapper attribute of async methods on caller side
Rico Tzschichholz [Sat, 30 Jan 2021 20:17:25 +0000 (21:17 +0100)] 
codegen: Handle NoWrapper attribute of async methods on caller side

5 years agocodegen: Allow CCode.type_cname for classes and use get_ccode_type_name()
Rico Tzschichholz [Sat, 30 Jan 2021 20:17:25 +0000 (21:17 +0100)] 
codegen: Allow CCode.type_cname for classes and use get_ccode_type_name()

5 years agogirparser: Apply "type_get_function" metadata for classes and inferfaces
Rico Tzschichholz [Sat, 30 Jan 2021 20:17:25 +0000 (21:17 +0100)] 
girparser: Apply "type_get_function" metadata for classes and inferfaces

5 years agocodegen: Add CCode.type_get_function and get_ccode_type_get_function()
Rico Tzschichholz [Sat, 30 Jan 2021 20:17:25 +0000 (21:17 +0100)] 
codegen: Add CCode.type_get_function and get_ccode_type_get_function()

Allow to overide the macro name, and join get_ccode_class_get_function ()
and get_ccode_interface_get_function().

5 years agogtk+-2.0,javascriptcoregtk-4.0: Wrong usage of CCode.type_cname attribute
Rico Tzschichholz [Sat, 30 Jan 2021 14:59:06 +0000 (15:59 +0100)] 
gtk+-2.0,javascriptcoregtk-4.0: Wrong usage of CCode.type_cname attribute

5 years agogirwriter: Don't emit invoker for methods attributed with NoWrapper
Rico Tzschichholz [Sat, 30 Jan 2021 10:44:17 +0000 (11:44 +0100)] 
girwriter: Don't emit invoker for methods attributed with NoWrapper

5 years agocodegen: Don't emit invoker for methods attributed with NoWrapper
Rico Tzschichholz [Sat, 30 Jan 2021 10:44:17 +0000 (11:44 +0100)] 
codegen: Don't emit invoker for methods attributed with NoWrapper

5 years agocodegen: Handle NoWrapper attribute of interface methods on caller side
Rico Tzschichholz [Sat, 30 Jan 2021 10:44:17 +0000 (11:44 +0100)] 
codegen: Handle NoWrapper attribute of interface methods on caller side

5 years agovala: NoWrapper methods must be declared abstract or virtual
Rico Tzschichholz [Sat, 30 Jan 2021 10:44:17 +0000 (11:44 +0100)] 
vala: NoWrapper methods must be declared abstract or virtual

5 years agogio-2.0: Pick up missing invoker for some AppInfo/File.*() methods
Rico Tzschichholz [Sat, 30 Jan 2021 12:03:44 +0000 (13:03 +0100)] 
gio-2.0: Pick up missing invoker for some AppInfo/File.*() methods

5 years agogdk-pixbuf-2.0: Fix Pixbuf.save_to_streamv_async()
Rico Tzschichholz [Sat, 30 Jan 2021 10:44:17 +0000 (11:44 +0100)] 
gdk-pixbuf-2.0: Fix Pixbuf.save_to_streamv_async()

5 years agogobject-2.0: Fix a few binding errors
Rico Tzschichholz [Sat, 30 Jan 2021 07:41:55 +0000 (08:41 +0100)] 
gobject-2.0: Fix a few binding errors

5 years agogdk-3.0,gdk-x11-3.0,gtk+-3.0,gtk4: Fix a few binding errors
Rico Tzschichholz [Sat, 30 Jan 2021 07:41:55 +0000 (08:41 +0100)] 
gdk-3.0,gdk-x11-3.0,gtk+-3.0,gtk4: Fix a few binding errors

5 years agoAdd further support for params arrays in constructors
Rico Tzschichholz [Thu, 28 Jan 2021 11:12:53 +0000 (12:12 +0100)] 
Add further support for params arrays in constructors

In addition to 98ab3da89640b8b8a6c67044b4df1194672774bb

See https://gitlab.gnome.org/GNOME/vala/issues/128

5 years agocodegen: Improve support of SimpleType struct constructors
Rico Tzschichholz [Wed, 27 Jan 2021 20:08:09 +0000 (21:08 +0100)] 
codegen: Improve support of SimpleType struct constructors

Additionally stop generating broken and superfluous dup/free functions,
and don't create not used GType declarations.

5 years agovala: Don't allow disposable SimpleType structs
Rico Tzschichholz [Wed, 27 Jan 2021 20:08:09 +0000 (21:08 +0100)] 
vala: Don't allow disposable SimpleType structs

5 years agogstreamer-1.0: Fix a few binding errors
Rico Tzschichholz [Wed, 27 Jan 2021 14:34:53 +0000 (15:34 +0100)] 
gstreamer-1.0: Fix a few binding errors

5 years agoposix: Fix a few binding errors
Rico Tzschichholz [Wed, 27 Jan 2021 14:34:53 +0000 (15:34 +0100)] 
posix: Fix a few binding errors

5 years agolibgvc: Fix a few binding errors
Rico Tzschichholz [Wed, 27 Jan 2021 14:34:53 +0000 (15:34 +0100)] 
libgvc: Fix a few binding errors

5 years agosqlite3: Fix a few binding errors
Rico Tzschichholz [Wed, 27 Jan 2021 14:34:53 +0000 (15:34 +0100)] 
sqlite3: Fix a few binding errors

5 years agobzlib: Fix a few binding errors
Rico Tzschichholz [Wed, 27 Jan 2021 14:34:53 +0000 (15:34 +0100)] 
bzlib: Fix a few binding errors

5 years agoalsa: Fix a few binding errors
Rico Tzschichholz [Wed, 27 Jan 2021 14:34:53 +0000 (15:34 +0100)] 
alsa: Fix a few binding errors

5 years agocurses: Fix a few binding errors
Rico Tzschichholz [Wed, 27 Jan 2021 14:34:53 +0000 (15:34 +0100)] 
curses: Fix a few binding errors

5 years agogirparser: Apply "destroy_notify_cname" metadata for fields
Rico Tzschichholz [Tue, 26 Jan 2021 18:22:14 +0000 (19:22 +0100)] 
girparser: Apply "destroy_notify_cname" metadata for fields

5 years agovala: Add CallableExpression interface for MethodCall/ObjectCreationExpression
Rico Tzschichholz [Tue, 26 Jan 2021 12:03:17 +0000 (13:03 +0100)] 
vala: Add CallableExpression interface for MethodCall/ObjectCreationExpression

5 years agogoocanvas-2.0: Fix some field types
Rico Tzschichholz [Tue, 26 Jan 2021 13:19:56 +0000 (14:19 +0100)] 
goocanvas-2.0: Fix some field types

5 years agopango: Fix a few binding errors
Rico Tzschichholz [Tue, 26 Jan 2021 12:03:17 +0000 (13:03 +0100)] 
pango: Fix a few binding errors

5 years agogobject-2.0: Fix a few binding errors
Rico Tzschichholz [Tue, 26 Jan 2021 12:03:17 +0000 (13:03 +0100)] 
gobject-2.0: Fix a few binding errors

5 years agogio-2.0,gtk+-3.0,gtk4: Drop explicit c-type attributes of va_list parameters
Rico Tzschichholz [Tue, 26 Jan 2021 12:03:17 +0000 (13:03 +0100)] 
gio-2.0,gtk+-3.0,gtk4: Drop explicit c-type attributes of va_list parameters

5 years agogio-2.0: Fix binding of PollableOutputStream.write*_nonblocking()
Rico Tzschichholz [Tue, 26 Jan 2021 12:03:17 +0000 (13:03 +0100)] 
gio-2.0: Fix binding of PollableOutputStream.write*_nonblocking()

5 years agocairo: Fix some ctor binding errors
Rico Tzschichholz [Tue, 26 Jan 2021 12:03:17 +0000 (13:03 +0100)] 
cairo: Fix some ctor binding errors

5 years agocairo: Fix a few binding errors
Rico Tzschichholz [Mon, 25 Jan 2021 20:11:55 +0000 (21:11 +0100)] 
cairo: Fix a few binding errors

5 years agogtk+-3.0,gtk4: Fix some delegate return values and parameters
Rico Tzschichholz [Mon, 25 Jan 2021 20:11:55 +0000 (21:11 +0100)] 
gtk+-3.0,gtk4: Fix some delegate return values and parameters

5 years agogirparser: Apply "delegate_target" metadata for methods and parameters
Rico Tzschichholz [Mon, 25 Jan 2021 20:11:55 +0000 (21:11 +0100)] 
girparser: Apply "delegate_target" metadata for methods and parameters