mirror of https://github.com/GNOME/gimp.git
all, libgimp, pdb: some alignment and param description fix.
This commit is contained in:
parent
5e7bcc291b
commit
5b01290f94
|
@ -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));
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue