[Vala] Cairo matrix multiply vapi question
- From: Donn <donn ingle gmail com>
- To: vala-list <vala-list gnome org>
- Subject: [Vala] Cairo matrix multiply vapi question
- Date: Tue, 16 Dec 2014 11:58:07 +0200
Hi,
Not sure if I've found a bug or am simply thick. I'm going with the
latter :D
At: https://git.gnome.org/browse/vala/plain/vapi/cairo.vapi
Down near the end, under the public struct Matrix, look for:
public void multiply (Matrix a, Matrix b);
In the Cairo C docs, it looks like this:
void cairo_matrix_multiply (
cairo_matrix_t *result,
const cairo_matrix_t *a,
const cairo_matrix_t *b);
So, there's an initial arg that is a ref in which to receive the new
matrix. Is the vapi missing something?
\d
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]