scripting: support for zone based routing in application classes
[profile/ivi/pulseaudio-module-murphy-ivi.git] / murphy / scripting.h
1 /*
2  * module-murphy-ivi -- PulseAudio module for providing audio routing support
3  * Copyright (c) 2012, Intel Corporation.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms and conditions of the GNU Lesser General Public License,
7  * version 2.1, as published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE.
12  * See the GNU Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public License
15  * along with this program; if not, write to the
16  * Free Software Foundation, Inc., 51 Franklin St - Fifth Floor, Boston,
17  * MA 02110-1301 USA.
18  *
19  */
20 #ifndef fooscriptingfoo
21 #define fooscriptingfoo
22
23 #include "userdata.h"
24
25
26 pa_scripting *pa_scripting_init(struct userdata *);
27 void pa_scripting_done(struct userdata *);
28
29 pa_bool_t pa_scripting_dofile(struct userdata *, const char *);
30
31 scripting_node *pa_scripting_node_create(struct userdata *, mir_node *);
32 void pa_scripting_node_destroy(struct userdata *, mir_node *);
33
34 #endif /* fooscriptingfoo */
35
36 /*
37  * Local Variables:
38  * c-basic-offset: 4
39  * indent-tabs-mode: nil
40  * End:
41  *
42  */