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