mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 00:33:48 +01:00
13 lines
271 B
C
13 lines
271 B
C
/* See LICENSE file for license and copyright information */
|
|
|
|
#ifndef CALLBACKS_H
|
|
#define CALLBACKS_H
|
|
|
|
#include <gtk/gtk.h>
|
|
#include <girara.h>
|
|
|
|
gboolean cb_destroy(GtkWidget* widget, gpointer data);
|
|
void buffer_changed(girara_session_t* session);
|
|
|
|
#endif // CALLBACKS_H
|