mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
16 lines
242 B
C
16 lines
242 B
C
![]() |
/*
|
||
|
* gtk-doc can't build libgimp-scan.c without PLUG_IN_INFO being defined
|
||
|
* so we include this file as a workaround
|
||
|
*/
|
||
|
|
||
|
#include <glib.h>
|
||
|
#include <libgimp/gimp.h>
|
||
|
|
||
|
GPlugInInfo PLUG_IN_INFO =
|
||
|
{
|
||
|
NULL,
|
||
|
NULL,
|
||
|
NULL,
|
||
|
NULL,
|
||
|
};
|