HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated".

2007-01-09  Sven Neumann  <sven@gimp.org>

	* HACKING
	* tools/pdbgen/lib.pl
	* tools/pdbgen/app.pl: fixed spelling of "auto-generated".

	* tools/pdbgen/pdb/color.pdb
	* tools/pdbgen/pdb/brush_select.pdb
	* tools/pdbgen/pdb/palette_select.pdb
	* tools/pdbgen/pdb/font_select.pdb
	* tools/pdbgen/pdb/procedural_db.pdb
	* tools/pdbgen/pdb/pattern_select.pdb
	* tools/pdbgen/pdb/drawable.pdb
	* tools/pdbgen/pdb/gradient_select.pdb: improved wording and fixed
	spelling errors.
	
	* libgimp/gimp.c: fixed spelling errors.

	* app/pdb/*.h: 
	* libgimp/gimp*_pdb.[ch]: regenerated.


svn path=/trunk/; revision=21676
This commit is contained in:
Sven Neumann 2007-01-09 10:52:47 +00:00 committed by Sven Neumann
parent 60bcaefbff
commit dcc6ebd1b0
154 changed files with 296 additions and 277 deletions

View File

@ -1,3 +1,24 @@
2007-01-09 Sven Neumann <sven@gimp.org>
* HACKING
* tools/pdbgen/lib.pl
* tools/pdbgen/app.pl: fixed spelling of "auto-generated".
* tools/pdbgen/pdb/color.pdb
* tools/pdbgen/pdb/brush_select.pdb
* tools/pdbgen/pdb/palette_select.pdb
* tools/pdbgen/pdb/font_select.pdb
* tools/pdbgen/pdb/procedural_db.pdb
* tools/pdbgen/pdb/pattern_select.pdb
* tools/pdbgen/pdb/drawable.pdb
* tools/pdbgen/pdb/gradient_select.pdb: improved wording and fixed
spelling errors.
* libgimp/gimp.c: fixed spelling errors.
* app/pdb/*.h:
* libgimp/gimp*_pdb.[ch]: regenerated.
2007-01-08 Sven Neumann <sven@gimp.org>
* app/display/gimpstatusbar.c: increased statusbar message timeout

View File

@ -109,10 +109,10 @@ patch file with "cvs diff", preferably with a ~/.cvsrc containing
"diff -up". All kinds of contributions are appreciated.
Autogenerated Files
-------------------
Auto-generated Files
--------------------
Please notice that some files in the source are generated from other
sources. All those files have a short notice about being autogenerated
sources. All those files have a short notice about being generated
somewhere at the top. Among them are the files ending in _pdb.[ch] in
the libgimp directory and the files ending in _cmds.c in the app/pdb
subdirectory. Those are generated from the respective .pdb files in

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"
@ -146,7 +146,7 @@ register_brush_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure,
"gimp-brushes-popup",
"Invokes the Gimp brush selection.",
"This procedure popups the brush selection dialog.",
"This procedure opens the brush selection dialog.",
"Andy Thomas",
"Andy Thomas",
"1998",
@ -161,7 +161,7 @@ register_brush_select_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("popup-title",
"popup title",
"Title to give the brush popup window",
"Title of the brush selection dialog",
FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));
@ -201,7 +201,7 @@ register_brush_select_procs (GimpPDB *pdb)
gimp_object_set_static_name (GIMP_OBJECT (procedure), "gimp-brushes-close-popup");
gimp_procedure_set_static_strings (procedure,
"gimp-brushes-close-popup",
"Popdown the Gimp brush selection.",
"Close the brush selection dialog.",
"This procedure closes an opened brush selection dialog.",
"Andy Thomas",
"Andy Thomas",
@ -210,7 +210,7 @@ register_brush_select_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("brush-callback",
"brush callback",
"The name of the callback registered for this popup",
"The name of the callback registered for this pop-up",
FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));
@ -224,8 +224,8 @@ register_brush_select_procs (GimpPDB *pdb)
gimp_object_set_static_name (GIMP_OBJECT (procedure), "gimp-brushes-set-popup");
gimp_procedure_set_static_strings (procedure,
"gimp-brushes-set-popup",
"Sets the current brush selection in a popup.",
"Sets the current brush selection in a popup.",
"Sets the current brush in a brush selection dialog.",
"Sets the current brush in a brush selection dialog.",
"Andy Thomas",
"Andy Thomas",
"1998",
@ -233,7 +233,7 @@ register_brush_select_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("brush-callback",
"brush callback",
"The name of the callback registered for this popup",
"The name of the callback registered for this pop-up",
FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"
@ -124,7 +124,7 @@ register_font_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure,
"gimp-fonts-popup",
"Invokes the Gimp font selection.",
"This procedure popups the font selection dialog.",
"This procedure opens the font selection dialog.",
"Sven Neumann <sven@gimp.org>",
"Sven Neumann",
"2003",
@ -139,7 +139,7 @@ register_font_select_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("popup-title",
"popup title",
"Title to give the font popup window",
"Title of the font selection dialog",
FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));
@ -160,7 +160,7 @@ register_font_select_procs (GimpPDB *pdb)
gimp_object_set_static_name (GIMP_OBJECT (procedure), "gimp-fonts-close-popup");
gimp_procedure_set_static_strings (procedure,
"gimp-fonts-close-popup",
"Popdown the Gimp font selection.",
"Close the font selection dialog.",
"This procedure closes an opened font selection dialog.",
"Sven Neumann <sven@gimp.org>",
"Sven Neumann",
@ -169,7 +169,7 @@ register_font_select_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("font-callback",
"font callback",
"The name of the callback registered for this popup",
"The name of the callback registered for this pop-up",
FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));
@ -183,8 +183,8 @@ register_font_select_procs (GimpPDB *pdb)
gimp_object_set_static_name (GIMP_OBJECT (procedure), "gimp-fonts-set-popup");
gimp_procedure_set_static_strings (procedure,
"gimp-fonts-set-popup",
"Sets the current font selection in a popup.",
"Sets the current font selection in a popup.",
"Sets the current font in a font selection dialog.",
"Sets the current font in a font selection dialog.",
"Sven Neumann <sven@gimp.org>",
"Sven Neumann",
"2003",
@ -192,7 +192,7 @@ register_font_select_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("font-callback",
"font callback",
"The name of the callback registered for this popup",
"The name of the callback registered for this pop-up",
FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"
@ -135,7 +135,7 @@ register_gradient_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure,
"gimp-gradients-popup",
"Invokes the Gimp gradients selection.",
"This procedure popups the gradients selection dialog.",
"This procedure opens the gradient selection dialog.",
"Andy Thomas",
"Andy Thomas",
"1998",
@ -150,14 +150,14 @@ register_gradient_select_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("popup-title",
"popup title",
"Title to give the gradient popup window",
"Title of the gradient selection dialog",
FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("initial-gradient",
"initial gradient",
"The name of the pattern to set as the first selected",
"The name of the gradient to set as the first selected",
FALSE, TRUE,
NULL,
GIMP_PARAM_READWRITE));
@ -177,7 +177,7 @@ register_gradient_select_procs (GimpPDB *pdb)
gimp_object_set_static_name (GIMP_OBJECT (procedure), "gimp-gradients-close-popup");
gimp_procedure_set_static_strings (procedure,
"gimp-gradients-close-popup",
"Popdown the Gimp gradient selection.",
"Close the gradient selection dialog.",
"This procedure closes an opened gradient selection dialog.",
"Andy Thomas",
"Andy Thomas",
@ -186,7 +186,7 @@ register_gradient_select_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("gradient-callback",
"gradient callback",
"The name of the callback registered for this popup",
"The name of the callback registered for this pop-up",
FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));
@ -200,8 +200,8 @@ register_gradient_select_procs (GimpPDB *pdb)
gimp_object_set_static_name (GIMP_OBJECT (procedure), "gimp-gradients-set-popup");
gimp_procedure_set_static_strings (procedure,
"gimp-gradients-set-popup",
"Sets the current gradient selection in a popup.",
"Sets the current gradient selection in a popup.",
"Sets the current gradient in a gradient selection dialog.",
"Sets the current gradient in a gradient selection dialog.",
"Andy Thomas",
"Andy Thomas",
"1998",
@ -209,7 +209,7 @@ register_gradient_select_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("gradient-callback",
"gradient callback",
"The name of the callback registered for this popup",
"The name of the callback registered for this pop-up",
FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#ifndef __INTERNAL_PROCS_H__
#define __INTERNAL_PROCS_H__

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"
@ -128,7 +128,7 @@ register_palette_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure,
"gimp-palettes-popup",
"Invokes the Gimp palette selection.",
"This procedure popups the palette selection dialog.",
"This procedure opens the palette selection dialog.",
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2002",
@ -143,7 +143,7 @@ register_palette_select_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("popup-title",
"popup title",
"Title to give the palette popup window",
"Title of the palette selection dialog",
FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));
@ -164,7 +164,7 @@ register_palette_select_procs (GimpPDB *pdb)
gimp_object_set_static_name (GIMP_OBJECT (procedure), "gimp-palettes-close-popup");
gimp_procedure_set_static_strings (procedure,
"gimp-palettes-close-popup",
"Popdown the Gimp palette selection.",
"Close the palette selection dialog.",
"This procedure closes an opened palette selection dialog.",
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
@ -173,7 +173,7 @@ register_palette_select_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("palette-callback",
"palette callback",
"The name of the callback registered for this popup",
"The name of the callback registered for this pop-up",
FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));
@ -187,8 +187,8 @@ register_palette_select_procs (GimpPDB *pdb)
gimp_object_set_static_name (GIMP_OBJECT (procedure), "gimp-palettes-set-popup");
gimp_procedure_set_static_strings (procedure,
"gimp-palettes-set-popup",
"Sets the current palette selection in a popup.",
"Sets the current palette selection in a popup.",
"Sets the current palette in a palette selection dialog.",
"Sets the current palette in a palette selection dialog.",
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2002",
@ -196,7 +196,7 @@ register_palette_select_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("palette-callback",
"palette callback",
"The name of the callback registered for this popup",
"The name of the callback registered for this pop-up",
FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"
@ -128,7 +128,7 @@ register_pattern_select_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure,
"gimp-patterns-popup",
"Invokes the Gimp pattern selection.",
"This procedure popups the pattern selection dialog.",
"This procedure opens the pattern selection dialog.",
"Andy Thomas",
"Andy Thomas",
"1998",
@ -143,7 +143,7 @@ register_pattern_select_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("popup-title",
"popup title",
"Title to give the pattern popup window",
"Title of the pattern selection dialog",
FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));
@ -164,7 +164,7 @@ register_pattern_select_procs (GimpPDB *pdb)
gimp_object_set_static_name (GIMP_OBJECT (procedure), "gimp-patterns-close-popup");
gimp_procedure_set_static_strings (procedure,
"gimp-patterns-close-popup",
"Popdown the Gimp pattern selection.",
"Close the pattern selection dialog.",
"This procedure closes an opened pattern selection dialog.",
"Andy Thomas",
"Andy Thomas",
@ -173,7 +173,7 @@ register_pattern_select_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("pattern-callback",
"pattern callback",
"The name of the callback registered for this popup",
"The name of the callback registered for this pop-up",
FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));
@ -187,8 +187,8 @@ register_pattern_select_procs (GimpPDB *pdb)
gimp_object_set_static_name (GIMP_OBJECT (procedure), "gimp-patterns-set-popup");
gimp_procedure_set_static_strings (procedure,
"gimp-patterns-set-popup",
"Sets the current pattern selection in a popup.",
"Sets the current pattern selection in a popup.",
"Sets the current pattern in a pattern selection dialog.",
"Sets the current pattern in a pattern selection dialog.",
"Andy Thomas",
"Andy Thomas",
"1998",
@ -196,7 +196,7 @@ register_pattern_select_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("pattern-callback",
"pattern callback",
"The name of the callback registered for this popup",
"The name of the callback registered for this pop-up",
FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"
@ -422,7 +422,7 @@ register_procedural_db_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure,
"gimp-procedural-db-temp-name",
"Generates a unique temporary PDB name.",
"This procedure generates a temporary PDB entry name that is guaranteed to be unique. It is mainly used by the interactive popup dialogs to generate a PDB entry name.",
"This procedure generates a temporary PDB entry name that is guaranteed to be unique.",
"Andy Thomas",
"Andy Thomas",
"1998",

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl. */
/* NOTE: This file is auto-generated by pdbgen.pl. */
#include "config.h"

