2004-08-05 19:53:57 +00:00
|
|
|
#ifndef fooglibmainloophfoo
|
|
|
|
|
#define fooglibmainloophfoo
|
|
|
|
|
|
|
|
|
|
#include <glib.h>
|
|
|
|
|
|
|
|
|
|
#include "mainloop-api.h"
|
|
|
|
|
|
2004-08-06 23:07:48 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
2004-08-05 19:53:57 +00:00
|
|
|
struct pa_glib_mainloop;
|
|
|
|
|
|
2004-08-06 23:07:48 +00:00
|
|
|
struct pa_glib_mainloop *pa_glib_mainloop_new(GMainContext *c);
|
2004-08-05 19:53:57 +00:00
|
|
|
void pa_glib_mainloop_free(struct pa_glib_mainloop* g);
|
|
|
|
|
struct pa_mainloop_api* pa_glib_mainloop_get_api(struct pa_glib_mainloop *g);
|
|
|
|
|
|
2004-08-06 23:07:48 +00:00
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
2004-08-05 19:53:57 +00:00
|
|
|
#endif
|