2018-01-30  Rico Tzschichholz  <ricotz@ubuntu.com>

	Release 0.36.10

	gstreamer-1.0: Cherry-pick some fixes from 0.38

	Regenerate GIR-based bindings

	girparser: Don't accept methods as property-accessor which throw errors
	This should be considered a temporary fix.

	https://bugzilla.gnome.org/show_bug.cgi?id=792998

	girparser: Ignore conflicting closure/destroy indexes
	Reverse references from closure/destroy parameters back to the callback
	break our later logic, so skip this additional information.

2018-01-30  Ernestas Kulik  <ernestask@gnome.org>

	codegen: Fix return-type for cancelled async creation methods of classes
	While gcc just puts out a warning clang actually fails due to
	-Werror=return-type.

	https://bugzilla.gnome.org/show_bug.cgi?id=792942

2018-01-30  Rico Tzschichholz  <ricotz@ubuntu.com>

	tests: Add missing PrintfFormat attribute
	https://bugzilla.gnome.org/show_bug.cgi?id=657378

	codegen: Infer error parameter from abstract/virtual method implementations
	https://bugzilla.gnome.org/show_bug.cgi?id=614294

	tests: Add test for invalid variadic function
	https://bugzilla.gnome.org/show_bug.cgi?id=615450

	vala: Variadic constructors without a real first parameter are not allowed

	Regenerate GIR-based bindings

	girparser: Set NoAccessorMethod for non-readable and construct-only properties