mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Removed some extra ';' chars which made it not compile with perl 5.00x.
textbuffer_get_lines() now actually returns the value. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1734 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
01d3e74f63
commit
33fbc0a069
1 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ void
|
|||
textbuffer_view_clear(view)
|
||||
Irssi::TextUI::TextBufferView view
|
||||
|
||||
void
|
||||
Irssi::TextUI::Line
|
||||
textbuffer_view_get_lines(view)
|
||||
Irssi::TextUI::TextBufferView view
|
||||
|
||||
|
|
@ -72,12 +72,12 @@ textbuffer_view_set_bookmark(view, name, line)
|
|||
Irssi::TextUI::Line line
|
||||
|
||||
void
|
||||
textbuffer_view_set_bookmark_bottom(view, name);
|
||||
textbuffer_view_set_bookmark_bottom(view, name)
|
||||
Irssi::TextUI::TextBufferView view
|
||||
char *name
|
||||
|
||||
Irssi::TextUI::Line
|
||||
textbuffer_view_get_bookmark(view, name);
|
||||
textbuffer_view_get_bookmark(view, name)
|
||||
Irssi::TextUI::TextBufferView view
|
||||
char *name
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue