zathura/callbacks.h

13 lines
271 B
C
Raw Normal View History

2010-11-10 20:31:15 +01:00
/* See LICENSE file for license and copyright information */
#ifndef CALLBACKS_H
#define CALLBACKS_H
2010-11-12 13:48:18 +01:00
#include <gtk/gtk.h>
2010-11-13 12:40:48 +01:00
#include <girara.h>
2010-11-12 13:48:18 +01:00
gboolean cb_destroy(GtkWidget* widget, gpointer data);
2010-11-13 12:40:48 +01:00
void buffer_changed(girara_session_t* session);
2010-11-12 13:48:18 +01:00
#endif // CALLBACKS_H