clapper: playlistable: Annotation fixes

Both cancellable and error cannot be NULL
This commit is contained in:
Rafał Dzięgiel
2025-12-08 18:50:39 +01:00
parent c270920886
commit 38cad126ff

View File

@@ -51,8 +51,8 @@ struct _ClapperPlaylistableInterface
* @uri: a source #GUri
* @bytes: a #GBytes
* @playlist: a #GListStore for media items
* @cancellable: a #GCancellable object
* @error: a #GError
* @cancellable: (not nullable): a #GCancellable object
* @error: (not nullable): a #GError
*
* Parse @bytes and fill @playlist with [class@Clapper.MediaItem] objects.
*