mirror of
https://github.com/Rafostar/clapper.git
synced 2025-12-24 05:56:41 +01:00
clapper: extractable: Annotation fixes
Both "cancellable" and "error" cannot be NULL. Also add missing "harvest" annotation.
This commit is contained in:
@@ -50,8 +50,9 @@ struct _ClapperExtractableInterface
|
||||
* ClapperExtractableInterface::extract:
|
||||
* @extractable: a #ClapperExtractable
|
||||
* @uri: a #GUri
|
||||
* @cancellable: a #GCancellable object
|
||||
* @error: a #GError
|
||||
* @harvest: a #ClapperHarvest to be filled
|
||||
* @cancellable: (not nullable): a #GCancellable object
|
||||
* @error: (not nullable): a #GError
|
||||
*
|
||||
* Extract data and fill harvest.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user