]> code.delx.au - pulseaudio/blobdiff - polyp/cli.h
Comment some more files
[pulseaudio] / polyp / cli.h
index bfe0c4f892c1e9a13de81d10163d55dd7a1faee0..44ed706cc25887aa2f76e7022798e01e3b17d286 100644 (file)
 
 struct pa_cli;
 
+/* Create a new command line session on the specified io channel owned by the specified module */
 struct pa_cli* pa_cli_new(struct pa_core *core, struct pa_iochannel *io, struct pa_module *m);
 void pa_cli_free(struct pa_cli *cli);
 
+/* Set a callback function that is called whenever the command line session is terminated */
 void pa_cli_set_eof_callback(struct pa_cli *cli, void (*cb)(struct pa_cli*c, void *userdata), void *userdata);
 
 #endif