gdkcursor: Add annotations for gdk_cursor_new_for_display()

It can fail on Wayland, and is also (transfer full).

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2020-09-29 14:05:38 +01:00
parent 4efd805110
commit 4d5368e56e

View File

@ -226,7 +226,7 @@ gdk_cursor_get_cursor_type (GdkCursor *cursor)
* *
* Creates a new cursor from the set of builtin cursors. * Creates a new cursor from the set of builtin cursors.
* *
* Returns: a new #GdkCursor * Returns: (nullable) (transfer full): a new #GdkCursor, or %NULL on failure
* *
* Since: 2.2 * Since: 2.2
**/ **/