| | 734 | | signal_add("window item remove", (SIGNAL_FUNC) sig_window_item_remove);
| | | 735 | | signal_add("window refnum changed", (SIGNAL_FUNC) sig_window_refnum_changed);
| | | 736 | | signal_add("server disconnected", (SIGNAL_FUNC) sig_server_disconnected);
| | | 737 | | signal_add("log locked", (SIGNAL_FUNC) sig_log_locked);
| | | 738 | | signal_add("log create failed", (SIGNAL_FUNC) sig_log_create_failed);
| | | 739 | | signal_add("log new", (SIGNAL_FUNC) sig_log_new);
| | | 740 | | signal_add("log config read", (SIGNAL_FUNC) sig_log_config_read);
| | | 741 | | signal_add("log config save", (SIGNAL_FUNC) sig_log_config_save);
| | | 742 | | signal_add("awaylog show", (SIGNAL_FUNC) sig_awaylog_show);
| | | 743 | | signal_add("theme destroyed", (SIGNAL_FUNC) sig_theme_destroyed);
| | Wrong Number of Parameters | 744 | | signal_add("setup changed", (SIGNAL_FUNC) read_settings);
| | | 745 | | | | | 746 | | command_set_options("log open", "noopen autoopen -targets window colors");
| | | 747 | | } | | | 748 | | | | | 749 | | void fe_log_deinit(void) | | | 750 | | { | | | 751 | | g_source_remove(autoremove_tag); | | | 752 | | if (log_theme_name != NULL)
| | | 753 | | signal_remove("print format", (SIGNAL_FUNC) sig_print_format);
| | | 754 | | |
|