#ifndef _WINDOW_TAG_H_ #define _WINDOW_TAG_H_ #include #include struct tagdialog_data_t { GtkWidget *dialog; GtkWidget *tagview; GArray *wallarray; GHashTable *inconsistent_table; }; struct tagdialog_data_t *window_tagview_new(GtkWidget*, GArray*); #endif