| | 373 | | command_bind("unquery", NULL, (SIGNAL_FUNC) cmd_unquery);
| | | 374 | | command_bind("window server", NULL, (SIGNAL_FUNC) cmd_window_server);
| | | 375 | | | | | 376 | | command_set_options("query", "window");
| | | 377 | | } | | | 378 | | | | | 379 | | void fe_queries_deinit(void) | | | 380 | | { | | | 381 | | if (queryclose_tag != -1) g_source_remove(queryclose_tag); | | | 382 | | | | Wrong Number of Parameters | 383 | | signal_remove("query created", (SIGNAL_FUNC) signal_query_created);
| | | 384 | | signal_remove("query destroyed", (SIGNAL_FUNC) signal_query_destroyed);
| | | 385 | | signal_remove("query server changed", (SIGNAL_FUNC) signal_query_server_changed);
| | | 386 | | signal_remove("query nick changed", (SIGNAL_FUNC) signal_query_nick_changed);
| | | 387 | | signal_remove("window item server changed", (SIGNAL_FUNC) signal_window_item_server_changed);
| | | 388 | | signal_remove("server connected", (SIGNAL_FUNC) sig_server_connected);
| | | 389 | | signal_remove("window changed", (SIGNAL_FUNC) sig_window_changed);
| | | 390 | | signal_remove("message private", (SIGNAL_FUNC) sig_message_private);
| | | 391 | | signal_remove("setup changed", (SIGNAL_FUNC) read_settings);
| | | 392 | | | | | 393 | | command_unbind("query", (SIGNAL_FUNC) cmd_query);
|
|