View File

@ -505,7 +505,7 @@ gimp_quit (void)
* @menu_label defines the label that should be used for the
* procedure's menu entry (use #NULL if the procedure shouldn't have a
* menu entry). The position where to register in the menu hierarchy
* is choosen using gimp_plugin_menu_register(). This function also
* is chosen using gimp_plugin_menu_register(). This function also
* still accepts the old (pre-2.2) way of registering a menu entry and
* takes a string in the form "&lt;Domain&gt;/Path/To/My/Menu"
* (e.g. "&lt;Image&gt;/Filters/Render/Useless").
@ -523,7 +523,7 @@ gimp_quit (void)
* ready to run.
*
* <emphasis>Not calling gimp_extension_ack() from a #GIMP_EXTENSION
* procedure will cause th GIMP core to lock up.</emphasis>
* procedure will cause the GIMP core to lock up.</emphasis>
*
* Additionally, a #GIMP_EXTENSION procedure with no parameters
* (@n_params == 0 and @params == #NULL) is an "automatic" extension
@ -605,7 +605,7 @@ gimp_install_procedure (const gchar *name,
*
* NOTE: Normally, Plug-In communication is triggered by the Plug-In
* and the GIMP core only responds to the Plug-In's requests. You must
* explicitely enable receiving of temporary procedure run requests
* explicitly enable receiving of temporary procedure run requests
* using either gimp_extension_enable() or
* gimp_extension_process(). See this functions' documentation for
* details.
@ -1007,7 +1007,7 @@ gimp_destroy_paramdefs (GimpParamDef *paramdefs,
* gimp_tile_width:
*
* Returns the tile_width the GIMP is using. This is a constant value
* given at Plug-In config time.
* given at Plug-In configuration time.
*
* Return value: the tile_width
**/
@ -1021,7 +1021,7 @@ gimp_tile_width (void)
* gimp_tile_height:
*
* Returns the tile_height the GIMP is using. This is a constant value
* given at Plug-In config time.
* given at Plug-In configuration time.
*
* Return value: the tile_height
**/
@ -1036,7 +1036,7 @@ gimp_tile_height (void)
*
* Returns the shared memory ID used for passing tile data between the GIMP
* core and the Plug-In. This is a constant value
* given at Plug-In config time.
* given at Plug-In configuration time.
*
* Return value: the shared memory ID
**/
@ -1051,7 +1051,7 @@ gimp_shm_ID (void)
*
* Returns the address of the shared memory segment used for passing
* tile data between the GIMP core and the Plug-In. This is a constant
* value given at Plug-In config time.
* value given at Plug-In configuration time.
*
* Return value: the shared memory address
**/
@ -1065,7 +1065,7 @@ gimp_shm_addr (void)
* gimp_gamma:
*
* Returns the global gamma value the GIMP and all its Plug-Ins should
* use. This is a constant value given at Plug-In config time.
* use. This is a constant value given at Plug-In configuration time.
*
* NOTE: this feature is unimplemented.
*
@ -1082,7 +1082,7 @@ gimp_gamma (void)
*
* Returns whether or not the Plug-In should allocate an own colormap
* when running on an 8 bit display. This is a constant value given at
* Plug-In config time.
* Plug-In configuration time.
*
* See also: gimp_min_colors()
*
@ -1099,7 +1099,7 @@ gimp_install_cmap (void)
*
* Returns the minimum number of colors to use when allocating an own
* colormap on 8 bit displays. This is a constant value given at
* Plug-In config time.
* Plug-In configuration time.
*
* See also: gimp_install_cmap()
*
@ -1114,8 +1114,8 @@ gimp_min_colors (void)
/**
* gimp_show_tool_tips:
*
* Returns whether or not the Plug-In should show tooltips. This is a
* constant value given at Plug-In config time.
* Returns whether or not the Plug-In should show tool-tips. This is a
* constant value given at Plug-In configuration time.
*
* Return value: the show_tool_tips boolean
**/
@ -1145,7 +1145,7 @@ gimp_show_help_button (void)
* gimp_check_size:
*
* Returns the size of the checkerboard to be used in previews.
* This is a constant value given at Plug-In config time.
* This is a constant value given at Plug-In configuration time.
*
* Return value: the check_size value
*
@ -1161,7 +1161,7 @@ gimp_check_size (void)
* gimp_check_type:
*
* Returns the type of the checkerboard to be used in previews.
* This is a constant value given at Plug-In config time.
* This is a constant value given at Plug-In configuration time.
*
* Return value: the check_type value
*
@ -1178,7 +1178,7 @@ gimp_check_type (void)
*
* Returns the default display ID. This corresponds to the display the
* running procedure's menu entry was invoked from. This is a
* constant value given at Plug-In config time.
* constant value given at Plug-In configuration time.
*
* Return value: the default display ID
**/
@ -1192,7 +1192,7 @@ gimp_default_display (void)
* gimp_wm_class:
*
* Returns the window manager class to be used for plug-in windows.
* This is a constant value given at Plug-In config time.
* This is a constant value given at Plug-In configuration time.
*
* Return value: the window manager class
**/
@ -1206,7 +1206,7 @@ gimp_wm_class (void)
* gimp_display_name:
*
* Returns the display to be used for plug-in windows.
* This is a constant value given at Plug-In config time.
* This is a constant value given at Plug-In configuration time.
*
* Return value: the display name
**/
@ -1220,7 +1220,7 @@ gimp_display_name (void)
* gimp_monitor_number:
*
* Returns the monitor number to be used for plug-in windows.
* This is a constant value given at Plug-In config time.
* This is a constant value given at Plug-In configuration time.
*
* Return value: the monitor number
**/
@ -1268,7 +1268,7 @@ gimp_extension_ack (void)
/**
* gimp_extension_enable:
*
* Enables asnychronous processing of messages from the main GIMP
* Enables asynchronous processing of messages from the main GIMP
* application.
*
* Normally, a plug-in is not called by the GIMP except for the call

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_PDB_H__
#define __GIMP_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_BRUSH_PDB_H__
#define __GIMP_BRUSH_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_BRUSHES_PDB_H__
#define __GIMP_BRUSHES_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"
@ -28,7 +28,7 @@
/**
* gimp_brushes_popup:
* @brush_callback: The callback PDB proc to call when brush selection is made.
* @popup_title: Title to give the brush popup window.
* @popup_title: Title of the brush selection dialog.
* @initial_brush: The name of the brush to set as the first selected.
* @opacity: The initial opacity of the brush.
* @spacing: The initial spacing of the brush (if < 0 then use brush default spacing).
@ -36,7 +36,7 @@
*
* Invokes the Gimp brush selection.
*
* This procedure popups the brush selection dialog.
* This procedure opens the brush selection dialog.
*
* Returns: TRUE on success.
*/
@ -71,9 +71,9 @@ gimp_brushes_popup (const gchar *brush_callback,
/**
* gimp_brushes_close_popup:
* @brush_callback: The name of the callback registered for this popup.
* @brush_callback: The name of the callback registered for this pop-up.
*
* Popdown the Gimp brush selection.
* Close the brush selection dialog.
*
* This procedure closes an opened brush selection dialog.
*
@ -100,15 +100,15 @@ gimp_brushes_close_popup (const gchar *brush_callback)
/**
* gimp_brushes_set_popup:
* @brush_callback: The name of the callback registered for this popup.
* @brush_callback: The name of the callback registered for this pop-up.
* @brush_name: The name of the brush to set as selected.
* @opacity: The initial opacity of the brush.
* @spacing: The initial spacing of the brush (if < 0 then use brush default spacing).
* @paint_mode: The initial paint mode.
*
* Sets the current brush selection in a popup.
* Sets the current brush in a brush selection dialog.
*
* Sets the current brush selection in a popup.
* Sets the current brush in a brush selection dialog.
*
* Returns: TRUE on success.
*/

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_BRUSH_SELECT_PDB_H__
#define __GIMP_BRUSH_SELECT_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_BUFFER_PDB_H__
#define __GIMP_BUFFER_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_CHANNEL_PDB_H__
#define __GIMP_CHANNEL_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_COLOR_PDB_H__
#define __GIMP_COLOR_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_CONTEXT_PDB_H__
#define __GIMP_CONTEXT_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_CONVERT_PDB_H__
#define __GIMP_CONVERT_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_DISPLAY_PDB_H__
#define __GIMP_DISPLAY_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_DRAWABLE_PDB_H__
#define __GIMP_DRAWABLE_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_DRAWABLE_TRANSFORM_PDB_H__
#define __GIMP_DRAWABLE_TRANSFORM_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_EDIT_PDB_H__
#define __GIMP_EDIT_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_FILEOPS_PDB_H__
#define __GIMP_FILEOPS_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_FLOATING_SEL_PDB_H__
#define __GIMP_FLOATING_SEL_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_FONTS_PDB_H__
#define __GIMP_FONTS_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"
@ -28,12 +28,12 @@
/**
* gimp_fonts_popup:
* @font_callback: The callback PDB proc to call when font selection is made.
* @popup_title: Title to give the font popup window.
* @popup_title: Title of the font selection dialog.
* @initial_font: The name of the font to set as the first selected.
*
* Invokes the Gimp font selection.
*
* This procedure popups the font selection dialog.
* This procedure opens the font selection dialog.
*
* Returns: TRUE on success.
*/
@ -62,9 +62,9 @@ gimp_fonts_popup (const gchar *font_callback,
/**
* gimp_fonts_close_popup:
* @font_callback: The name of the callback registered for this popup.
* @font_callback: The name of the callback registered for this pop-up.
*
* Popdown the Gimp font selection.
* Close the font selection dialog.
*
* This procedure closes an opened font selection dialog.
*
@ -91,12 +91,12 @@ gimp_fonts_close_popup (const gchar *font_callback)
/**
* gimp_fonts_set_popup:
* @font_callback: The name of the callback registered for this popup.
* @font_callback: The name of the callback registered for this pop-up.
* @font_name: The name of the font to set as selected.
*
* Sets the current font selection in a popup.
* Sets the current font in a font selection dialog.
*
* Sets the current font selection in a popup.
* Sets the current font in a font selection dialog.
*
* Returns: TRUE on success.
*/

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_FONT_SELECT_PDB_H__
#define __GIMP_FONT_SELECT_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_GIMPRC_PDB_H__
#define __GIMP_GIMPRC_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_GRADIENT_PDB_H__
#define __GIMP_GRADIENT_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_GRADIENTS_PDB_H__
#define __GIMP_GRADIENTS_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"
@ -28,13 +28,13 @@
/**
* gimp_gradients_popup:
* @gradient_callback: The callback PDB proc to call when gradient selection is made.
* @popup_title: Title to give the gradient popup window.
* @initial_gradient: The name of the pattern to set as the first selected.
* @popup_title: Title of the gradient selection dialog.
* @initial_gradient: The name of the gradient to set as the first selected.
* @sample_size: Size of the sample to return when the gradient is changed.
*
* Invokes the Gimp gradients selection.
*
* This procedure popups the gradients selection dialog.
* This procedure opens the gradient selection dialog.
*
* Returns: TRUE on success.
*/
@ -65,9 +65,9 @@ gimp_gradients_popup (const gchar *gradient_callback,
/**
* gimp_gradients_close_popup:
* @gradient_callback: The name of the callback registered for this popup.
* @gradient_callback: The name of the callback registered for this pop-up.
*
* Popdown the Gimp gradient selection.
* Close the gradient selection dialog.
*
* This procedure closes an opened gradient selection dialog.
*
@ -94,12 +94,12 @@ gimp_gradients_close_popup (const gchar *gradient_callback)
/**
* gimp_gradients_set_popup:
* @gradient_callback: The name of the callback registered for this popup.
* @gradient_callback: The name of the callback registered for this pop-up.
* @gradient_name: The name of the gradient to set as selected.
*
* Sets the current gradient selection in a popup.
* Sets the current gradient in a gradient selection dialog.
*
* Sets the current gradient selection in a popup.
* Sets the current gradient in a gradient selection dialog.
*
* Returns: TRUE on success.
*/

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_GRADIENT_SELECT_PDB_H__
#define __GIMP_GRADIENT_SELECT_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_GRID_PDB_H__
#define __GIMP_GRID_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_GUIDES_PDB_H__
#define __GIMP_GUIDES_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_HELP_PDB_H__
#define __GIMP_HELP_PDB_H__

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#include "config.h"

View File

@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/* NOTE: This file is autogenerated by pdbgen.pl */
/* NOTE: This file is auto-generated by pdbgen.pl */
#ifndef __GIMP_IMAGE_PDB_H__
#define __GIMP_IMAGE_PDB_H__

Some files were not shown because too many files have changed in this diff Show More