mirror of https://github.com/GNOME/gimp.git
libgimp: fix the docs of gimp_vectors_to_selection()
This commit is contained in:
parent
92b6d70448
commit
a604a12eb5
|
@ -2231,12 +2231,12 @@ register_vectors_procs (GimpPDB *pdb)
|
|||
"gimp-vectors-to-selection");
|
||||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-vectors-to-selection",
|
||||
"Deprecated: Use 'gimp-item-to-selection' instead.",
|
||||
"Deprecated: Use 'gimp-item-to-selection' instead.",
|
||||
"Deprecated: Use 'gimp-image-select-item' instead.",
|
||||
"Deprecated: Use 'gimp-image-select-item' instead.",
|
||||
"Simon Budig",
|
||||
"Simon Budig",
|
||||
"2006",
|
||||
"gimp-item-to-selection");
|
||||
"gimp-image-select-item");
|
||||
gimp_procedure_add_argument (procedure,
|
||||
gimp_param_spec_vectors_id ("vectors",
|
||||
"vectors",
|
||||
|
|
|
@ -960,7 +960,7 @@ gimp_vectors_bezier_stroke_new_ellipse (gint32 vectors_ID,
|
|||
* @feather_radius_x: Feather radius x.
|
||||
* @feather_radius_y: Feather radius y.
|
||||
*
|
||||
* Deprecated: Use gimp_item_to_selection() instead.
|
||||
* Deprecated: Use gimp_image_select_item() instead.
|
||||
*
|
||||
* Returns: TRUE on success.
|
||||
*
|
||||
|
|
|
@ -1032,7 +1032,7 @@ CODE
|
|||
}
|
||||
|
||||
sub vectors_to_selection {
|
||||
&std_pdb_deprecated ('gimp-item-to-selection');
|
||||
&std_pdb_deprecated ('gimp-image-select-item');
|
||||
&simon_pdb_misc('2006', '2.4');
|
||||
|
||||
@inargs = (
|
||||
|
|
Loading…
Reference in New Issue