mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 11:26:01 +01:00
add zathura_link_free
This commit is contained in:
parent
762f3819d4
commit
495c59f86e
1 changed files with 7 additions and 0 deletions
|
@ -440,6 +440,13 @@ zathura_index_element_t* zathura_index_element_new(const char* title);
|
|||
*/
|
||||
void zathura_index_element_free(zathura_index_element_t* index);
|
||||
|
||||
/**
|
||||
* Free link
|
||||
*
|
||||
* @param link The link
|
||||
*/
|
||||
void zathura_link_free(zathura_link_t* link);
|
||||
|
||||
/**
|
||||
* Add type -> plugin mapping
|
||||
* @param zathura zathura instance
|
||||
|
|
Loading…
Reference in a new issue