devel-docs: fix and update the libgimp docs

This commit is contained in:
Michael Natterer
2019-07-23 19:31:24 +02:00
parent 0155eccbf2
commit 55fc774ca9
7 changed files with 20 additions and 372 deletions

View 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,
};