clapper: Small fix for "init_check" doc

The error arg was removed, but documentation was not updated then
This commit is contained in:
Rafał Dzięgiel
2024-05-02 14:38:25 +02:00
parent 7360d5fb6f
commit 339d321e96

View File

@@ -83,7 +83,7 @@ clapper_init (int *argc, char **argv[])
* @argv: (inout) (array length=argc) (nullable) (optional): pointer to application's argv
*
* This function does the same thing as [func@Clapper.init], but instead of
* terminating on failure it returns %FALSE with @error set.
* terminating on failure it returns %FALSE.
*
* Returns: %TRUE if Clapper could be initialized, %FALSE otherwise.
*/