calvados/convert_to_archive_file.c

18 lines
299 B
C
Raw Normal View History

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