
Add a debug procedure group, living in 'debug.pdb', which would host useful debug helper functions. Functions in this group are not part of the stable API, and may be changed at any point. All procedures added to 'debug.pdb' should have a 'debug_' prefix, and use the new std_pdb_debug() macro, which adds the proper "here be dragons" warning to their description. Add two debug procedures: gimp-debug-timer-start() and gimp-debug-timer-end(), which measure elapsed time, a la GIMP_TIMER_{START,END}, and can be used to profile script-fu commands.
87 lines
3.1 KiB
C
87 lines
3.1 KiB
C
/* LIBGIMP - The GIMP Library
|
|
* Copyright (C) 1995-2003 Peter Mattis and Spencer Kimball
|
|
*
|
|
* gimp_pdb_headers.h
|
|
*
|
|
* This library is free software: you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 3 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library. If not, see
|
|
* <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
|
|
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
|
#error "Only <libgimp/gimp.h> can be included directly."
|
|
#endif
|
|
|
|
#ifndef __GIMP_PDB_HEADERS_H__
|
|
#define __GIMP_PDB_HEADERS_H__
|
|
|
|
#include <libgimp/gimp_pdb.h>
|
|
#include <libgimp/gimpbrush_pdb.h>
|
|
#include <libgimp/gimpbrushes_pdb.h>
|
|
#include <libgimp/gimpbrushselect_pdb.h>
|
|
#include <libgimp/gimpbuffer_pdb.h>
|
|
#include <libgimp/gimpchannel_pdb.h>
|
|
#include <libgimp/gimpcolor_pdb.h>
|
|
#include <libgimp/gimpcontext_pdb.h>
|
|
#include <libgimp/gimpdebug_pdb.h>
|
|
#include <libgimp/gimpdisplay_pdb.h>
|
|
#include <libgimp/gimpdrawable_pdb.h>
|
|
#include <libgimp/gimpdrawablecolor_pdb.h>
|
|
#include <libgimp/gimpdrawabletransform_pdb.h>
|
|
#include <libgimp/gimpdynamics_pdb.h>
|
|
#include <libgimp/gimpedit_pdb.h>
|
|
#include <libgimp/gimpfileops_pdb.h>
|
|
#include <libgimp/gimpfloatingsel_pdb.h>
|
|
#include <libgimp/gimpfonts_pdb.h>
|
|
#include <libgimp/gimpfontselect_pdb.h>
|
|
#include <libgimp/gimpgimprc_pdb.h>
|
|
#include <libgimp/gimpgradient_pdb.h>
|
|
#include <libgimp/gimpgradients_pdb.h>
|
|
#include <libgimp/gimpgradientselect_pdb.h>
|
|
#include <libgimp/gimphelp_pdb.h>
|
|
#include <libgimp/gimpimage_pdb.h>
|
|
#include <libgimp/gimpimagecolorprofile_pdb.h>
|
|
#include <libgimp/gimpimageconvert_pdb.h>
|
|
#include <libgimp/gimpimagegrid_pdb.h>
|
|
#include <libgimp/gimpimageguides_pdb.h>
|
|
#include <libgimp/gimpimagesamplepoints_pdb.h>
|
|
#include <libgimp/gimpimageselect_pdb.h>
|
|
#include <libgimp/gimpimagetransform_pdb.h>
|
|
#include <libgimp/gimpimageundo_pdb.h>
|
|
#include <libgimp/gimpitem_pdb.h>
|
|
#include <libgimp/gimpitemtransform_pdb.h>
|
|
#include <libgimp/gimplayer_pdb.h>
|
|
#include <libgimp/gimpmessage_pdb.h>
|
|
#include <libgimp/gimppainttools_pdb.h>
|
|
#include <libgimp/gimppalette_pdb.h>
|
|
#include <libgimp/gimppalettes_pdb.h>
|
|
#include <libgimp/gimppaletteselect_pdb.h>
|
|
#include <libgimp/gimppaths_pdb.h>
|
|
#include <libgimp/gimppattern_pdb.h>
|
|
#include <libgimp/gimppatterns_pdb.h>
|
|
#include <libgimp/gimppatternselect_pdb.h>
|
|
#include <libgimp/gimpplugin_pdb.h>
|
|
#include <libgimp/gimpproceduraldb_pdb.h>
|
|
#include <libgimp/gimpprogress_pdb.h>
|
|
#include <libgimp/gimpselection_pdb.h>
|
|
#include <libgimp/gimpselectiontools_pdb.h>
|
|
#include <libgimp/gimptextlayer_pdb.h>
|
|
#include <libgimp/gimptexttool_pdb.h>
|
|
#include <libgimp/gimptransformtools_pdb.h>
|
|
#include <libgimp/gimpunit_pdb.h>
|
|
#include <libgimp/gimpvectors_pdb.h>
|
|
|
|
#endif /* __GIMP_PDB_HEADERS_H__ */
|