mp3splt-gtk 0.9.2
Loading...
Searching...
No Matches
import.c File Reference
#include "import.h"
Include dependency graph for import.c:

Go to the source code of this file.

Functions

void import_cue_file_from_the_configuration_directory (ui_state *ui)
 
void import_event (GtkWidget *widget, ui_state *ui)
 
void import_file (gchar *filename, ui_state *ui, gboolean force_import_cue)
 
void import_files_to_batch_and_free (GSList *files, ui_state *ui)
 

Detailed Description


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.

Function Documentation

◆ import_cue_file_from_the_configuration_directory()

void import_cue_file_from_the_configuration_directory ( ui_state * ui)

Definition at line 153 of file import.c.

◆ import_event()

void import_event ( GtkWidget * widget,
ui_state * ui )

What happens if the "Import" button is pressed.

Definition at line 53 of file import.c.

References import_file(), and remove_status_message().

Here is the call graph for this function:

◆ import_file()

void import_file ( gchar * filename,
ui_state * ui,
gboolean force_import_cue )

Handles the import of an input file (audio or splitpoint)

The file type is determined by the extension of the file.

Definition at line 102 of file import.c.

References remove_status_message().

Referenced by import_event().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ import_files_to_batch_and_free()

void import_files_to_batch_and_free ( GSList * files,
ui_state * ui )

Definition at line 256 of file import.c.