changed new member "deprecated" from "gboolean" to a "gchar*" which holds

2004-10-06  Michael Natterer  <mitch@gimp.org>

	* app/pdb/procedural_db.h (struct ProcRecord): changed new member
	"deprecated" from "gboolean" to a "gchar*" which holds the name of
	the replacement procedure.

	* tools/pdbgen/app.pl: changed accordingly.

	* app/plug-in/plug-in-message.c (plug_in_handle_proc_run): show
	the name of the replacement procedure in the warning message.

	* tools/pdbgen/stddefs.pdb: added utility function
	std_pdb_deprecated() which takes the name of the replacement
	procedure and fills the blurb, help, author, copyright, date and
	deprecated fields of the procedure definition.

	* tools/pdbgen/pdb/brushes.pdb
	* tools/pdbgen/pdb/gradients.pdb
	* tools/pdbgen/pdb/image.pdb
	* tools/pdbgen/pdb/palettes.pdb
	* tools/pdbgen/pdb/patterns.pdb
	* tools/pdbgen/pdb/text_tool.pdb: use it instead of duplicating
	the same code and strings for all deprecated procedures.

	* app/pdb/*_cmds.c: regenerated.
This commit is contained in:
Michael Natterer 2004-10-06 13:13:08 +00:00 committed by Michael Natterer
parent 3f2d5e68b5
commit 6f42c42db4
57 changed files with 482 additions and 518 deletions

View file

@ -1,3 +1,29 @@
2004-10-06 Michael Natterer <mitch@gimp.org>
* app/pdb/procedural_db.h (struct ProcRecord): changed new member
"deprecated" from "gboolean" to a "gchar*" which holds the name of
the replacement procedure.
* tools/pdbgen/app.pl: changed accordingly.
* app/plug-in/plug-in-message.c (plug_in_handle_proc_run): show
the name of the replacement procedure in the warning message.
* tools/pdbgen/stddefs.pdb: added utility function
std_pdb_deprecated() which takes the name of the replacement
procedure and fills the blurb, help, author, copyright, date and
deprecated fields of the procedure definition.
* tools/pdbgen/pdb/brushes.pdb
* tools/pdbgen/pdb/gradients.pdb
* tools/pdbgen/pdb/image.pdb
* tools/pdbgen/pdb/palettes.pdb
* tools/pdbgen/pdb/patterns.pdb
* tools/pdbgen/pdb/text_tool.pdb: use it instead of duplicating
the same code and strings for all deprecated procedures.
* app/pdb/*_cmds.c: regenerated.
2004-10-06 Michael Natterer <mitch@gimp.org>
Fixed the scale constraints radio buttons:

View file

@ -113,7 +113,7 @@ static ProcRecord brush_new_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
brush_new_inargs,
@ -189,7 +189,7 @@ static ProcRecord brush_duplicate_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
brush_duplicate_inargs,
@ -268,7 +268,7 @@ static ProcRecord brush_rename_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
2,
brush_rename_inargs,
@ -334,7 +334,7 @@ static ProcRecord brush_delete_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
brush_delete_inargs,
@ -420,7 +420,7 @@ static ProcRecord brush_get_info_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
brush_get_info_inargs,
@ -551,7 +551,7 @@ static ProcRecord brush_get_pixels_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
brush_get_pixels_inargs,
@ -617,7 +617,7 @@ static ProcRecord brush_get_spacing_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
brush_get_spacing_inargs,
@ -681,7 +681,7 @@ static ProcRecord brush_set_spacing_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
2,
brush_set_spacing_inargs,

View file

@ -137,7 +137,7 @@ static ProcRecord brushes_popup_proc =
"Andy Thomas",
"Andy Thomas",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
6,
brushes_popup_inargs,
@ -188,7 +188,7 @@ static ProcRecord brushes_close_popup_proc =
"Andy Thomas",
"Andy Thomas",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
1,
brushes_close_popup_inargs,
@ -283,7 +283,7 @@ static ProcRecord brushes_set_popup_proc =
"Andy Thomas",
"Andy Thomas",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
5,
brushes_set_popup_inargs,

View file

@ -72,7 +72,7 @@ static ProcRecord brushes_refresh_proc =
"Seth Burgess",
"Seth Burgess",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -142,7 +142,7 @@ static ProcRecord brushes_get_list_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
brushes_get_list_inargs,
@ -208,7 +208,7 @@ static ProcRecord brushes_get_brush_proc =
"",
"",
"",
TRUE,
"gimp_context_get_brush",
GIMP_INTERNAL,
0,
NULL,
@ -248,7 +248,7 @@ static ProcRecord brushes_get_spacing_proc =
"",
"",
"",
TRUE,
"gimp_brush_get_spacing",
GIMP_INTERNAL,
0,
NULL,
@ -293,7 +293,7 @@ static ProcRecord brushes_set_spacing_proc =
"",
"",
"",
TRUE,
"gimp_brush_set_spacing",
GIMP_INTERNAL,
1,
brushes_set_spacing_inargs,
@ -418,7 +418,7 @@ static ProcRecord brushes_get_brush_data_proc =
"",
"",
"",
TRUE,
"gimp_brush_get_pixels",
GIMP_INTERNAL,
1,
brushes_get_brush_data_inargs,

View file

@ -162,7 +162,7 @@ static ProcRecord channel_new_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
6,
channel_new_inargs,
@ -227,7 +227,7 @@ static ProcRecord channel_copy_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
channel_copy_inargs,
@ -310,7 +310,7 @@ static ProcRecord channel_combine_masks_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
5,
channel_combine_masks_inargs,
@ -367,7 +367,7 @@ static ProcRecord channel_get_show_masked_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
channel_get_show_masked_inargs,
@ -420,7 +420,7 @@ static ProcRecord channel_set_show_masked_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
channel_set_show_masked_inargs,
@ -477,7 +477,7 @@ static ProcRecord channel_get_opacity_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
channel_get_opacity_inargs,
@ -532,7 +532,7 @@ static ProcRecord channel_set_opacity_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
channel_set_opacity_inargs,
@ -593,7 +593,7 @@ static ProcRecord channel_get_color_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
channel_get_color_inargs,
@ -651,7 +651,7 @@ static ProcRecord channel_set_color_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
channel_set_color_inargs,

View file

@ -169,7 +169,7 @@ static ProcRecord brightness_contrast_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
3,
brightness_contrast_inargs,
@ -324,7 +324,7 @@ static ProcRecord levels_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
7,
levels_inargs,
@ -415,7 +415,7 @@ static ProcRecord levels_auto_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
levels_auto_inargs,
@ -500,7 +500,7 @@ static ProcRecord posterize_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
2,
posterize_inargs,
@ -550,7 +550,7 @@ static ProcRecord desaturate_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
desaturate_inargs,
@ -608,7 +608,7 @@ static ProcRecord equalize_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
equalize_inargs,
@ -658,7 +658,7 @@ static ProcRecord invert_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
invert_inargs,
@ -787,7 +787,7 @@ static ProcRecord curves_spline_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
4,
curves_spline_inargs,
@ -907,7 +907,7 @@ static ProcRecord curves_explicit_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
4,
curves_explicit_inargs,
@ -1038,7 +1038,7 @@ static ProcRecord color_balance_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
6,
color_balance_inargs,
@ -1149,7 +1149,7 @@ static ProcRecord colorize_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
4,
colorize_inargs,
@ -1306,7 +1306,7 @@ static ProcRecord histogram_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
4,
histogram_inargs,
@ -1428,7 +1428,7 @@ static ProcRecord hue_saturation_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
5,
hue_saturation_inargs,
@ -1520,7 +1520,7 @@ static ProcRecord threshold_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
3,
threshold_inargs,

View file

@ -111,7 +111,7 @@ static ProcRecord context_push_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -146,7 +146,7 @@ static ProcRecord context_pop_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -189,7 +189,7 @@ static ProcRecord context_get_foreground_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -231,7 +231,7 @@ static ProcRecord context_set_foreground_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
context_set_foreground_inargs,
@ -274,7 +274,7 @@ static ProcRecord context_get_background_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -316,7 +316,7 @@ static ProcRecord context_set_background_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
context_set_background_inargs,
@ -343,7 +343,7 @@ static ProcRecord context_set_default_colors_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -370,7 +370,7 @@ static ProcRecord context_swap_colors_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -410,7 +410,7 @@ static ProcRecord context_get_opacity_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -455,7 +455,7 @@ static ProcRecord context_set_opacity_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
context_set_opacity_inargs,
@ -495,7 +495,7 @@ static ProcRecord context_get_paint_mode_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -540,7 +540,7 @@ static ProcRecord context_set_paint_mode_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
context_set_paint_mode_inargs,
@ -586,7 +586,7 @@ static ProcRecord context_get_brush_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -640,7 +640,7 @@ static ProcRecord context_set_brush_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
context_set_brush_inargs,
@ -686,7 +686,7 @@ static ProcRecord context_get_pattern_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -740,7 +740,7 @@ static ProcRecord context_set_pattern_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
context_set_pattern_inargs,
@ -786,7 +786,7 @@ static ProcRecord context_get_gradient_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -840,7 +840,7 @@ static ProcRecord context_set_gradient_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
context_set_gradient_inargs,
@ -886,7 +886,7 @@ static ProcRecord context_get_palette_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -940,7 +940,7 @@ static ProcRecord context_set_palette_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
context_set_palette_inargs,
@ -986,7 +986,7 @@ static ProcRecord context_get_font_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -1040,7 +1040,7 @@ static ProcRecord context_set_font_proc =
"Michael Natterer <mitch@gimp.org> & Sven Neumann <sven@gimp.org>",
"Michael Natterer & Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
context_set_font_inargs,

View file

@ -86,7 +86,7 @@ static ProcRecord image_convert_rgb_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_convert_rgb_inargs,
@ -136,7 +136,7 @@ static ProcRecord image_convert_grayscale_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_convert_grayscale_inargs,
@ -273,7 +273,7 @@ static ProcRecord image_convert_indexed_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
7,
image_convert_indexed_inargs,

View file

@ -104,7 +104,7 @@ static ProcRecord display_new_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
display_new_inargs,
@ -149,7 +149,7 @@ static ProcRecord display_delete_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
display_delete_inargs,
@ -176,7 +176,7 @@ static ProcRecord displays_flush_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -231,7 +231,7 @@ static ProcRecord displays_reconnect_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
displays_reconnect_inargs,

View file

@ -150,7 +150,7 @@ static ProcRecord drawable_delete_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_delete_inargs,
@ -207,7 +207,7 @@ static ProcRecord drawable_is_layer_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_is_layer_inargs,
@ -264,7 +264,7 @@ static ProcRecord drawable_is_layer_mask_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_is_layer_mask_inargs,
@ -321,7 +321,7 @@ static ProcRecord drawable_is_channel_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_is_channel_inargs,
@ -378,7 +378,7 @@ static ProcRecord drawable_type_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_type_inargs,
@ -435,7 +435,7 @@ static ProcRecord drawable_type_with_alpha_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_type_with_alpha_inargs,
@ -492,7 +492,7 @@ static ProcRecord drawable_has_alpha_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_has_alpha_inargs,
@ -549,7 +549,7 @@ static ProcRecord drawable_is_rgb_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_is_rgb_inargs,
@ -606,7 +606,7 @@ static ProcRecord drawable_is_gray_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_is_gray_inargs,
@ -663,7 +663,7 @@ static ProcRecord drawable_is_indexed_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_is_indexed_inargs,
@ -720,7 +720,7 @@ static ProcRecord drawable_bpp_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_bpp_inargs,
@ -777,7 +777,7 @@ static ProcRecord drawable_width_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_width_inargs,
@ -834,7 +834,7 @@ static ProcRecord drawable_height_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_height_inargs,
@ -904,7 +904,7 @@ static ProcRecord drawable_offsets_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_offsets_inargs,
@ -965,7 +965,7 @@ static ProcRecord drawable_get_image_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_get_image_inargs,
@ -1020,7 +1020,7 @@ static ProcRecord drawable_set_image_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
drawable_set_image_inargs,
@ -1077,7 +1077,7 @@ static ProcRecord drawable_get_name_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_get_name_inargs,
@ -1132,7 +1132,7 @@ static ProcRecord drawable_set_name_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
drawable_set_name_inargs,
@ -1189,7 +1189,7 @@ static ProcRecord drawable_get_visible_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_get_visible_inargs,
@ -1242,7 +1242,7 @@ static ProcRecord drawable_set_visible_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
drawable_set_visible_inargs,
@ -1299,7 +1299,7 @@ static ProcRecord drawable_get_linked_proc =
"Wolfgang Hofer",
"Wolfgang Hofer",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_get_linked_inargs,
@ -1352,7 +1352,7 @@ static ProcRecord drawable_set_linked_proc =
"Wolfgang Hofer",
"Wolfgang Hofer",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
drawable_set_linked_inargs,
@ -1409,7 +1409,7 @@ static ProcRecord drawable_get_tattoo_proc =
"Jay Cox",
"Jay Cox",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_get_tattoo_inargs,
@ -1464,7 +1464,7 @@ static ProcRecord drawable_set_tattoo_proc =
"Jay Cox",
"Jay Cox",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
drawable_set_tattoo_inargs,
@ -1555,7 +1555,7 @@ static ProcRecord drawable_mask_bounds_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_mask_bounds_inargs,
@ -1619,7 +1619,7 @@ static ProcRecord drawable_merge_shadow_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
drawable_merge_shadow_inargs,
@ -1696,7 +1696,7 @@ static ProcRecord drawable_update_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
5,
drawable_update_inargs,
@ -1810,7 +1810,7 @@ static ProcRecord drawable_get_pixel_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
3,
drawable_get_pixel_inargs,
@ -1913,7 +1913,7 @@ static ProcRecord drawable_set_pixel_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
5,
drawable_set_pixel_inargs,
@ -1968,7 +1968,7 @@ static ProcRecord drawable_fill_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
drawable_fill_inargs,
@ -2050,7 +2050,7 @@ static ProcRecord drawable_offset_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
5,
drawable_offset_inargs,
@ -2198,7 +2198,7 @@ static ProcRecord drawable_thumbnail_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
3,
drawable_thumbnail_inargs,

View file

@ -117,7 +117,7 @@ static ProcRecord edit_cut_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
edit_cut_inargs,
@ -182,7 +182,7 @@ static ProcRecord edit_copy_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
edit_copy_inargs,
@ -263,7 +263,7 @@ static ProcRecord edit_paste_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
edit_paste_inargs,
@ -312,7 +312,7 @@ static ProcRecord edit_clear_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
edit_clear_inargs,
@ -371,7 +371,7 @@ static ProcRecord edit_fill_proc =
"Spencer Kimball & Peter Mattis & Raphael Quinet",
"Spencer Kimball & Peter Mattis",
"1995-2000",
FALSE,
NULL,
GIMP_INTERNAL,
2,
edit_fill_inargs,
@ -499,7 +499,7 @@ static ProcRecord edit_bucket_fill_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
8,
edit_bucket_fill_inargs,
@ -705,7 +705,7 @@ static ProcRecord edit_blend_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
16,
edit_blend_inargs,
@ -762,7 +762,7 @@ static ProcRecord edit_stroke_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
edit_stroke_inargs,

View file

@ -157,7 +157,7 @@ static ProcRecord file_load_proc =
"Josh MacDonald",
"Josh MacDonald",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
3,
file_load_inargs,
@ -246,7 +246,7 @@ static ProcRecord file_save_proc =
"Josh MacDonald",
"Josh MacDonald",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
5,
file_save_inargs,
@ -379,7 +379,7 @@ static ProcRecord file_load_thumbnail_proc =
"Adam D. Moss, Sven Neumann",
"Adam D. Moss, Sven Neumann",
"1999-2003",
FALSE,
NULL,
GIMP_INTERNAL,
1,
file_load_thumbnail_inargs,
@ -463,7 +463,7 @@ static ProcRecord file_save_thumbnail_proc =
"Josh MacDonald",
"Josh MacDonald",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
2,
file_save_thumbnail_inargs,
@ -542,7 +542,7 @@ static ProcRecord temp_name_proc =
"Josh MacDonald",
"Josh MacDonald",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
1,
temp_name_inargs,
@ -646,7 +646,7 @@ static ProcRecord register_magic_load_handler_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
4,
register_magic_load_handler_inargs,
@ -700,7 +700,7 @@ static ProcRecord register_load_handler_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
register_load_handler_inargs,
@ -796,7 +796,7 @@ static ProcRecord register_save_handler_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
register_save_handler_inargs,
@ -853,7 +853,7 @@ static ProcRecord register_file_handler_mime_proc =
"Sven Neumann",
"Sven Neumann",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
2,
register_file_handler_mime_inargs,

View file

@ -89,7 +89,7 @@ static ProcRecord floating_sel_remove_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
floating_sel_remove_inargs,
@ -139,7 +139,7 @@ static ProcRecord floating_sel_anchor_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
floating_sel_anchor_inargs,
@ -189,7 +189,7 @@ static ProcRecord floating_sel_to_layer_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
floating_sel_to_layer_inargs,
@ -249,7 +249,7 @@ static ProcRecord floating_sel_attach_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
floating_sel_attach_inargs,
@ -307,7 +307,7 @@ static ProcRecord floating_sel_rigor_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
floating_sel_rigor_inargs,
@ -365,7 +365,7 @@ static ProcRecord floating_sel_relax_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
floating_sel_relax_inargs,

View file

@ -103,7 +103,7 @@ static ProcRecord fonts_popup_proc =
"Sven Neumann <sven@gimp.org>",
"Sven Neumann",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
3,
fonts_popup_inargs,
@ -153,7 +153,7 @@ static ProcRecord fonts_close_popup_proc =
"Sven Neumann <sven@gimp.org>",
"Sven Neumann",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
1,
fonts_close_popup_inargs,
@ -214,7 +214,7 @@ static ProcRecord fonts_set_popup_proc =
"Sven Neumann <sven@gimp.org>",
"Sven Neumann",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
2,
fonts_set_popup_inargs,

View file

@ -59,7 +59,7 @@ static ProcRecord fonts_refresh_proc =
"Sven Neumann",
"Sven Neumann",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -129,7 +129,7 @@ static ProcRecord fonts_get_list_proc =
"Sven Neumann",
"Sven Neumann",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
1,
fonts_get_list_inargs,

View file

@ -98,7 +98,7 @@ struct _ProcRecord
gchar *copyright; /* Copyright field */
gchar *date; /* Date field */
gboolean deprecated; /* Is the procedure deprecated? */
gchar *deprecated; /* Replacement if the procedure is deprecated */
/* Procedure type */
GimpPDBProcType proc_type; /* Type of procedure--Internal, Plug-In, Extension */

