mirror of https://github.com/GNOME/gimp.git
16 lines
252 B
C
16 lines
252 B
C
![]() |
/*
|
||
|
* gtk-doc can't build libgimpwidgets-scan.c without PLUG_IN_INFO being defined
|
||
|
* so we include this file as a workaround
|
||
|
*/
|
||
|
|
||
|
#include <glib.h>
|
||
|
#include <libgimp/gimp.h>
|
||
|
|
||
|
GimpPlugInInfo PLUG_IN_INFO =
|
||
|
{
|
||
|
NULL,
|
||
|
NULL,
|
||
|
NULL,
|
||
|
NULL,
|
||
|
};
|