mp3splt-gtk
|
#include <string.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include "player_tab.h"
#include "main_win.h"
#include "freedb_tab.h"
#include "import.h"
#include "options_manager.h"
#include "mp3splt-gtk.h"
#include "utilities.h"
#include "ui_manager.h"
#include "widgets_helper.h"
Go to the source code of this file.
Functions | |
void | handle_import (gchar *filename) |
void | import_event (GtkWidget *widget, gpointer *data) |
Variables | |
splt_state * | the_state |
ui_state * | ui |
The magic behind the splitpoint input
All functions that are needed in order to read in cddb, cue or similar files.
Definition in file import.c.
void handle_import | ( | gchar * | filename | ) |
Handles the import of an input file (audio or splitpoint)
The file type is determined by the extension of the file.
Definition at line 104 of file import.c.
References remove_status_message(), and update_output_options().
Referenced by import_event(), and main().
void import_event | ( | GtkWidget * | widget, |
gpointer * | data | ||
) |
What happens if the "Import" button is pressed.
Definition at line 68 of file import.c.
References handle_import(), and remove_status_message().
Referenced by create_menu_bar().
ui_state* ui |
move all options inside
Definition at line 144 of file mp3splt-gtk.c.