Fix some documentation strings.

2003-09-28  Tor Lillqvist  <tml@iki.fi>

	* tools/pdbgen/pdb/paths.pdb: Fix some documentation strings.
This commit is contained in:
Tor Lillqvist
2003-09-28 02:12:16 +00:00
committed by Tor Lillqvist
parent e4060d2133
commit 9bbb61d96d
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2003-09-28 Tor Lillqvist <tml@iki.fi>
* tools/pdbgen/pdb/paths.pdb: Fix some documentation strings.
2003-09-28 Sven Neumann <sven@gimp.org>
* app/gui/resolution-calibrate-dialog.c (resolution_calibrate_ok):

View File

@ -139,7 +139,7 @@ HELP
&pdb_misc;
@inargs = ( &std_image_arg );
$inargs[0]->{desc} = 'The ID of the image to get the current paths from';
$inargs[0]->{desc} = 'The ID of the image to get the current path from';
@outargs = (
{ name => 'name', type => 'string',
@ -163,7 +163,7 @@ CODE
}
sub path_set_current {
$blurb = 'List the paths associated with the passed image.';
$blurb = 'Sets the current path associated with the passed image.';
$help = <<'HELP';
List the paths associated with the passed image.
@ -402,7 +402,7 @@ CODE
}
sub path_set_tattoo {
$blurb = 'Sets the tattoo associated with the name path.';
$blurb = 'Sets the tattoo associated with the named path.';
$help = <<'HELP';
This procedure sets the tattoo associated with the specified path. A tattoo is a unique and permenant identifier attached to a path that can be used to uniquely identify a path within an image even between sessions. Note that the value passed to this function must have been obtained from a previous call to path_get_tattoo.
@ -470,7 +470,7 @@ CODE
}
sub path_delete {
$blurb = 'Delete the named paths associated with the passed image.';
$blurb = 'Delete the named path associated with the passed image.';
$help = <<'HELP';
Delete the named path.
@ -501,7 +501,7 @@ CODE
}
sub path_get_locked {
$blurb = 'Returns the locked status associated with the name path.';
$blurb = 'Returns the locked status associated with the named path.';
$help = <<'HELP';
This procedure returns the lock status associated with the specified path. A path can be "locked" which means that the transformation tool operations will also apply to the path.
@ -537,7 +537,7 @@ CODE
}
sub path_set_locked {
$blurb = 'Set the locked status associated with the name path.';
$blurb = 'Set the locked status associated with the named path.';
$help = <<'HELP';
This procedure sets the lock status associated with the specified path. A path can be "locked" which means that the transformation tool operations will also apply to the path.