mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
gdk: Add a missing annotation
Mark an array as zero-terminated. Fixes: #4097
This commit is contained in:
parent
36d1c9e8b7
commit
d8ab5c3c45
@ -635,7 +635,7 @@ gdk_clipboard_read_internal (GdkClipboard *clipboard,
|
|||||||
/**
|
/**
|
||||||
* gdk_clipboard_read_async:
|
* gdk_clipboard_read_async:
|
||||||
* @clipboard: a `GdkClipboard`
|
* @clipboard: a `GdkClipboard`
|
||||||
* @mime_types: a %NULL-terminated array of mime types to choose from
|
* @mime_types: (array zero-terminated=1): a %NULL-terminated array of mime types to choose from
|
||||||
* @io_priority: the I/O priority of the request
|
* @io_priority: the I/O priority of the request
|
||||||
* @cancellable: (nullable): optional `GCancellable` object
|
* @cancellable: (nullable): optional `GCancellable` object
|
||||||
* @callback: (scope async): callback to call when the request is satisfied
|
* @callback: (scope async): callback to call when the request is satisfied
|
||||||
|
Loading…
Reference in New Issue
Block a user