calvados/open_as_disk_image.c

18 lines
272 B
C
Raw Permalink Normal View History

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