devel-docs: fix and update the libgimp docs
This commit is contained in:
15
devel-docs/libgimp/libgimp3-include.c
Normal file
15
devel-docs/libgimp/libgimp3-include.c
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
* 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>
|
||||
|
||||
GimpPlugInInfo PLUG_IN_INFO =
|
||||
{
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
};
|
Reference in New Issue
Block a user