mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
Issue #12772: fix annotations.
This commit is contained in:
parent
efdd0b76ef
commit
9f204e7441
3 changed files with 5 additions and 5 deletions
|
@ -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>",
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
@ -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');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue