mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
window_activity() and window_item_activity() are now public. Added them to
perl as well. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2445 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
99c3c13f13
commit
fcc61f2382
5 changed files with 32 additions and 7 deletions
|
|
@ -215,6 +215,12 @@ window_set_level(window, level)
|
|||
Irssi::UI::Window window
|
||||
int level
|
||||
|
||||
void
|
||||
window_activity(window, data_level, hilight_color=NULL)
|
||||
Irssi::UI::Window window
|
||||
int data_level
|
||||
char *hilight_color
|
||||
|
||||
char *
|
||||
window_get_active_name(window)
|
||||
Irssi::UI::Window window
|
||||
|
|
@ -268,3 +274,10 @@ window_item_set_active(item)
|
|||
Irssi::Windowitem item
|
||||
CODE:
|
||||
window_item_set_active(window_item_window(item), item);
|
||||
|
||||
void
|
||||
window_item_activity(item, data_level, hilight_color=NULL)
|
||||
Irssi::Windowitem item
|
||||
int data_level
|
||||
char *hilight_color
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue