mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:33:47 +01:00
Update typo in function description
This commit is contained in:
parent
afe238d941
commit
737f312e6c
@ -32,10 +32,11 @@ struct _ZathuraSQLDatabaseClass
|
|||||||
};
|
};
|
||||||
|
|
||||||
GType zathura_sqldatabase_get_type(void);
|
GType zathura_sqldatabase_get_type(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialize database system.
|
* Initialize database system.
|
||||||
*
|
*
|
||||||
* @param dir Path to the sqlite database.
|
* @param path Path to the sqlite database.
|
||||||
* @return A valid zathura_database_t instance or NULL on failure
|
* @return A valid zathura_database_t instance or NULL on failure
|
||||||
*/
|
*/
|
||||||
zathura_database_t* zathura_sqldatabase_new(const char* path);
|
zathura_database_t* zathura_sqldatabase_new(const char* path);
|
||||||
|
Loading…
Reference in New Issue
Block a user