View file

@ -98,7 +98,7 @@ struct _ProcRecord
gchar *copyright; /* Copyright field */
gchar *date; /* Date field */
gboolean deprecated; /* Is the procedure deprecated? */
gchar *deprecated; /* Replacement if the procedure is deprecated */
/* Procedure type */
GimpPDBProcType proc_type; /* Type of procedure--Internal, Plug-In, Extension */

View file

@ -98,7 +98,7 @@ struct _ProcRecord
gchar *copyright; /* Copyright field */
gchar *date; /* Date field */
gboolean deprecated; /* Is the procedure deprecated? */
gchar *deprecated; /* Replacement if the procedure is deprecated */
/* Procedure type */
GimpPDBProcType proc_type; /* Type of procedure--Internal, Plug-In, Extension */

View file

@ -114,7 +114,7 @@ static ProcRecord gimprc_query_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
1,
gimprc_query_inargs,
@ -177,7 +177,7 @@ static ProcRecord gimprc_set_proc =
"Seth Burgess",
"Seth Burgess",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
2,
gimprc_set_inargs,
@ -220,7 +220,7 @@ static ProcRecord get_default_comment_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -272,7 +272,7 @@ static ProcRecord get_monitor_resolution_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -315,7 +315,7 @@ static ProcRecord get_theme_dir_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -358,7 +358,7 @@ static ProcRecord get_module_load_inhibit_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,

