blmc-config/gtk2-gui.h

12 lines
212 B
C

#ifndef _GTK2_GUI_H_
#define _GTK2_GUI_H_
#include <gtk/gtk.h>
GtkWidget* gui_create_window(void);
void gui_add_i2c_interface(const char *path);
void gui_flush_i2c_interfaces(void);
#endif /* _GTK2_GUI_H_ */