Update typo in function description

This commit is contained in:
Moritz Lipp 2012-03-14 08:15:23 +01:00
parent afe238d941
commit 737f312e6c

View File

@ -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);