Colin Walters
ecd9c2f3e7
Support (out caller-allocates)
...
People have wanted support for marking (out) on functions of the
form:
/**
* clutter_color_from_pixel:
* @pixel: A pixel
* @color: (out): Color to initialize with value of @pixel
*/
void
clutter_color_from_pixel (guint32 pixel, ClutterColor *color);
Where the caller is supposed to have allocated the argument; the
C function just initializes it. This patch adds support for this
argument passing style to introspection. In this case, we see the
(out), and notice that there's only a single indirection (*) on
the argument, and assume that this means (out caller-allocates).
https://bugzilla.gnome.org/show_bug.cgi?id=604749
2024-02-08 13:53:59 +00:00
..
2024-01-19 12:07:30 +00:00
2024-02-07 21:07:18 +00:00
2024-01-30 00:50:40 -06:00
2024-02-08 10:25:13 +00:00
2024-02-08 13:53:59 +00:00
2024-01-16 18:40:42 +01:00
2024-01-16 17:30:37 +01:00
2024-02-05 15:13:46 +00:00
2024-02-05 15:13:46 +00:00
2024-01-18 13:15:22 +00:00
2024-02-08 10:34:40 +00:00
2024-02-08 10:34:40 +00:00
2024-01-18 13:15:22 +00:00
2024-01-18 13:15:22 +00:00
2024-02-08 10:34:40 +00:00
2024-01-18 13:15:22 +00:00
2023-12-18 14:14:15 +00:00
2024-01-18 13:15:22 +00:00
2024-01-16 18:40:42 +01:00
2024-01-18 13:15:22 +00:00
2024-02-08 10:34:40 +00:00
2024-01-18 13:15:22 +00:00
2024-02-08 10:34:40 +00:00
2024-01-18 13:15:22 +00:00
2024-01-18 13:15:22 +00:00
2024-01-18 13:15:22 +00:00
2024-02-08 10:34:40 +00:00
2024-01-18 13:15:22 +00:00
2024-02-08 10:34:40 +00:00
2024-01-18 13:15:22 +00:00
2024-01-16 18:40:42 +01:00
2024-02-08 10:34:40 +00:00
2024-02-05 18:40:03 +00:00
2023-12-18 14:14:15 +00:00
2024-01-18 13:15:22 +00:00
2024-01-16 18:40:42 +01:00
2024-02-04 10:16:31 -08:00
2024-02-05 15:13:46 +00:00
2024-02-08 10:18:40 +00:00
2024-02-07 15:47:13 +00:00
2024-02-05 15:13:46 +00:00
2024-01-23 22:55:35 +00:00
2024-01-16 18:56:57 +01:00
2024-01-26 10:15:49 +00:00
2024-01-26 09:29:30 +00:00
2024-01-26 09:29:30 +00:00
2024-01-26 09:29:30 +00:00
2024-01-16 18:40:42 +01:00
2024-01-26 09:29:30 +00:00
2023-11-08 15:05:20 +00:00
2024-02-08 10:25:13 +00:00
2023-12-18 14:14:16 +00:00
2024-01-18 13:15:22 +00:00
2024-02-08 10:34:40 +00:00
2024-01-18 13:15:22 +00:00
2024-02-08 10:34:40 +00:00
2024-01-18 13:15:22 +00:00
2024-02-08 10:25:13 +00:00
2024-02-07 21:07:18 +00:00
2024-02-07 21:07:18 +00:00
2024-02-06 13:40:20 +00:00
2024-02-08 10:34:40 +00:00
2024-02-06 13:34:17 +00:00
2023-12-18 14:14:16 +00:00
2024-01-18 13:15:22 +00:00
2024-01-18 13:15:22 +00:00
2024-01-18 13:15:22 +00:00
2024-02-08 10:34:40 +00:00
2024-01-18 13:15:22 +00:00
2024-01-16 18:40:42 +01:00
2024-01-31 11:13:16 +00:00