mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Created signal_get_uniq_id() macro. Added some documentation about
signals to design.txt. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@381 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
69b8d4f81b
commit
0dbfd281c9
10 changed files with 65 additions and 19 deletions
|
|
@ -63,7 +63,7 @@ void pidwait_init(void)
|
|||
pids = NULL;
|
||||
childcheck_tag = g_timeout_add(1000, (GSourceFunc) child_check, NULL);
|
||||
|
||||
signal_pidwait = module_get_uniq_id_str("signals", "pidwait");
|
||||
signal_pidwait = signal_get_uniq_id("pidwait");
|
||||
}
|
||||
|
||||
void pidwait_deinit(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue