[gimp/gimp-2-6] pdb: Update generated files due to commit 5ba6186



commit b3486b32c9f13925b28cd04e4a313fe14cebbfde
Author: Mukund Sivaraman <muks banu com>
Date:   Tue Jan 31 17:04:20 2012 +0530

    pdb: Update generated files due to commit 5ba6186

 app/pdb/paths-cmds.c    |   12 ++++++------
 libgimp/gimppaths_pdb.c |    6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/app/pdb/paths-cmds.c b/app/pdb/paths-cmds.c
index 320c3ec..aed5732 100644
--- a/app/pdb/paths-cmds.c
+++ b/app/pdb/paths-cmds.c
@@ -872,12 +872,12 @@ register_paths_procs (GimpPDB *pdb)
                                "gimp-path-set-points");
   gimp_procedure_set_static_strings (procedure,
                                      "gimp-path-set-points",
-                                     "This procedure is deprecated! Use 'vectors-stroke-new-from-points' instead.",
-                                     "This procedure is deprecated! Use 'vectors-stroke-new-from-points' instead.",
+                                     "This procedure is deprecated! Use 'gimp-vectors-stroke-new-from-points' instead.",
+                                     "This procedure is deprecated! Use 'gimp-vectors-stroke-new-from-points' instead.",
                                      "",
                                      "",
                                      "",
-                                     "vectors-stroke-new-from-points");
+                                     "gimp-vectors-stroke-new-from-points");
   gimp_procedure_add_argument (procedure,
                                gimp_param_spec_image_id ("image",
                                                          "image",
@@ -1230,12 +1230,12 @@ register_paths_procs (GimpPDB *pdb)
                                "gimp-path-import");
   gimp_procedure_set_static_strings (procedure,
                                      "gimp-path-import",
-                                     "This procedure is deprecated! Use 'vectors-import-from-file' instead.",
-                                     "This procedure is deprecated! Use 'vectors-import-from-file' instead.",
+                                     "This procedure is deprecated! Use 'gimp-vectors-import-from-file' instead.",
+                                     "This procedure is deprecated! Use 'gimp-vectors-import-from-file' instead.",
                                      "",
                                      "",
                                      "",
-                                     "vectors-import-from-file");
+                                     "gimp-vectors-import-from-file");
   gimp_procedure_add_argument (procedure,
                                gimp_param_spec_image_id ("image",
                                                          "image",
diff --git a/libgimp/gimppaths_pdb.c b/libgimp/gimppaths_pdb.c
index 159ffef..9bfc1fd 100644
--- a/libgimp/gimppaths_pdb.c
+++ b/libgimp/gimppaths_pdb.c
@@ -215,8 +215,8 @@ gimp_path_get_points (gint32        image_ID,
  * @num_path_points: The number of elements in the array, i.e. the number of points in the path * 3. Each point is made up of (x, y, type) of floats. Currently only the creation of bezier curves is allowed. The type parameter must be set to (1) to indicate a BEZIER type curve. Note that for BEZIER curves, points must be given in the following order: ACCACCAC... If the path is not closed the last control point is missed off. Points consist of three control points (control/anchor/control) so for a curve that is not closed there must be at least two points passed (2 x,y pairs). If (num_path_points/3) % 3 = 0 then the path is assumed to be closed and the points are ACCACCACCACC.
  * @points_pairs: The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. The type field is dependant on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0= BEZIER_MOVE). Note all points are returned in pixel resolution.
  *
- * This procedure is deprecated! Use vectors_stroke_new_from_points()
- * instead.
+ * This procedure is deprecated! Use
+ * gimp_vectors_stroke_new_from_points() instead.
  *
  * Returns: TRUE on success.
  */
@@ -528,7 +528,7 @@ gimp_path_to_selection (gint32          image_ID,
  * @merge: Merge paths into a single vectors object.
  * @scale: Scale the SVG to image dimensions.
  *
- * This procedure is deprecated! Use vectors_import_from_file()
+ * This procedure is deprecated! Use gimp_vectors_import_from_file()
  * instead.
  *
  * Returns: TRUE on success.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]