calvados/reopen.c

18 lines
244 B
C
Raw Permalink Normal View History

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