calvados/convert_to_archive_file.c
2017-04-18 14:15:24 -05:00

18 lines
299 B
C

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