clapper: extractable: Annotation fixes

Both "cancellable" and "error" cannot be NULL.
Also add missing "harvest" annotation.
This commit is contained in:
Rafał Dzięgiel
2025-12-08 18:49:32 +01:00
parent e91d9a71a7
commit c270920886

View File

@@ -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.
*