8 lines
175 B
C
8 lines
175 B
C
|
#ifndef GTK_STUFF_H
|
||
|
#define GTK_STUFF_H
|
||
|
|
||
|
typedef void (*gtk_update_cb_t)(int, int, int, int);
|
||
|
|
||
|
void gtk_buffer_ready_for_refresh(gtk_update_cb_t cb);
|
||
|
|
||
|
#endif /* GTK_STUFF_H */
|