Mercurial > audlegacy-plugins
comparison src/amidi-plug/backend-dummy/b-dummy.h @ 437:e1c6b223431e trunk
[svn] - amidiplug: on midi backend init, pass a function that helps the backend to get the location of amidi-plug.conf
author | giacomo |
---|---|
date | Mon, 15 Jan 2007 13:25:41 -0800 |
parents | 3da1b8942b8b |
children |
comparison
equal
deleted
inserted
replaced
436:a668576342e0 | 437:e1c6b223431e |
---|---|
21 #ifndef _B_DUMMY_H | 21 #ifndef _B_DUMMY_H |
22 #define _B_DUMMY_H 1 | 22 #define _B_DUMMY_H 1 |
23 | 23 |
24 | 24 |
25 #include "../i_common.h" | 25 #include "../i_common.h" |
26 #include "../i_configure_file.h" | |
26 #include <glib/gprintf.h> | 27 #include <glib/gprintf.h> |
27 #include "../pcfg/i_pcfg.h" | 28 #include "../pcfg/i_pcfg.h" |
28 #include "../i_midievent.h" | 29 #include "../i_midievent.h" |
29 | 30 |
30 | 31 |
41 sequencer_client_t; | 42 sequencer_client_t; |
42 | 43 |
43 | 44 |
44 void i_sleep( guint ); | 45 void i_sleep( guint ); |
45 void i_printf( FILE * , const gchar * , ... ); | 46 void i_printf( FILE * , const gchar * , ... ); |
46 void i_cfg_read( void ); | 47 void i_cfg_read( i_cfg_get_file_cb ); |
47 void i_cfg_free( void ); | 48 void i_cfg_free( void ); |
48 | 49 |
49 #endif /* !_B_DUMMY_H */ | 50 #endif /* !_B_DUMMY_H */ |