mp3splt-gtk 0.9.3.1519
Loading...
Searching...
No Matches
options_manager.h
1/**********************************************************
2 *
3 * mp3splt-gtk -- utility based on mp3splt,
4 * for mp3/ogg splitting without decoding
5 *
6 * Copyright: (C) 2005-2014 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
39void update_output_options(ui_state *ui, gboolean is_checked_output_radio_box, gchar *output_format);
41void put_tags_from_filename_regex_options(ui_for_split *ui_fs);
42
43ui_for_split *build_ui_for_split(ui_state *ui);
44void free_ui_for_split(ui_for_split *ui_fs);
45
46#endif
47
void update_output_options(ui_state *ui, gboolean is_checked_output_radio_box, gchar *output_format)
Update the output options.
void put_options_from_preferences(ui_for_split *ui_fs)
Update the ui->mp3splt_state structure.