pdb: remove some formerly manually added annotations.

From the time when I was just manually editing these even in the PDB!
This commit is contained in:
Jehan 2019-07-31 22:56:43 +02:00
parent a87104fffb
commit ac0c3cf532
6 changed files with 9 additions and 10 deletions

View File

@ -4576,7 +4576,7 @@ register_context_procs (GimpPDB *pdb)
gimp_procedure_add_return_value (procedure,
gimp_param_spec_string ("name",
"name",
"(transfer full): The name of the active palette",
"The name of the active palette",
FALSE, FALSE, FALSE,
NULL,
GIMP_PARAM_READWRITE));

View File

@ -782,7 +782,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_add_return_value (procedure,
gimp_param_spec_int32 ("num-colors",
"num colors",
"(out): The number of colors in the palette",
"The number of colors in the palette",
G_MININT32, G_MAXINT32, 0,
GIMP_PARAM_READWRITE));
gimp_pdb_register_procedure (pdb, procedure);
@ -987,7 +987,7 @@ register_palette_procs (GimpPDB *pdb)
gimp_procedure_add_return_value (procedure,
gimp_param_spec_rgb ("color",
"color",
"(out): The color requested",
"The color requested",
FALSE,
NULL,
GIMP_PARAM_READWRITE));

View File

@ -2383,8 +2383,7 @@ gimp_context_set_gradient_reverse (gboolean reverse)
*
* This procedure returns the name of the the currently active palette.
*
* Returns: (transfer full): (transfer full): The name of the active
* palette.
* Returns: (transfer full): The name of the active palette.
*
* Since: 2.2
**/

View File

@ -215,7 +215,7 @@ gimp_palette_is_editable (const gchar *name)
/**
* gimp_palette_get_info:
* @name: The palette name.
* @num_colors: (out): (out): The number of colors in the palette.
* @num_colors: (out): The number of colors in the palette.
*
* Retrieve information about the specified palette.
*
@ -466,7 +466,7 @@ gimp_palette_delete_entry (const gchar *name,
* gimp_palette_entry_get_color:
* @name: The palette name.
* @entry_num: The entry to retrieve.
* @color: (out): (out): The color requested.
* @color: (out): The color requested.
*
* Gets the specified palette entry from the specified palette.
*

View File

@ -1965,7 +1965,7 @@ HELP
@outargs = (
{ name => 'name', type => 'string',
desc => '(transfer full): The name of the active palette' }
desc => 'The name of the active palette' }
);
%invoke = (

View File

@ -195,7 +195,7 @@ HELP
@outargs = (
{ name => 'num_colors', type => 'int32', void_ret => 1,
desc => '(out): The number of colors in the palette' }
desc => 'The number of colors in the palette' }
);
%invoke = (
@ -425,7 +425,7 @@ HELP
@outargs = (
{ name => 'color', type => 'color', void_ret => 1,
desc => '(out): The color requested' }
desc => 'The color requested' }
);
%invoke = (