minor documentation fix

2006-09-01  Simon Budig  <simon@gimp.org>

	* tools/pdbgen/pdb/gradient.pdb: minor documentation fix

	* app/pdb/gradient_cmds.c
	* libgimp/gimpgradient_pdb.c: regenerated
This commit is contained in:
Simon Budig 2006-09-01 12:28:41 +00:00 committed by Simon Budig
parent a19e8d6ff3
commit 1afd355636
4 changed files with 20 additions and 13 deletions

View file

@ -1,3 +1,10 @@
2006-09-01 Simon Budig <simon@gimp.org>
* tools/pdbgen/pdb/gradient.pdb: minor documentation fix
* app/pdb/gradient_cmds.c
* libgimp/gimpgradient_pdb.c: regenerated
2006-09-01 Sven Neumann <sven@gimp.org>
* app/display/gimpstatusbar.[ch]: use a hash table instead of object

View file

@ -1631,8 +1631,8 @@ register_gradient_procs (GimpPDB *pdb)
gimp_object_set_static_name (GIMP_OBJECT (procedure), "gimp-gradient-segment-set-left-color");
gimp_procedure_set_static_strings (procedure,
"gimp-gradient-segment-set-left-color",
"Retrieves the left endpoint color of the specified segment",
"This procedure retrieves the left endpoint color of the specified segment of the specified gradient.",
"Sets the left endpoint color of the specified segment",
"This procedure sets the left endpoint color of the specified segment of the specified gradient.",
"Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish",
"2003",
@ -1715,8 +1715,8 @@ register_gradient_procs (GimpPDB *pdb)
gimp_object_set_static_name (GIMP_OBJECT (procedure), "gimp-gradient-segment-set-right-color");
gimp_procedure_set_static_strings (procedure,
"gimp-gradient-segment-set-right-color",
"Retrieves the right endpoint color of the specified segment",
"This procedure retrieves the right endpoint color of the specified segment of the specified gradient.",
"Sets the right endpoint color of the specified segment",
"This procedure sets the right endpoint color of the specified segment of the specified gradient.",
"Shlomi Fish <shlomif@iglu.org.il>",
"Shlomi Fish",
"2003",

View file

@ -363,10 +363,10 @@ gimp_gradient_segment_get_left_color (const gchar *name,
* @color: The color to set.
* @opacity: The opacity to set for the endpoint.
*
* Retrieves the left endpoint color of the specified segment
* Sets the left endpoint color of the specified segment
*
* This procedure retrieves the left endpoint color of the specified
* segment of the specified gradient.
* This procedure sets the left endpoint color of the specified segment
* of the specified gradient.
*
* Returns: TRUE on success.
*
@ -451,9 +451,9 @@ gimp_gradient_segment_get_right_color (const gchar *name,
* @color: The color to set.
* @opacity: The opacity to set for the endpoint.
*
* Retrieves the right endpoint color of the specified segment
* Sets the right endpoint color of the specified segment
*
* This procedure retrieves the right endpoint color of the specified
* This procedure sets the right endpoint color of the specified
* segment of the specified gradient.
*
* Returns: TRUE on success.

View file

@ -423,10 +423,10 @@ CODE
}
sub gradient_segment_set_left_color {
$blurb = 'Retrieves the left endpoint color of the specified segment';
$blurb = 'Sets the left endpoint color of the specified segment';
$help = <<'HELP';
This procedure retrieves the left endpoint color of the specified segment of
This procedure sets the left endpoint color of the specified segment of
the specified gradient.
HELP
@ -464,10 +464,10 @@ CODE
}
sub gradient_segment_set_right_color {
$blurb = 'Retrieves the right endpoint color of the specified segment';
$blurb = 'Sets the right endpoint color of the specified segment';
$help = <<'HELP';
This procedure retrieves the right endpoint color of the specified segment of
This procedure sets the right endpoint color of the specified segment of
the specified gradient.
HELP