mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-31 00:24:57 +01:00
Fix typo
This commit is contained in:
parent
dd56318bac
commit
7717d7691e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ struct _ZathuraDatabaseInterface
|
||||||
{
|
{
|
||||||
GTypeInterface parent_iface;
|
GTypeInterface parent_iface;
|
||||||
|
|
||||||
/* interface methords */
|
/* interface methods */
|
||||||
bool (*add_bookmark)(ZathuraDatabase* db, const char* file, zathura_bookmark_t* bookmark);
|
bool (*add_bookmark)(ZathuraDatabase* db, const char* file, zathura_bookmark_t* bookmark);
|
||||||
|
|
||||||
bool (*remove_bookmark)(ZathuraDatabase* db, const char* file, const char* id);
|
bool (*remove_bookmark)(ZathuraDatabase* db, const char* file, const char* id);
|
||||||
|
|
Loading…
Reference in a new issue