mp3splt-gtk
options_manager.h
1 /**********************************************************
2  *
3  * mp3splt-gtk -- utility based on mp3splt,
4  * for mp3/ogg splitting without decoding
5  *
6  * Copyright: (C) 2005-2013 Alexandru Munteanu
7  * Contact: m@ioalex.net
8  *
9  *
10  * http://mp3splt.sourceforge.net/
11  *
12  *********************************************************/
13 
14 /**********************************************************
15  *
16  * This program is free software; you can redistribute it and/or
17  * modify it under the terms of the GNU General Public License
18  * as published by the Free Software Foundation; either version 2
19  * of the License, or (at your option) any later version.
20  *
21  * This program is distributed in the hope that it will be useful,
22  * but WITHOUT ANY WARRANTY; without even the implied warranty of
23  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24  * GNU General Public License for more details.
25  *
26  * You should have received a copy of the GNU General Public License
27  * along with this program; if not, write to the Free Software
28  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
29  * USA.
30  *
31  *********************************************************/
32 
33 #ifndef OPTIONS_MANAGER_H
34 
35 #define OPTIONS_MANAGER_H
36 
37 #include "all_includes.h"
38 
41 void put_tags_from_filename_regex_options(ui_state *ui);
42 
43 #endif
44 
void update_output_options(ui_state *ui)
Update the output options.
void put_options_from_preferences(ui_state *ui)
Update the ui->mp3splt_state structure.