1 #ifndef foointrospecthfoo
2 #define foointrospecthfoo
30 #include <pulse/cdecl.h>
669 typedef enum pa_autoload_type {
670 PA_AUTOLOAD_SINK = 0,
671 PA_AUTOLOAD_SOURCE = 1
672 } pa_autoload_type_t;
677 typedef struct pa_autoload_info {
680 pa_autoload_type_t type;
682 const char *argument;
686 typedef void (*pa_autoload_info_cb_t)(
pa_context *c,
const pa_autoload_info *i,
int eol,
void *userdata);