#include <sofia-sip/su_wait.h>#include <glib.h>
Go to the source code of this file.
Functions | |
| su_root_t * | su_glib_root_create (su_root_magic_t *)) |
| Create a root that uses GSource as reactor. | |
| GSource * | su_glib_root_gsource (su_root_t *) |
| Returns a GSource object for the root. | |
| void | su_glib_prefer_gsource (void) |
| Use su_source implementation when su_root_create() is called. | |
| void su_glib_prefer_gsource | ( | void | ) |
Use su_source implementation when su_root_create() is called.
| GSource* su_glib_root_gsource | ( | su_root_t * | root | ) |
Returns a GSource object for the root.
Note that you need to unref the GSource with g_source_unref() before destroying the root object.