add gui_free

This commit is contained in:
Tomasz Moń
2009-03-09 18:49:29 +01:00
parent 90df427200
commit 3f717a51cd
5 changed files with 84 additions and 61 deletions

3
gui.h
View File

@@ -18,6 +18,7 @@
#define GDIGI_GUI_H
void show_error_message(GtkWidget *parent, gchar *message);
void create_window();
void gui_create();
void gui_free();
#endif /* GDIGI_GUI_H */