
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.
16 lines
252 B
C
16 lines
252 B
C
/*
|
|
* 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,
|
|
};
|