mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
clapper: Small fix for "init_check" doc
The error arg was removed, but documentation was not updated then
This commit is contained in:
@@ -83,7 +83,7 @@ clapper_init (int *argc, char **argv[])
|
|||||||
* @argv: (inout) (array length=argc) (nullable) (optional): pointer to application's 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
|
* 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.
|
* Returns: %TRUE if Clapper could be initialized, %FALSE otherwise.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user