Kai Vehmanen <first.surname@nokia-email.address.hidden>
#include <sofia-sip/su_wait.h>
#include <glib.h>
Include dependency graph for su_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. | |
|
|
Use su_source implementation when su_root_create() is called.
|
|
|
Returns a GSource object for the root. Note that you need to unref the GSource with g_source_unref() before destroying the root object.
|