calvados/import_file_from_wav.c

18 lines
291 B
C
Raw Normal View History

2017-04-18 19:15:24 +00:00
#include <gtk/gtk.h>
#include "calvados.h"
/*
*
* import_file_from_wav()
*
* import_file_from_wav Volume from the menu.
*
*/
void import_file_from_wav(GtkWidget *widget, gpointer data)
{
/* --- Display message --- */
g_print("import_file_from_wav function goes here.\n");
}