1 #ifndef DUNST_TEST_HELPERS_H
2 #define DUNST_TEST_HELPERS_H
3 
4 #include <glib.h>
5 
6 GVariant *notification_setup_raw_image(const char *path);
7 
8 #endif
9 /* vim: set tabstop=8 shiftwidth=8 expandtab textwidth=0: */
10