add G_GNUC_INTERNAL to declaration of wrapped PDB functions.
2005-10-25 Sven Neumann <sven@gimp.org> * tools/pdbgen/lib.pl: add G_GNUC_INTERNAL to declaration of wrapped PDB functions. * libgimp/gimpchannel_pdb.h * libgimp/gimpdrawable_pdb.h * libgimp/gimpgimprc_pdb.h * libgimp/gimpimage_pdb.h * libgimp/gimplayer_pdb.h * libgimp/gimpplugin_pdb.h * libgimp/gimpproceduraldb_pdb.h * libgimp/gimpprogress_pdb.h * libgimp/gimpselection_pdb.h * libgimp/gimpunit_pdb.h: regenerated. * libgimp/gimptile.h * libgimp/gimpunitcache.h * libgimpthumb/gimpthumb-utils.h * libgimpwidgets/gimpcolorarea.h * libgimpwidgets/gimphelpui.h: declare internal functions as such using G_GNUC_INTERNAL.
This commit is contained in:
committed by
Sven Neumann
parent
a0fa08c138
commit
dc4757cedc
@ -28,7 +28,7 @@ G_BEGIN_DECLS
|
||||
/* For information look into the C source or the html documentation */
|
||||
|
||||
|
||||
void _gimp_help_init (void);
|
||||
void _gimp_help_init (void) G_GNUC_INTERNAL;
|
||||
|
||||
void gimp_help_enable_tooltips (void);
|
||||
void gimp_help_disable_tooltips (void);
|
||||
|
||||
Reference in New Issue
Block a user