1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-22 04:35:58 -04:00

Bump ABI and add another perl api function

This commit is contained in:
vague666 2019-04-02 09:53:42 +02:00
parent 40d800637a
commit c66fe616e1
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#define IRSSI_GLOBAL_CONFIG "irssi.conf" /* config file name in /etc/ */
#define IRSSI_HOME_CONFIG "config" /* config file name in ~/.irssi/ */
#define IRSSI_ABI_VERSION 20
#define IRSSI_ABI_VERSION 21
#define DEFAULT_SERVER_ADD_PORT 6667
#define DEFAULT_SERVER_ADD_TLS_PORT 6697

View File

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