View file

@ -157,7 +157,7 @@ static ProcRecord gradient_new_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
1,
gradient_new_inargs,
@ -233,7 +233,7 @@ static ProcRecord gradient_duplicate_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
1,
gradient_duplicate_inargs,
@ -312,7 +312,7 @@ static ProcRecord gradient_rename_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
2,
gradient_rename_inargs,
@ -378,7 +378,7 @@ static ProcRecord gradient_delete_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
1,
gradient_delete_inargs,
@ -497,7 +497,7 @@ static ProcRecord gradient_get_uniform_samples_proc =
"Federico Mena Quintero",
"Federico Mena Quintero",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
3,
gradient_get_uniform_samples_inargs,
@ -622,7 +622,7 @@ static ProcRecord gradient_get_custom_samples_proc =
"Federico Mena Quintero",
"Federico Mena Quintero",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
4,
gradient_get_custom_samples_inargs,
@ -723,7 +723,7 @@ static ProcRecord gradient_segment_get_left_color_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
2,
gradient_segment_get_left_color_inargs,
@ -817,7 +817,7 @@ static ProcRecord gradient_segment_set_left_color_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
4,
gradient_segment_set_left_color_inargs,
@ -918,7 +918,7 @@ static ProcRecord gradient_segment_get_right_color_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
2,
gradient_segment_get_right_color_inargs,
@ -1012,7 +1012,7 @@ static ProcRecord gradient_segment_set_right_color_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
4,
gradient_segment_set_right_color_inargs,
@ -1103,7 +1103,7 @@ static ProcRecord gradient_segment_get_left_pos_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
2,
gradient_segment_get_left_pos_inargs,
@ -1205,7 +1205,7 @@ static ProcRecord gradient_segment_set_left_pos_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
3,
gradient_segment_set_left_pos_inargs,
@ -1296,7 +1296,7 @@ static ProcRecord gradient_segment_get_middle_pos_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
2,
gradient_segment_get_middle_pos_inargs,
@ -1398,7 +1398,7 @@ static ProcRecord gradient_segment_set_middle_pos_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
3,
gradient_segment_set_middle_pos_inargs,
@ -1489,7 +1489,7 @@ static ProcRecord gradient_segment_get_right_pos_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
2,
gradient_segment_get_right_pos_inargs,
@ -1591,7 +1591,7 @@ static ProcRecord gradient_segment_set_right_pos_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
3,
gradient_segment_set_right_pos_inargs,
@ -1683,7 +1683,7 @@ static ProcRecord gradient_segment_get_blending_function_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
2,
gradient_segment_get_blending_function_inargs,
@ -1775,7 +1775,7 @@ static ProcRecord gradient_segment_get_coloring_type_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
2,
gradient_segment_get_coloring_type_inargs,
@ -1890,7 +1890,7 @@ static ProcRecord gradient_segment_range_set_blending_function_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
4,
gradient_segment_range_set_blending_function_inargs,
@ -2005,7 +2005,7 @@ static ProcRecord gradient_segment_range_set_coloring_type_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
4,
gradient_segment_range_set_coloring_type_inargs,
@ -2110,7 +2110,7 @@ static ProcRecord gradient_segment_range_flip_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
3,
gradient_segment_range_flip_inargs,
@ -2226,7 +2226,7 @@ static ProcRecord gradient_segment_range_replicate_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
4,
gradient_segment_range_replicate_inargs,
@ -2331,7 +2331,7 @@ static ProcRecord gradient_segment_range_split_midpoint_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
3,
gradient_segment_range_split_midpoint_inargs,
@ -2447,7 +2447,7 @@ static ProcRecord gradient_segment_range_split_uniform_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
4,
gradient_segment_range_split_uniform_inargs,
@ -2552,7 +2552,7 @@ static ProcRecord gradient_segment_range_delete_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
3,
gradient_segment_range_delete_inargs,
@ -2656,7 +2656,7 @@ static ProcRecord gradient_segment_range_redistribute_handles_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
3,
gradient_segment_range_redistribute_handles_inargs,
@ -2762,7 +2762,7 @@ static ProcRecord gradient_segment_range_blend_colors_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
3,
gradient_segment_range_blend_colors_inargs,
@ -2868,7 +2868,7 @@ static ProcRecord gradient_segment_range_blend_opacity_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
3,
gradient_segment_range_blend_opacity_inargs,
@ -3009,7 +3009,7 @@ static ProcRecord gradient_segment_range_move_proc =
"Shlomi Fish",
"Shlomi Fish",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
5,
gradient_segment_range_move_inargs,

View file

@ -116,7 +116,7 @@ static ProcRecord gradients_popup_proc =
"Andy Thomas",
"Andy Thomas",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
4,
gradients_popup_inargs,
@ -167,7 +167,7 @@ static ProcRecord gradients_close_popup_proc =
"Andy Thomas",
"Andy Thomas",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
1,
gradients_close_popup_inargs,
@ -229,7 +229,7 @@ static ProcRecord gradients_set_popup_proc =
"Andy Thomas",
"Andy Thomas",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
gradients_set_popup_inargs,

View file

@ -69,7 +69,7 @@ static ProcRecord gradients_refresh_proc =
"Michael Natterer",
"Michael Natterer",
"2002",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -139,7 +139,7 @@ static ProcRecord gradients_get_list_proc =
"Federico Mena Quintero",
"Federico Mena Quintero",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
1,
gradients_get_list_inargs,
@ -242,7 +242,7 @@ static ProcRecord gradients_sample_uniform_proc =
"",
"",
"",
TRUE,
"gimp_gradient_get_uniform_samples",
GIMP_INTERNAL,
2,
gradients_sample_uniform_inargs,
@ -349,7 +349,7 @@ static ProcRecord gradients_sample_custom_proc =
"",
"",
"",
TRUE,
"gimp_gradient_get_custom_samples",
GIMP_INTERNAL,
3,
gradients_sample_custom_inargs,
@ -482,7 +482,7 @@ static ProcRecord gradients_get_gradient_data_proc =
"",
"",
"",
TRUE,
"gimp_gradient_get_uniform_samples",
GIMP_INTERNAL,
3,
gradients_get_gradient_data_inargs,

