Issue #12772: fix annotations.

This commit is contained in:
Jehan 2025-01-21 15:02:51 +01:00
parent efdd0b76ef
commit 9f204e7441
3 changed files with 5 additions and 5 deletions

View file

@ -146,7 +146,7 @@ register_group_layer_procs (GimpPDB *pdb)
"The new group layer still needs to be added to the image, as this is not automatic. Add the new layer with the [method@Image.insert_layer] method.\n" "The new group layer still needs to be added to the image, as this is not automatic. Add the new layer with the [method@Image.insert_layer] method.\n"
"Other attributes such as layer mask, modes and offsets should be set with explicit procedure calls.\n" "Other attributes such as layer mask, modes and offsets should be set with explicit procedure calls.\n"
"\n" "\n"
"Other procedures useful with group layers: [method@image_reorder_item], [method@item.get_parent], [method@item.get_children], [method@item.is_group].", "Other procedures useful with group layers: [method@Image.reorder_item], [method@Item.get_parent], [method@Item.get_children], [method@Item.is_group].",
NULL); NULL);
gimp_procedure_set_static_attribution (procedure, gimp_procedure_set_static_attribution (procedure,
"Barak Itkin <lightningismyname@gmail.com>", "Barak Itkin <lightningismyname@gmail.com>",

View file

@ -54,8 +54,8 @@
* with explicit procedure calls. * with explicit procedure calls.
* *
* Other procedures useful with group layers: * Other procedures useful with group layers:
* [method@image_reorder_item], [method@item.get_parent], * [method@Image.reorder_item], [method@Item.get_parent],
* [method@item.get_children], [method@item.is_group]. * [method@Item.get_children], [method@Item.is_group].
* *
* Returns: (transfer none): The newly created group layer. * Returns: (transfer none): The newly created group layer.
* *

View file

@ -31,8 +31,8 @@ Other attributes such as layer mask, modes and offsets should be set
with explicit procedure calls. with explicit procedure calls.
Other procedures useful with group layers: [method@image_reorder_item], Other procedures useful with group layers: [method@Image.reorder_item],
[method@item.get_parent], [method@item.get_children], [method@item.is_group]. [method@Item.get_parent], [method@Item.get_children], [method@Item.is_group].
HELP HELP
&barak_pdb_misc('2010', '2.8'); &barak_pdb_misc('2010', '2.8');