mirror of
https://github.com/Rafostar/clapper.git
synced 2025-12-24 05:56:41 +01:00
clapper: playlistable: Annotation fixes
Both cancellable and error cannot be NULL
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user