View file

@ -119,7 +119,7 @@ static ProcRecord image_add_hguide_proc =
"Adam D. Moss",
"Adam D. Moss",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_add_hguide_inargs,
@ -199,7 +199,7 @@ static ProcRecord image_add_vguide_proc =
"Adam D. Moss",
"Adam D. Moss",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_add_vguide_inargs,
@ -267,7 +267,7 @@ static ProcRecord image_delete_guide_proc =
"Adam D. Moss",
"Adam D. Moss",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_delete_guide_inargs,
@ -374,7 +374,7 @@ static ProcRecord image_find_next_guide_proc =
"Adam D. Moss",
"Adam D. Moss",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_find_next_guide_inargs,
@ -459,7 +459,7 @@ static ProcRecord image_get_guide_orientation_proc =
"Adam D. Moss",
"Adam D. Moss",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_get_guide_orientation_inargs,
@ -544,7 +544,7 @@ static ProcRecord image_get_guide_position_proc =
"Adam D. Moss",
"Adam D. Moss",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_get_guide_position_inargs,

View file

@ -90,7 +90,7 @@ static ProcRecord help_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer <mitch@gimp.org>",
"2000",
FALSE,
NULL,
GIMP_INTERNAL,
2,
help_inargs,

View file

@ -243,7 +243,7 @@ static ProcRecord image_list_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -327,7 +327,7 @@ static ProcRecord image_new_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
image_new_inargs,
@ -388,7 +388,7 @@ static ProcRecord image_duplicate_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_duplicate_inargs,
@ -438,7 +438,7 @@ static ProcRecord image_delete_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_delete_inargs,
@ -499,7 +499,7 @@ static ProcRecord image_base_type_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_base_type_inargs,
@ -556,7 +556,7 @@ static ProcRecord image_width_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_width_inargs,
@ -613,7 +613,7 @@ static ProcRecord image_height_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_height_inargs,
@ -658,7 +658,7 @@ static ProcRecord image_free_shadow_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_free_shadow_inargs,
@ -742,7 +742,7 @@ static ProcRecord image_resize_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
5,
image_resize_inargs,
@ -789,7 +789,7 @@ static ProcRecord image_resize_to_layers_proc =
"Simon Budig",
"Simon Budig",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_resize_to_layers_inargs,
@ -858,7 +858,7 @@ static ProcRecord image_scale_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
image_scale_inargs,
@ -953,7 +953,7 @@ static ProcRecord image_crop_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
5,
image_crop_inargs,
@ -1010,7 +1010,7 @@ static ProcRecord image_flip_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_flip_inargs,
@ -1067,7 +1067,7 @@ static ProcRecord image_rotate_proc =
"Michael Natterer",
"Michael Natterer",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_rotate_inargs,
@ -1149,7 +1149,7 @@ static ProcRecord image_get_layers_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_get_layers_inargs,
@ -1231,7 +1231,7 @@ static ProcRecord image_get_channels_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_get_channels_inargs,
@ -1292,7 +1292,7 @@ static ProcRecord image_get_active_drawable_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_get_active_drawable_inargs,
@ -1337,7 +1337,7 @@ static ProcRecord image_unset_active_channel_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_unset_active_channel_inargs,
@ -1398,7 +1398,7 @@ static ProcRecord image_get_floating_sel_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_get_floating_sel_inargs,
@ -1467,7 +1467,7 @@ static ProcRecord image_floating_sel_attached_to_proc =
"Wolfgang Hofer",
"Wolfgang Hofer",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_floating_sel_attached_to_inargs,
@ -1593,7 +1593,7 @@ static ProcRecord image_pick_color_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
7,
image_pick_color_inargs,
@ -1670,7 +1670,7 @@ static ProcRecord image_pick_correlate_layer_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
image_pick_correlate_layer_inargs,
@ -1743,7 +1743,7 @@ static ProcRecord image_add_layer_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
image_add_layer_inargs,
@ -1798,7 +1798,7 @@ static ProcRecord image_remove_layer_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_remove_layer_inargs,
@ -1853,7 +1853,7 @@ static ProcRecord image_raise_layer_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_raise_layer_inargs,
@ -1908,7 +1908,7 @@ static ProcRecord image_lower_layer_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_lower_layer_inargs,
@ -1963,7 +1963,7 @@ static ProcRecord image_raise_layer_to_top_proc =
"Wolfgang Hofer, Sven Neumann",
"Wolfgang Hofer",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_raise_layer_to_top_inargs,
@ -2018,7 +2018,7 @@ static ProcRecord image_lower_layer_to_bottom_proc =
"Wolfgang Hofer, Sven Neumann",
"Wolfgang Hofer",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_lower_layer_to_bottom_inargs,
@ -2081,7 +2081,7 @@ static ProcRecord image_add_channel_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
image_add_channel_inargs,
@ -2136,7 +2136,7 @@ static ProcRecord image_remove_channel_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_remove_channel_inargs,
@ -2191,7 +2191,7 @@ static ProcRecord image_raise_channel_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_raise_channel_inargs,
@ -2246,7 +2246,7 @@ static ProcRecord image_lower_channel_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_lower_channel_inargs,
@ -2307,7 +2307,7 @@ static ProcRecord image_flatten_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_flatten_inargs,
@ -2381,7 +2381,7 @@ static ProcRecord image_merge_visible_layers_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_merge_visible_layers_inargs,
@ -2465,7 +2465,7 @@ static ProcRecord image_merge_down_proc =
"Larry Ewing",
"Larry Ewing",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
3,
image_merge_down_inargs,
@ -2532,7 +2532,7 @@ static ProcRecord image_add_layer_mask_proc =
"",
"",
"",
TRUE,
"gimp_layer_add_mask",
GIMP_INTERNAL,
3,
image_add_layer_mask_inargs,
@ -2597,7 +2597,7 @@ static ProcRecord image_remove_layer_mask_proc =
"",
"",
"",
TRUE,
"gimp_layer_remove_mask",
GIMP_INTERNAL,
3,
image_remove_layer_mask_inargs,
@ -2670,7 +2670,7 @@ static ProcRecord image_get_cmap_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_get_cmap_inargs,
@ -2733,7 +2733,7 @@ static ProcRecord image_set_cmap_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
image_set_cmap_inargs,
@ -2778,7 +2778,7 @@ static ProcRecord image_clean_all_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_clean_all_inargs,
@ -2839,7 +2839,7 @@ static ProcRecord image_is_dirty_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_is_dirty_inargs,
@ -2988,7 +2988,7 @@ static ProcRecord image_thumbnail_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
3,
image_thumbnail_inargs,
@ -3049,7 +3049,7 @@ static ProcRecord image_get_active_layer_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_get_active_layer_inargs,
@ -3104,7 +3104,7 @@ static ProcRecord image_set_active_layer_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_set_active_layer_inargs,
@ -3165,7 +3165,7 @@ static ProcRecord image_get_active_channel_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_get_active_channel_inargs,
@ -3220,7 +3220,7 @@ static ProcRecord image_set_active_channel_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_set_active_channel_inargs,
@ -3281,7 +3281,7 @@ static ProcRecord image_get_selection_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_get_selection_inargs,
@ -3358,7 +3358,7 @@ static ProcRecord image_get_component_active_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_get_component_active_inargs,
@ -3431,7 +3431,7 @@ static ProcRecord image_set_component_active_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
image_set_component_active_inargs,
@ -3508,7 +3508,7 @@ static ProcRecord image_get_component_visible_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_get_component_visible_inargs,
@ -3581,7 +3581,7 @@ static ProcRecord image_set_component_visible_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
image_set_component_visible_inargs,
@ -3638,7 +3638,7 @@ static ProcRecord image_get_filename_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_get_filename_inargs,
@ -3693,7 +3693,7 @@ static ProcRecord image_set_filename_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_set_filename_inargs,
@ -3767,7 +3767,7 @@ static ProcRecord image_get_name_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_get_name_inargs,
@ -3832,7 +3832,7 @@ static ProcRecord image_get_resolution_proc =
"Austin Donnelly",
"Austin Donnelly",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_get_resolution_inargs,
@ -3907,7 +3907,7 @@ static ProcRecord image_set_resolution_proc =
"Austin Donnelly",
"Austin Donnelly",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
3,
image_set_resolution_inargs,
@ -3964,7 +3964,7 @@ static ProcRecord image_get_unit_proc =
"Michael Natterer",
"Michael Natterer",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_get_unit_inargs,
@ -4019,7 +4019,7 @@ static ProcRecord image_set_unit_proc =
"Michael Natterer",
"Michael Natterer",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_set_unit_inargs,
@ -4076,7 +4076,7 @@ static ProcRecord image_get_tattoo_state_proc =
"Andy Thomas",
"Andy Thomas",
"2000",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_get_tattoo_state_inargs,
@ -4129,7 +4129,7 @@ static ProcRecord image_set_tattoo_state_proc =
"Andy Thomas",
"Andy Thomas",
"2000",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_set_tattoo_state_inargs,
@ -4203,7 +4203,7 @@ static ProcRecord image_get_layer_by_tattoo_proc =
"Jay Cox",
"Jay Cox",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_get_layer_by_tattoo_inargs,
@ -4277,7 +4277,7 @@ static ProcRecord image_get_channel_by_tattoo_proc =
"Jay Cox",
"Jay Cox",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_get_channel_by_tattoo_inargs,

