mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
12 lines
131 B
C
12 lines
131 B
C
#ifndef NOTHING_H
|
|
#define NOTHING_H
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
gboolean gimp_lebl_dialog (void);
|
|
|
|
G_END_DECLS
|
|
|
|
#endif
|