mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
Annotate the gsk_border_node_peek_widths() return value
We return a fixed sized C array of floats.
This commit is contained in:
parent
fceff93994
commit
5a938ad83d
@ -940,8 +940,9 @@ gsk_border_node_peek_outline (GskRenderNode *node)
|
||||
*
|
||||
* Retrieves the stroke widths of the border.
|
||||
*
|
||||
* Returns: (transfer none): an array of 4 floats for the top,
|
||||
* right, bottom and left stroke width of the border
|
||||
* Returns: (transfer none) (array fixed-size=4): an array of 4 floats
|
||||
* for the top, right, bottom and left stroke width of the border,
|
||||
* respectively
|
||||
*/
|
||||
const float *
|
||||
gsk_border_node_peek_widths (GskRenderNode *node)
|
||||
|
Loading…
Reference in New Issue
Block a user