diff --git a/libfprint/fpi-ssm.h b/libfprint/fpi-ssm.h index 956e3552..fe649467 100644 --- a/libfprint/fpi-ssm.h +++ b/libfprint/fpi-ssm.h @@ -39,7 +39,7 @@ typedef struct _FpiSsm FpiSsm; * FpiSsmCompletedCallback: * @ssm: a #FpiSsm state machine * @dev: the #fp_dev fingerprint device - * @error: The #GError or %NULL on successful completion + * @error: (transfer full): The #GError or %NULL on successful completion * * The callback called when a state machine completes successfully, * as set when calling fpi_ssm_start().