#include #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"); }