Name
linc -- the main setup and loop methods
Details
linc_loop
extern GMainLoop *linc_loop; |
linc_set_threaded ()
void linc_set_threaded (gboolean threaded); |
This routine turns threading on or off for the whole
ORB, it should be called (TRUE) if threading is desired
before any of the ORB initialization occurs.
linc_init ()
Initialize linc.
linc_io_add_watch ()
This routine creates a watch on an IO channel that operates both in
the standard glib mainloop, but also in the 'linc' mainloop so we
can iterate that without causing re-enterancy.
This method is deprecated.
linc_io_remove_watch ()
void linc_io_remove_watch (LincWatch *watch); |
This removes a watch by it's handle in w
linc_main_iteration ()
void linc_main_iteration (gboolean block_for_reply); |
This routine iterates the linc mainloop, which has
only the linc sources registered against it.
linc_main_pending ()
determines if the linc mainloop has any pending work to process.
linc_main_loop_run ()
void linc_main_loop_run (void); |
Runs the linc mainloop; blocking until the loop is exited.