all, libgimp, pdb: some alignment and param description fix.

This commit is contained in:
Jehan 2022-02-09 21:23:33 +01:00
parent 5e7bcc291b
commit 5b01290f94
3 changed files with 5 additions and 5 deletions

View File

@ -1076,7 +1076,7 @@ pdb_set_file_proc_thumbnail_loader_invoker (GimpProcedure *procedure,
{
success = gimp_plug_in_set_file_proc_thumb_loader (plug_in,
load_proc, thumb_proc,
error);
error);
}
else
success = FALSE;
@ -2140,7 +2140,7 @@ register_pdb_procs (GimpPDB *pdb)
gimp_procedure_add_argument (procedure,
gimp_param_spec_string ("load-proc",
"load proc",
"The name of the procedure the thumbnail loader with.",
"The name of the file load procedure.",
FALSE, FALSE, TRUE,
NULL,
GIMP_PARAM_READWRITE));

View File

@ -1107,7 +1107,7 @@ _gimp_pdb_set_file_proc_handles_raw (const gchar *procedure_name)
/**
* _gimp_pdb_set_file_proc_thumbnail_loader:
* @load_proc: The name of the procedure the thumbnail loader with.
* @load_proc: The name of the file load procedure.
* @thumb_proc: The name of the thumbnail load procedure.
*
* Associates a thumbnail loader with a file load procedure.

View File

@ -1135,7 +1135,7 @@ HELP
@inargs = (
{ name => 'load_proc', type => 'string', non_empty => 1,
desc => "The name of the procedure the thumbnail loader with." },
desc => "The name of the file load procedure." },
{ name => 'thumb_proc', type => 'string', non_empty => 1,
desc => "The name of the thumbnail load procedure." }
);
@ -1150,7 +1150,7 @@ HELP
{
success = gimp_plug_in_set_file_proc_thumb_loader (plug_in,
load_proc, thumb_proc,
error);
error);
}
else
success = FALSE;