mp3splt-gtk
|
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <string.h>
#include <errno.h>
#include <stdio.h>
#include "export.h"
#include "main_win.h"
#include "player_tab.h"
#include "tree_tab.h"
#include "ui_manager.h"
#include "widgets_helper.h"
Go to the source code of this file.
Functions | |
void | ChooseCueExportFile (GtkWidget *widget, gpointer data) |
void | export_file (const gchar *filename) |
Variables | |
ui_state * | ui |
The function that allows to export the current list of splitpoints as a Cue sheet.
Definition in file export.c.
void ChooseCueExportFile | ( | GtkWidget * | widget, |
gpointer | data | ||
) |
Choose the file to save the session to.
Definition at line 193 of file export.c.
References export_file().
Referenced by create_menu_bar().
void export_file | ( | const gchar * | filename | ) |
Export the current split points into a cue file.
filename | The name of the file to write to. |
Definition at line 64 of file export.c.
References COL_CHECK, COL_DESCRIPTION, COL_HUNDR_SECS, COL_MINUTES, COL_SECONDS, inputfilename_get(), put_status_message(), and tree_view.
Referenced by ChooseCueExportFile().
ui_state* ui |
move all options inside
Definition at line 144 of file mp3splt-gtk.c.