View file

@ -214,7 +214,7 @@ static ProcRecord layer_new_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
7,
layer_new_inargs,
@ -303,7 +303,7 @@ static ProcRecord layer_new_from_drawable_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
layer_new_from_drawable_inargs,
@ -372,7 +372,7 @@ static ProcRecord layer_copy_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
layer_copy_inargs,
@ -417,7 +417,7 @@ static ProcRecord layer_add_alpha_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
layer_add_alpha_inargs,
@ -490,7 +490,7 @@ static ProcRecord layer_scale_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
4,
layer_scale_inargs,
@ -571,7 +571,7 @@ static ProcRecord layer_resize_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
5,
layer_resize_inargs,
@ -621,7 +621,7 @@ static ProcRecord layer_resize_to_image_size_proc =
"Manish Singh",
"Manish Singh",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
1,
layer_resize_to_image_size_inargs,
@ -700,7 +700,7 @@ static ProcRecord layer_translate_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
layer_translate_inargs,
@ -779,7 +779,7 @@ static ProcRecord layer_set_offsets_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
layer_set_offsets_inargs,
@ -850,7 +850,7 @@ static ProcRecord layer_create_mask_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
layer_create_mask_inargs,
@ -907,7 +907,7 @@ static ProcRecord layer_get_mask_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
layer_get_mask_inargs,
@ -964,7 +964,7 @@ static ProcRecord layer_add_mask_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
layer_add_mask_inargs,
@ -1019,7 +1019,7 @@ static ProcRecord layer_remove_mask_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
layer_remove_mask_inargs,
@ -1076,7 +1076,7 @@ static ProcRecord layer_is_floating_sel_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
layer_is_floating_sel_inargs,
@ -1133,7 +1133,7 @@ static ProcRecord layer_get_preserve_trans_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
layer_get_preserve_trans_inargs,
@ -1186,7 +1186,7 @@ static ProcRecord layer_set_preserve_trans_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
layer_set_preserve_trans_inargs,
@ -1243,7 +1243,7 @@ static ProcRecord layer_get_apply_mask_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
layer_get_apply_mask_inargs,
@ -1296,7 +1296,7 @@ static ProcRecord layer_set_apply_mask_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
layer_set_apply_mask_inargs,
@ -1353,7 +1353,7 @@ static ProcRecord layer_get_show_mask_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
layer_get_show_mask_inargs,
@ -1406,7 +1406,7 @@ static ProcRecord layer_set_show_mask_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
layer_set_show_mask_inargs,
@ -1463,7 +1463,7 @@ static ProcRecord layer_get_edit_mask_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
layer_get_edit_mask_inargs,
@ -1516,7 +1516,7 @@ static ProcRecord layer_set_edit_mask_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
layer_set_edit_mask_inargs,
@ -1573,7 +1573,7 @@ static ProcRecord layer_get_opacity_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
layer_get_opacity_inargs,
@ -1628,7 +1628,7 @@ static ProcRecord layer_set_opacity_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
layer_set_opacity_inargs,
@ -1685,7 +1685,7 @@ static ProcRecord layer_get_mode_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
layer_get_mode_inargs,
@ -1740,7 +1740,7 @@ static ProcRecord layer_set_mode_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
layer_set_mode_inargs,

View file

@ -88,7 +88,7 @@ static ProcRecord message_proc =
"Manish Singh",
"Manish Singh",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
1,
message_inargs,
@ -128,7 +128,7 @@ static ProcRecord message_get_handler_proc =
"Manish Singh",
"Manish Singh",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -173,7 +173,7 @@ static ProcRecord message_set_handler_proc =
"Manish Singh",
"Manish Singh",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
1,
message_set_handler_inargs,

View file

@ -71,7 +71,7 @@ static ProcRecord version_proc =
"Manish Singh",
"Manish Singh",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -112,7 +112,7 @@ static ProcRecord quit_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
quit_inargs,

View file

@ -197,7 +197,7 @@ static ProcRecord airbrush_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
4,
airbrush_inargs,
@ -272,7 +272,7 @@ static ProcRecord airbrush_default_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
3,
airbrush_default_inargs,
@ -398,7 +398,7 @@ static ProcRecord clone_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
7,
clone_inargs,
@ -473,7 +473,7 @@ static ProcRecord clone_default_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
3,
clone_default_inargs,
@ -573,7 +573,7 @@ static ProcRecord convolve_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
5,
convolve_inargs,
@ -648,7 +648,7 @@ static ProcRecord convolve_default_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
3,
convolve_default_inargs,
@ -759,7 +759,7 @@ static ProcRecord dodgeburn_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
6,
dodgeburn_inargs,
@ -834,7 +834,7 @@ static ProcRecord dodgeburn_default_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
dodgeburn_default_inargs,
@ -934,7 +934,7 @@ static ProcRecord eraser_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
5,
eraser_inargs,
@ -1009,7 +1009,7 @@ static ProcRecord eraser_default_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
3,
eraser_default_inargs,
@ -1122,7 +1122,7 @@ static ProcRecord paintbrush_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
6,
paintbrush_inargs,
@ -1197,7 +1197,7 @@ static ProcRecord paintbrush_default_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
3,
paintbrush_default_inargs,
@ -1272,7 +1272,7 @@ static ProcRecord pencil_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
pencil_inargs,
@ -1361,7 +1361,7 @@ static ProcRecord smudge_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
4,
smudge_inargs,
@ -1436,7 +1436,7 @@ static ProcRecord smudge_default_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
3,
smudge_default_inargs,

View file

@ -120,7 +120,7 @@ static ProcRecord palette_new_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
palette_new_inargs,
@ -196,7 +196,7 @@ static ProcRecord palette_duplicate_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
palette_duplicate_inargs,
@ -275,7 +275,7 @@ static ProcRecord palette_rename_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
2,
palette_rename_inargs,
@ -341,7 +341,7 @@ static ProcRecord palette_delete_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
palette_delete_inargs,
@ -407,7 +407,7 @@ static ProcRecord palette_get_info_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
palette_get_info_inargs,
@ -495,7 +495,7 @@ static ProcRecord palette_add_entry_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
3,
palette_add_entry_inargs,
@ -567,7 +567,7 @@ static ProcRecord palette_delete_entry_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
2,
palette_delete_entry_inargs,
@ -655,7 +655,7 @@ static ProcRecord palette_entry_get_color_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
2,
palette_entry_get_color_inargs,
@ -737,7 +737,7 @@ static ProcRecord palette_entry_set_color_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
3,
palette_entry_set_color_inargs,
@ -820,7 +820,7 @@ static ProcRecord palette_entry_get_name_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
2,
palette_entry_get_name_inargs,
@ -905,7 +905,7 @@ static ProcRecord palette_entry_set_name_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
3,
palette_entry_set_name_inargs,

View file

@ -104,7 +104,7 @@ static ProcRecord palettes_popup_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2002",
FALSE,
NULL,
GIMP_INTERNAL,
3,
palettes_popup_inargs,
@ -155,7 +155,7 @@ static ProcRecord palettes_close_popup_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2002",
FALSE,
NULL,
GIMP_INTERNAL,
1,
palettes_close_popup_inargs,
@ -217,7 +217,7 @@ static ProcRecord palettes_set_popup_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2002",
FALSE,
NULL,
GIMP_INTERNAL,
2,
palettes_set_popup_inargs,

View file

@ -69,7 +69,7 @@ static ProcRecord palettes_refresh_proc =
"Adrian Likins <adrian@gimp.org>",
"Adrian Likins",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -139,7 +139,7 @@ static ProcRecord palettes_get_list_proc =
"Nathan Summers <rock@gimp.org>",
"Nathan Summers",
"2001",
FALSE,
NULL,
GIMP_INTERNAL,
1,
palettes_get_list_inargs,
@ -193,7 +193,7 @@ static ProcRecord palettes_get_palette_proc =
"",
"",
"",
TRUE,
"gimp_context_get_palette",
GIMP_INTERNAL,
0,
NULL,
@ -307,7 +307,7 @@ static ProcRecord palettes_get_palette_entry_proc =
"",
"",
"",
TRUE,
"gimp_palette_entry_get_color",
GIMP_INTERNAL,
2,
palettes_get_palette_entry_inargs,

