[gimp] pdb: add "Since: 2.10" to the newly added freeze/thaw procedures



commit b15f38d21fb51fd06c510dc649007fba4a343e90
Author: Michael Natterer <mitch gimp org>
Date:   Mon May 7 10:16:52 2018 +0200

    pdb: add "Since: 2.10" to the newly added freeze/thaw procedures

 libgimp/gimpimage_pdb.c |   12 ++++++++++++
 pdb/groups/image.pdb    |   12 ++++++------
 2 files changed, 18 insertions(+), 6 deletions(-)
---
diff --git a/libgimp/gimpimage_pdb.c b/libgimp/gimpimage_pdb.c
index f23f03d..47d9252 100644
--- a/libgimp/gimpimage_pdb.c
+++ b/libgimp/gimpimage_pdb.c
@@ -942,6 +942,8 @@ gimp_image_remove_layer (gint32 image_ID,
  * corresponding call to gimp_image_thaw_layers(), undoing its effects.
  *
  * Returns: TRUE on success.
+ *
+ * Since: 2.10
  **/
 gboolean
 gimp_image_freeze_layers (gint32 image_ID)
@@ -975,6 +977,8 @@ gimp_image_freeze_layers (gint32 image_ID)
  * gimp_image_freeze_layers().
  *
  * Returns: TRUE on success.
+ *
+ * Since: 2.10
  **/
 gboolean
 gimp_image_thaw_layers (gint32 image_ID)
@@ -1120,6 +1124,8 @@ gimp_image_remove_channel (gint32 image_ID,
  * effects.
  *
  * Returns: TRUE on success.
+ *
+ * Since: 2.10
  **/
 gboolean
 gimp_image_freeze_channels (gint32 image_ID)
@@ -1153,6 +1159,8 @@ gimp_image_freeze_channels (gint32 image_ID)
  * gimp_image_freeze_channels().
  *
  * Returns: TRUE on success.
+ *
+ * Since: 2.10
  **/
 gboolean
 gimp_image_thaw_channels (gint32 image_ID)
@@ -1300,6 +1308,8 @@ gimp_image_remove_vectors (gint32 image_ID,
  * effects.
  *
  * Returns: TRUE on success.
+ *
+ * Since: 2.10
  **/
 gboolean
 gimp_image_freeze_vectors (gint32 image_ID)
@@ -1333,6 +1343,8 @@ gimp_image_freeze_vectors (gint32 image_ID)
  * gimp_image_freeze_vectors().
  *
  * Returns: TRUE on success.
+ *
+ * Since: 2.10
  **/
 gboolean
 gimp_image_thaw_vectors (gint32 image_ID)
diff --git a/pdb/groups/image.pdb b/pdb/groups/image.pdb
index a193c81..1ae9655 100644
--- a/pdb/groups/image.pdb
+++ b/pdb/groups/image.pdb
@@ -1034,7 +1034,7 @@ corresponding call to gimp_image_thaw_layers(), undoing its
 effects.
 HELP
 
-    &ell_pdb_misc('2018');
+    &ell_pdb_misc('2018', '2.10');
 
     @inargs = (
     { name => 'image', type => 'image',
@@ -1064,7 +1064,7 @@ This procedure should match a corresponding call to
 gimp_image_freeze_layers().
 HELP
 
-    &ell_pdb_misc('2018');
+    &ell_pdb_misc('2018', '2.10');
 
     @inargs = (
     { name => 'image', type => 'image',
@@ -1192,7 +1192,7 @@ CODE
 sub image_freeze_channels {
     $blurb = "Freeze the image's channel list.";
 
-    &ell_pdb_misc('2018');
+    &ell_pdb_misc('2018', '2.10');
 
     $help = <<'HELP';
 This procedure freezes the channel list of the image, supressing any
@@ -1225,7 +1225,7 @@ CODE
 sub image_thaw_channels {
     $blurb = "Thaw the image's channel list.";
 
-    &ell_pdb_misc('2018');
+    &ell_pdb_misc('2018', '2.10');
 
     $help = <<'HELP';
 This procedure thaws the channel list of the image, re-enabling
@@ -1360,7 +1360,7 @@ CODE
 sub image_freeze_vectors {
     $blurb = "Freeze the image's vectors list.";
 
-    &ell_pdb_misc('2018');
+    &ell_pdb_misc('2018', '2.10');
 
     $help = <<'HELP';
 This procedure freezes the vectors list of the image, supressing any
@@ -1393,7 +1393,7 @@ CODE
 sub image_thaw_vectors {
     $blurb = "Thaw the image's vectors list.";
 
-    &ell_pdb_misc('2018');
+    &ell_pdb_misc('2018', '2.10');
 
     $help = <<'HELP';
 This procedure thaws the vectors list of the image, re-enabling


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