Main Page
Related Pages
Data Structures
Files
Examples
main
»
Asynchronous API
GLIB Main Loop Bindings
Overview
The GLIB main loop bindings are extremely easy to use. All that is required is to create a pa_glib_mainloop object using
pa_glib_mainloop_new()
. When the main loop abstraction is needed, it is provided by
pa_glib_mainloop_get_api()
.