View file

@ -117,7 +117,7 @@ static ProcRecord parasite_find_proc =
"Jay Cox",
"Jay Cox",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
1,
parasite_find_inargs,
@ -162,7 +162,7 @@ static ProcRecord parasite_attach_proc =
"Jay Cox",
"Jay Cox",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
1,
parasite_attach_inargs,
@ -207,7 +207,7 @@ static ProcRecord parasite_detach_proc =
"Jay Cox",
"Jay Cox",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
1,
parasite_detach_inargs,
@ -258,7 +258,7 @@ static ProcRecord parasite_list_proc =
"Marc Lehmann",
"Marc Lehmann",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -332,7 +332,7 @@ static ProcRecord drawable_parasite_find_proc =
"Jay Cox",
"Jay Cox",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
drawable_parasite_find_inargs,
@ -387,7 +387,7 @@ static ProcRecord drawable_parasite_attach_proc =
"Jay Cox",
"Jay Cox",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
drawable_parasite_attach_inargs,
@ -442,7 +442,7 @@ static ProcRecord drawable_parasite_detach_proc =
"Jay Cox",
"Jay Cox",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
drawable_parasite_detach_inargs,
@ -512,7 +512,7 @@ static ProcRecord drawable_parasite_list_proc =
"Marc Lehmann",
"Marc Lehmann",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
drawable_parasite_list_inargs,
@ -586,7 +586,7 @@ static ProcRecord image_parasite_find_proc =
"Jay Cox",
"Jay Cox",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_parasite_find_inargs,
@ -641,7 +641,7 @@ static ProcRecord image_parasite_attach_proc =
"Jay Cox",
"Jay Cox",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_parasite_attach_inargs,
@ -696,7 +696,7 @@ static ProcRecord image_parasite_detach_proc =
"Jay Cox",
"Jay Cox",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
image_parasite_detach_inargs,
@ -766,7 +766,7 @@ static ProcRecord image_parasite_list_proc =
"Marc Lehmann",
"Marc Lehmann",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_parasite_list_inargs,

View file

@ -137,7 +137,7 @@ static ProcRecord path_list_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
path_list_inargs,
@ -206,7 +206,7 @@ static ProcRecord path_get_current_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
path_get_current_inargs,
@ -269,7 +269,7 @@ static ProcRecord path_set_current_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
2,
path_set_current_inargs,
@ -332,7 +332,7 @@ static ProcRecord path_delete_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
2,
path_delete_inargs,
@ -465,7 +465,7 @@ static ProcRecord path_get_points_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
2,
path_get_points_inargs,
@ -584,7 +584,7 @@ static ProcRecord path_set_points_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
5,
path_set_points_inargs,
@ -645,7 +645,7 @@ static ProcRecord path_stroke_current_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
path_stroke_current_inargs,
@ -779,7 +779,7 @@ static ProcRecord path_get_point_at_dist_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
2,
path_get_point_at_dist_inargs,
@ -858,7 +858,7 @@ static ProcRecord path_get_tattoo_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
2,
path_get_tattoo_inargs,
@ -929,7 +929,7 @@ static ProcRecord path_set_tattoo_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
3,
path_set_tattoo_inargs,
@ -1006,7 +1006,7 @@ static ProcRecord get_path_by_tattoo_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
2,
get_path_by_tattoo_inargs,
@ -1085,7 +1085,7 @@ static ProcRecord path_get_locked_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
2,
path_get_locked_inargs,
@ -1156,7 +1156,7 @@ static ProcRecord path_set_locked_proc =
"Andy Thomas",
"Andy Thomas",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
3,
path_set_locked_inargs,
@ -1268,7 +1268,7 @@ static ProcRecord path_to_selection_proc =
"Joao S. O. Bueno",
"Joao S. O. Bueno",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
7,
path_to_selection_inargs,
@ -1339,7 +1339,7 @@ static ProcRecord path_import_proc =
"Sven Neumann",
"Sven Neumann",
"2003",
FALSE,
NULL,
GIMP_INTERNAL,
4,
path_import_inargs,

View file

@ -115,7 +115,7 @@ static ProcRecord pattern_get_info_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
pattern_get_info_inargs,
@ -217,7 +217,7 @@ static ProcRecord pattern_get_pixels_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
pattern_get_pixels_inargs,

View file

@ -104,7 +104,7 @@ static ProcRecord patterns_popup_proc =
"Andy Thomas",
"Andy Thomas",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
3,
patterns_popup_inargs,
@ -155,7 +155,7 @@ static ProcRecord patterns_close_popup_proc =
"Andy Thomas",
"Andy Thomas",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
1,
patterns_close_popup_inargs,
@ -217,7 +217,7 @@ static ProcRecord patterns_set_popup_proc =
"Andy Thomas",
"Andy Thomas",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
2,
patterns_set_popup_inargs,

View file

