new directory devel-docs/libgimpbase/
2001-05-25 Michael Natterer <mitch@gimp.org> * configure.in: new directory devel-docs/libgimpbase/ 2001-05-25 Michael Natterer <mitch@gimp.org> * Makefile.am * libgimpbase/*: new gtk-doc module for the new library. * libgimp/*: removed the files which belong to libgimpbase, updates. * libgimpmath/libgimpmath-decl.txt * libgimpmath/libgimpmath.hierarchy * libgimpwidgets/libgimpwidgets-decl.txt * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.hierarchy * libgimpwidgets/tmpl/gimpbutton.sgml * libgimpwidgets/tmpl/gimpoffsetarea.sgml * libgimpwidgets/tmpl/gimpwidgetstypes.sgml: updated.
This commit is contained in:

committed by
Michael Natterer

parent
ca6ee05ea3
commit
ced2d1481b
15
devel-docs/libgimpbase/libgimpbase-include.c
Normal file
15
devel-docs/libgimpbase/libgimpbase-include.c
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
* gtk-doc can't build libgimpbase-scan.c without PLUG_IN_INFO being defined
|
||||
* so we include this file as a workaround
|
||||
*/
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <libgimp/gimp.h>
|
||||
|
||||
GimpPlugInInfo PLUG_IN_INFO =
|
||||
{
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
};
|
Reference in New Issue
Block a user