#include #include "nntpgrab_utils.h"
Functions |
|
| void | ng_event_handler_loop_run (void) |
| Start the event handler loop. |
|
| void | ng_event_handler_loop_quit (void) |
| Stop the event handler loop. |
|
| void ng_event_handler_loop_quit | ( | void | ) |
Stop the event handler loop.
| void ng_event_handler_loop_run | ( | void | ) |
Start the event handler loop.
This function waits for incoming events and passes these on to all the registered event handlers
This function doesn't need to be used for the GTK+ frontend as it is equivalent to gtk_main()