calvados/invert_selection.c

18 lines
268 B
C
Raw Permalink Normal View History

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