mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Bump ABI and add another perl api function
This commit is contained in:
parent
40d800637a
commit
c66fe616e1
2 changed files with 6 additions and 1 deletions
|
|
@ -58,6 +58,11 @@ void
|
|||
textbuffer_view_remove_all_lines(view)
|
||||
Irssi::TextUI::TextBufferView view
|
||||
|
||||
void
|
||||
textbuffer_view_remove_lines_by_level(view, level)
|
||||
Irssi::TextUI::TextBufferView view
|
||||
int level
|
||||
|
||||
void
|
||||
textbuffer_view_set_bookmark(view, name, line)
|
||||
Irssi::TextUI::TextBufferView view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue