mp3splt-gtk
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
options_manager.h
1
/**********************************************************
2
*
3
* mp3splt-gtk -- utility based on mp3splt,
4
* for mp3/ogg splitting without decoding
5
*
6
* Copyright: (C) 2005-2012 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
39
void
update_output_options
(
ui_state
*ui);
40
void
put_options_from_preferences
(
ui_state
*ui);
41
void
put_tags_from_filename_regex_options(
ui_state
*ui);
42
43
#endif
44
src
options_manager.h
Generated on Wed Oct 2 2013 05:17:39 for mp3splt-gtk by
1.8.3.1