@ -68,7 +68,7 @@ static ProcRecord patterns_refresh_proc =
"Michael Natterer",
"Michael Natterer",
"2002",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -138,7 +138,7 @@ static ProcRecord patterns_get_list_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
patterns_get_list_inargs,
@ -198,7 +198,7 @@ static ProcRecord patterns_get_pattern_proc =
"",
"",
"",
TRUE,
"gimp_context_get_pattern",
GIMP_INTERNAL,
0,
NULL,
@ -308,12 +308,12 @@ static ProcArg patterns_get_pattern_data_outargs[] =
static ProcRecord patterns_get_pattern_data_proc =
{
"gimp_patterns_get_pattern_data",
"This procedure is deprecated! Use 'gimp_pattern_get_data' instead.",
"This procedure is deprecated! Use 'gimp_pattern_get_data' instead.",
"This procedure is deprecated! Use 'gimp_pattern_get_pixels' instead.",
"This procedure is deprecated! Use 'gimp_pattern_get_pixels' instead.",
"",
"",
"",
TRUE,
"gimp_pattern_get_pixels",
GIMP_INTERNAL,
1,
patterns_get_pattern_data_inargs,

View file

@ -284,7 +284,7 @@ static ProcRecord plugins_query_proc =
"Andy Thomas",
"Andy Thomas",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
1,
plugins_query_inargs,
@ -347,7 +347,7 @@ static ProcRecord plugin_domain_register_proc =
"Sven Neumann",
"Sven Neumann",
"2000",
FALSE,
NULL,
GIMP_INTERNAL,
2,
plugin_domain_register_inargs,
@ -412,7 +412,7 @@ static ProcRecord plugin_help_register_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer <mitch@gimp.org>",
"2000",
FALSE,
NULL,
GIMP_INTERNAL,
2,
plugin_help_register_inargs,
@ -530,7 +530,7 @@ static ProcRecord plugin_menu_register_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer <mitch@gimp.org>",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
2,
plugin_menu_register_inargs,
@ -649,7 +649,7 @@ static ProcRecord plugin_icon_register_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer <mitch@gimp.org>",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
4,
plugin_icon_register_inargs,

View file

@ -98,7 +98,7 @@ struct _ProcRecord
gchar *copyright; /* Copyright field */
gchar *date; /* Date field */
gboolean deprecated; /* Is the procedure deprecated? */
gchar *deprecated; /* Replacement if the procedure is deprecated */
/* Procedure type */
GimpPDBProcType proc_type; /* Type of procedure--Internal, Plug-In, Extension */

View file

@ -367,7 +367,7 @@ static ProcRecord procedural_db_temp_name_proc =
"Andy Thomas",
"Andy Thomas",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -422,7 +422,7 @@ static ProcRecord procedural_db_dump_proc =
"Spencer Kimball & Josh MacDonald",
"Spencer Kimball & Josh MacDonald & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
procedural_db_dump_inargs,
@ -580,7 +580,7 @@ static ProcRecord procedural_db_query_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
7,
procedural_db_query_inargs,
@ -709,7 +709,7 @@ static ProcRecord procedural_db_proc_info_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
1,
procedural_db_proc_info_inargs,
@ -810,7 +810,7 @@ static ProcRecord procedural_db_proc_arg_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
2,
procedural_db_proc_arg_inargs,
@ -911,7 +911,7 @@ static ProcRecord procedural_db_proc_val_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
2,
procedural_db_proc_val_inargs,
@ -988,7 +988,7 @@ static ProcRecord procedural_db_get_data_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
1,
procedural_db_get_data_inargs,
@ -1053,7 +1053,7 @@ static ProcRecord procedural_db_get_data_size_proc =
"Nick Lamb",
"Nick Lamb",
"1998",
FALSE,
NULL,
GIMP_INTERNAL,
1,
procedural_db_get_data_size_inargs,
@ -1116,7 +1116,7 @@ static ProcRecord procedural_db_set_data_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
3,
procedural_db_set_data_inargs,

View file

@ -98,7 +98,7 @@ static ProcRecord progress_init_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
progress_init_inargs,
@ -146,7 +146,7 @@ static ProcRecord progress_update_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
progress_update_inargs,
@ -197,7 +197,7 @@ static ProcRecord progress_install_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
progress_install_inargs,
@ -248,7 +248,7 @@ static ProcRecord progress_uninstall_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
progress_uninstall_inargs,
@ -299,7 +299,7 @@ static ProcRecord progress_cancel_proc =
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer",
"2004",
FALSE,
NULL,
GIMP_INTERNAL,
1,
progress_cancel_inargs,

View file

@ -158,7 +158,7 @@ static ProcRecord selection_bounds_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
selection_bounds_inargs,
@ -231,7 +231,7 @@ static ProcRecord selection_value_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
selection_value_inargs,
@ -288,7 +288,7 @@ static ProcRecord selection_is_empty_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
selection_is_empty_inargs,
@ -349,7 +349,7 @@ static ProcRecord selection_translate_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
selection_translate_inargs,
@ -438,7 +438,7 @@ static ProcRecord selection_float_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
selection_float_inargs,
@ -483,7 +483,7 @@ static ProcRecord selection_clear_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
selection_clear_inargs,
@ -528,7 +528,7 @@ static ProcRecord selection_invert_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
selection_invert_inargs,
@ -573,7 +573,7 @@ static ProcRecord selection_sharpen_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
selection_sharpen_inargs,
@ -618,7 +618,7 @@ static ProcRecord selection_all_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
selection_all_inargs,
@ -663,7 +663,7 @@ static ProcRecord selection_none_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
selection_none_inargs,
@ -718,7 +718,7 @@ static ProcRecord selection_feather_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
selection_feather_inargs,
@ -773,7 +773,7 @@ static ProcRecord selection_border_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
selection_border_inargs,
@ -828,7 +828,7 @@ static ProcRecord selection_grow_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
selection_grow_inargs,
@ -883,7 +883,7 @@ static ProcRecord selection_shrink_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
selection_shrink_inargs,
@ -934,7 +934,7 @@ static ProcRecord selection_layer_alpha_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
selection_layer_alpha_inargs,
@ -992,7 +992,7 @@ static ProcRecord selection_load_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
selection_load_inargs,
@ -1053,7 +1053,7 @@ static ProcRecord selection_save_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
selection_save_inargs,
@ -1121,7 +1121,7 @@ static ProcRecord selection_combine_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
selection_combine_inargs,

View file

@ -159,7 +159,7 @@ static ProcRecord by_color_select_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
8,
by_color_select_inargs,
@ -281,7 +281,7 @@ static ProcRecord ellipse_select_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
9,
ellipse_select_inargs,
@ -388,7 +388,7 @@ static ProcRecord free_select_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
7,
free_select_inargs,
@ -517,7 +517,7 @@ static ProcRecord fuzzy_select_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
9,
fuzzy_select_inargs,
@ -630,7 +630,7 @@ static ProcRecord rect_select_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
8,
rect_select_inargs,

View file

@ -197,7 +197,7 @@ static ProcRecord text_fontname_proc =
"Martin Edlman & Sven Neumann",
"Spencer Kimball & Peter Mattis",
"1998- 2001",
FALSE,
NULL,
GIMP_INTERNAL,
10,
text_fontname_inargs,
@ -320,7 +320,7 @@ static ProcRecord text_get_extents_fontname_proc =
"Martin Edlman & Sven Neumann",
"Spencer Kimball & Peter Mattis",
"1998- 2001",
FALSE,
NULL,
GIMP_INTERNAL,
4,
text_get_extents_fontname_inargs,
@ -544,12 +544,12 @@ static ProcArg text_outargs[] =
static ProcRecord text_proc =
{
"gimp_text",
"Add text at the specified location as a floating selection or a new layer.",
"This function is deprecated, use gimp_get_text_fontname() instead.",
"Martin Edlman",
"Spencer Kimball & Peter Mattis",
"1998",
TRUE,
"This procedure is deprecated! Use 'gimp_get_text_fontname' instead.",
"This procedure is deprecated! Use 'gimp_get_text_fontname' instead.",
"",
"",
"",
"gimp_get_text_fontname",
GIMP_INTERNAL,
17,
text_inargs,
@ -737,12 +737,12 @@ static ProcArg text_get_extents_outargs[] =
static ProcRecord text_get_extents_proc =
{
"gimp_text_get_extents",
"Get extents of the bounding box for the specified text.",
"This function is deprecated, use gimp_get_text_extents_fontname() instead.",
"Martin Edlman",
"Spencer Kimball & Peter Mattis",
"1998",
TRUE,
"This procedure is deprecated! Use 'gimp_get_text_extents_fontname' instead.",
"This procedure is deprecated! Use 'gimp_get_text_extents_fontname' instead.",
"",
"",
"",
"gimp_get_text_extents_fontname",
GIMP_INTERNAL,
11,
text_get_extents_inargs,

View file

@ -121,7 +121,7 @@ static ProcRecord flip_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
2,
flip_inargs,
@ -283,7 +283,7 @@ static ProcRecord perspective_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
10,
perspective_inargs,
@ -390,7 +390,7 @@ static ProcRecord rotate_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
3,
rotate_inargs,
@ -523,7 +523,7 @@ static ProcRecord scale_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
6,
scale_inargs,
@ -642,7 +642,7 @@ static ProcRecord shear_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
4,
shear_inargs,
@ -798,7 +798,7 @@ static ProcRecord transform_2d_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
9,
transform_2d_inargs,

View file

@ -96,7 +96,7 @@ static ProcRecord image_undo_group_start_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_undo_group_start_inargs,
@ -141,7 +141,7 @@ static ProcRecord image_undo_group_end_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1997",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_undo_group_end_inargs,
@ -202,7 +202,7 @@ static ProcRecord image_undo_is_enabled_proc =
"Raphael Quinet",
"Raphael Quinet",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_undo_is_enabled_inargs,
@ -262,7 +262,7 @@ static ProcRecord image_undo_disable_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_undo_disable_inargs,
@ -322,7 +322,7 @@ static ProcRecord image_undo_enable_proc =
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_undo_enable_inargs,
@ -382,7 +382,7 @@ static ProcRecord image_undo_freeze_proc =
"Adam D. Moss",
"Adam D. Moss",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_undo_freeze_inargs,
@ -442,7 +442,7 @@ static ProcRecord image_undo_thaw_proc =
"Adam D. Moss",
"Adam D. Moss",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
image_undo_thaw_inargs,

View file

@ -91,7 +91,7 @@ static ProcRecord unit_get_number_of_units_proc =
"Michael Natterer",
"Michael Natterer",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -131,7 +131,7 @@ static ProcRecord unit_get_number_of_built_in_units_proc =
"Michael Natterer",
"Michael Natterer",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
0,
NULL,
@ -249,7 +249,7 @@ static ProcRecord unit_new_proc =
"Michael Natterer",
"Michael Natterer",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
7,
unit_new_inargs,
@ -306,7 +306,7 @@ static ProcRecord unit_get_deletion_flag_proc =
"Michael Natterer",
"Michael Natterer",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
unit_get_deletion_flag_inargs,
@ -359,7 +359,7 @@ static ProcRecord unit_set_deletion_flag_proc =
"Michael Natterer",
"Michael Natterer",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
2,
unit_set_deletion_flag_inargs,
@ -416,7 +416,7 @@ static ProcRecord unit_get_identifier_proc =
"Michael Natterer",
"Michael Natterer",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
unit_get_identifier_inargs,
@ -473,7 +473,7 @@ static ProcRecord unit_get_factor_proc =
"Michael Natterer",
"Michael Natterer",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
unit_get_factor_inargs,
@ -530,7 +530,7 @@ static ProcRecord unit_get_digits_proc =
"Michael Natterer",
"Michael Natterer",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
unit_get_digits_inargs,
@ -587,7 +587,7 @@ static ProcRecord unit_get_symbol_proc =
"Michael Natterer",
"Michael Natterer",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
unit_get_symbol_inargs,
@ -644,7 +644,7 @@ static ProcRecord unit_get_abbreviation_proc =
"Michael Natterer",
"Michael Natterer",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
unit_get_abbreviation_inargs,
@ -701,7 +701,7 @@ static ProcRecord unit_get_singular_proc =
"Michael Natterer",
"Michael Natterer",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
unit_get_singular_inargs,
@ -758,7 +758,7 @@ static ProcRecord unit_get_plural_proc =
"Michael Natterer",
"Michael Natterer",
"1999",
FALSE,
NULL,
GIMP_INTERNAL,
1,
unit_get_plural_inargs,

View file

@ -380,15 +380,12 @@ plug_in_handle_proc_run (PlugIn *plug_in,
{
if (plug_in->gimp->pdb_compat_mode == GIMP_PDB_COMPAT_WARN)
{
#ifdef __GNUC__
#warning FIXME: say which proc to use as replacement for deprecated one.
#endif
g_message ("WARNING: Plug-In \"%s\"\n(%s)\n"
"called deprecated procedure '%s'.\n"
"It should call '%s' instead!",
gimp_filename_to_utf8 (plug_in->name),
gimp_filename_to_utf8 (plug_in->prog),
proc_run->name, "FIXME");
proc_run->name, proc_rec->deprecated);
}
else if (plug_in->gimp->pdb_compat_mode == GIMP_PDB_COMPAT_OFF)
{

View file

@ -380,15 +380,12 @@ plug_in_handle_proc_run (PlugIn *plug_in,
{
if (plug_in->gimp->pdb_compat_mode == GIMP_PDB_COMPAT_WARN)
{
#ifdef __GNUC__
#warning FIXME: say which proc to use as replacement for deprecated one.
#endif
g_message ("WARNING: Plug-In \"%s\"\n(%s)\n"
"called deprecated procedure '%s'.\n"
"It should call '%s' instead!",
gimp_filename_to_utf8 (plug_in->name),
gimp_filename_to_utf8 (plug_in->prog),
proc_run->name, "FIXME");
proc_run->name, proc_rec->deprecated);
}
else if (plug_in->gimp->pdb_compat_mode == GIMP_PDB_COMPAT_OFF)
{

View file

@ -664,7 +664,7 @@ static ProcRecord ${name}_proc =
"$proc->{author}",
"$proc->{copyright}",
"$proc->{date}",
@{[$proc->{deprecated} ? 'TRUE' : 'FALSE']},
@{[$proc->{deprecated} ? "\"$proc->{deprecated}\"" : 'NULL']},
GIMP_INTERNAL,
@{[scalar @inargs]},
@{[scalar @inargs ? "${name}_inargs" : 'NULL']},

View file

@ -128,10 +128,7 @@ HELP
}
sub brushes_get_brush {
$blurb = $help = "This procedure is deprecated! Use 'gimp_context_get_brush' instead.";
$author = $copyright = $date = '';
$deprecated = 1;
&std_pdb_deprecated ('gimp_context_get_brush');
@outargs = (
&brush_arg,
@ -148,10 +145,7 @@ sub brushes_get_brush {
}
sub brushes_get_spacing {
$blurb = $help = "This procedure is deprecated! Use 'gimp_brush_get_spacing' instead.";
$author = $copyright = $date = '';
$deprecated = 1;
&std_pdb_deprecated ('gimp_brush_get_spacing');
@outargs = ( &spacing_arg );
$outargs[0]->{alias} = 'gimp_brush_get_spacing (gimp_context_get_brush (context))';
@ -159,10 +153,7 @@ sub brushes_get_spacing {
}
sub brushes_set_spacing {
$blurb = $help = "This procedure is deprecated! Use 'gimp_brush_set_spacing' instead.";
$author = $copyright = $date = '';
$deprecated = 1;
&std_pdb_deprecated ('gimp_brush_set_spacing');
@inargs = ( &spacing_arg );
@ -172,11 +163,7 @@ sub brushes_set_spacing {
}
sub brushes_get_brush_data {
$blurb = $help = "This procedure is deprecated! Use 'gimp_brush_get_pixels' instead.";
$author = $copyright = $date = '';
$deprecated = 1;
&std_pdb_deprecated ('gimp_brush_get_pixels');
@inargs = (
&brush_arg

View file

@ -97,11 +97,7 @@ sub sample_outargs {
}
sub gradients_sample_uniform {
$blurb = $help = "This procedure is deprecated! Use 'gimp_gradient_get_uniform_samples' instead.";
$author = $copyright = $date = '';
$deprecated = 1;
&std_pdb_deprecated ('gimp_gradient_get_uniform_samples');
@inargs = (
&sample_num_arg('2 <= '),
@ -140,11 +136,7 @@ CODE
}
sub gradients_sample_custom {
$blurb = $help = "This procedure is deprecated! Use 'gimp_gradient_get_custom_samples' instead.";
$author = $copyright = $date = '';
$deprecated = 1;
&std_pdb_deprecated ('gimp_gradient_get_custom_samples');
@inargs = (
{ name => 'positions',
@ -193,11 +185,7 @@ sub sample_size_arg {
}
sub gradients_get_gradient_data {
$blurb = $help = "This procedure is deprecated! Use 'gimp_gradient_get_uniform_samples' instead.";
$author = $copyright = $date = '';
$deprecated = 1;
&std_pdb_deprecated ('gimp_gradient_get_uniform_samples');
@inargs = (
{ name => 'name', type => 'string',

View file

@ -809,10 +809,7 @@ HELP
}
sub image_add_layer_mask {
$blurb = $help = "This procedure is deprecated! Use 'gimp_layer_add_mask' instead.";
$author = $copyright = $date = '';
$deprecated = 1;
&std_pdb_deprecated ('gimp_layer_add_mask');
@inargs = (
&std_image_arg,
@ -832,10 +829,7 @@ CODE
}
sub image_remove_layer_mask {
$blurb = $help = "This procedure is deprecated! Use 'gimp_layer_remove_mask' instead.";
$author = $copyright = $date = '';
$deprecated = 1;
&std_pdb_deprecated ('gimp_layer_remove_mask');
@inargs = (
&std_image_arg,

View file

@ -132,10 +132,7 @@ HELP
}
sub palettes_get_palette {
$blurb = $help = "This procedure is deprecated! Use 'gimp_context_get_palette' instead.";
$author = $copyright = $date = '';
$deprecated = 1;
&std_pdb_deprecated ('gimp_context_get_palette');
@outargs = (
&palette_arg,
@ -151,10 +148,7 @@ sub palettes_get_palette {
}
sub palettes_get_palette_entry {
$blurb = $help = "This procedure is deprecated! Use 'gimp_palette_entry_get_color' instead.";
$author = $copyright = $date = '';
$deprecated = 1;
&std_pdb_deprecated ('gimp_palette_entry_get_color');
@inargs = (
&palette_arg,

View file

@ -101,10 +101,7 @@ HELP
}
sub patterns_get_pattern {
$blurb = $help = "This procedure is deprecated! Use 'gimp_context_get_pattern' instead.";
$author = $copyright = $date = '';
$deprecated = 1;
&std_pdb_deprecated ('gimp_context_get_pattern');
@outargs = (
&pattern_arg,
@ -120,11 +117,7 @@ sub patterns_get_pattern {
}
sub patterns_get_pattern_data {
$blurb = $help = "This procedure is deprecated! Use 'gimp_pattern_get_data' instead.";
$author = $copyright = $data = '';
$deprecated = 1;
&std_pdb_deprecated ('gimp_pattern_get_pixels');
@inargs = (
&pattern_arg

View file

@ -177,17 +177,7 @@ CODE
}
sub text {
$blurb = <<'BLURB';
Add text at the specified location as a floating selection or a new layer.
BLURB
$help = <<'HELP';
This function is deprecated, use gimp_get_text_fontname() instead.
HELP
$deprecated = 1;
&pdb_misc;
&std_pdb_deprecated ('gimp_get_text_fontname');
@inargs = (
&render_args,
@ -220,15 +210,7 @@ CODE
}
sub text_get_extents {
$blurb = 'Get extents of the bounding box for the specified text.';
$help = <<'HELP';
This function is deprecated, use gimp_get_text_extents_fontname() instead.
HELP
$deprecated = 1;
&pdb_misc;
&std_pdb_deprecated ('gimp_get_text_extents_fontname');
@inargs = (
&text_arg,

View file

@ -19,13 +19,19 @@
sub std_pdb_misc {
$author = $copyright = 'Spencer Kimball & Peter Mattis';
$date = '1995-1996';
$date = '1995-1996';
}
sub std_pdb_deprecated {
$blurb = $help = "This procedure is deprecated! Use '@_' instead.";
$author = $copyright = $date = '';
$deprecated = "@_";
}
sub std_image_arg () {{
name => 'image',
type => 'image',
desc => 'The image',
name => 'image',
type => 'image',
desc => 'The image',
alias => 'gimage'
}}