app, libgimp, pdb: fix authorship and initial version for vector layer API.
This commit is contained in:
parent
3e414e6698
commit
8c07034dcf
3 changed files with 10 additions and 10 deletions
|
|
@ -1077,9 +1077,9 @@ register_vector_layer_procs (GimpPDB *pdb)
|
|||
"This procedure returns the color of the fill in a vector layer.",
|
||||
NULL);
|
||||
gimp_procedure_set_static_attribution (procedure,
|
||||
"Marcus Heese <heese@cip.ifi.lmu.de>",
|
||||
"Marcus Heese",
|
||||
"2008");
|
||||
"Alex S.",
|
||||
"Alex S.",
|
||||
"2025");
|
||||
gimp_procedure_add_argument (procedure,
|
||||
gimp_param_spec_vector_layer ("layer",
|
||||
"layer",
|
||||
|
|
@ -1166,9 +1166,9 @@ register_vector_layer_procs (GimpPDB *pdb)
|
|||
"This procedure returns the color of the stroke in a vector layer.",
|
||||
NULL);
|
||||
gimp_procedure_set_static_attribution (procedure,
|
||||
"Marcus Heese <heese@cip.ifi.lmu.de>",
|
||||
"Marcus Heese",
|
||||
"2008");
|
||||
"Alex S.",
|
||||
"Alex S.",
|
||||
"2025");
|
||||
gimp_procedure_add_argument (procedure,
|
||||
gimp_param_spec_vector_layer ("layer",
|
||||
"layer",
|
||||
|
|
|
|||
|
|
@ -206,7 +206,7 @@ gimp_vector_layer_get_enable_stroke (GimpVectorLayer *layer)
|
|||
*
|
||||
* Returns: (transfer full): The color of the fill.
|
||||
*
|
||||
* Since: 2.6
|
||||
* Since: 3.2
|
||||
**/
|
||||
GeglColor *
|
||||
gimp_vector_layer_get_fill_color (GimpVectorLayer *layer)
|
||||
|
|
@ -315,7 +315,7 @@ gimp_vector_layer_get_stroke_cap_style (GimpVectorLayer *layer)
|
|||
*
|
||||
* Returns: (transfer full): The color of the stroke.
|
||||
*
|
||||
* Since: 2.6
|
||||
* Since: 3.2
|
||||
**/
|
||||
GeglColor *
|
||||
gimp_vector_layer_get_stroke_color (GimpVectorLayer *layer)
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ sub vector_layer_get_stroke_color {
|
|||
This procedure returns the color of the stroke in a vector layer.
|
||||
HELP
|
||||
|
||||
&marcus_pdb_misc('2008', '2.6');
|
||||
&alxsa_pdb_misc('2025', '3.2');
|
||||
|
||||
@inargs = (
|
||||
{ name => 'layer', type => 'vector_layer',
|
||||
|
|
@ -852,7 +852,7 @@ sub vector_layer_get_fill_color {
|
|||
This procedure returns the color of the fill in a vector layer.
|
||||
HELP
|
||||
|
||||
&marcus_pdb_misc('2008', '2.6');
|
||||
&alxsa_pdb_misc('2025', '3.2');
|
||||
|
||||
@inargs = (
|
||||
{ name => 'layer', type => 'vector_layer',
|
||||
|
|
|
|||
Loading…
Reference in a new issue