[gimp] app, libgimp: commit files generated by PDB docs change



commit 673ec585ebc6c8c2a6e82d4b009261168254a2ac
Author: Michael Natterer <mitch gimp org>
Date:   Sat May 3 09:38:04 2014 +0200

    app, libgimp: commit files generated by PDB docs change

 app/pdb/layer-cmds.c    |    3 ++-
 libgimp/gimplayer_pdb.c |    6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/app/pdb/layer-cmds.c b/app/pdb/layer-cmds.c
index df5c91d..49459a2 100644
--- a/app/pdb/layer-cmds.c
+++ b/app/pdb/layer-cmds.c
@@ -1294,7 +1294,8 @@ register_layer_procs (GimpPDB *pdb)
   gimp_procedure_set_static_strings (procedure,
                                      "gimp-layer-group-new",
                                      "Create a new layer group.",
-                                     "This procedure creates a new layer group. Attributes such as layer 
mode and opacity should be set with explicit procedure calls. Add the new layer group (which is a kind of 
layer) with the 'gimp-image-insert-layer' command.",
+                                     "This procedure creates a new layer group. Attributes such as layer 
mode and opacity should be set with explicit procedure calls. Add the new layer group (which is a kind of 
layer) with the 'gimp-image-insert-layer' command.\n"
+                                     "Other procedures useful with layer groups: 'gimp-image-reorder-item', 
'gimp-item-get-parent', 'gimp-item-get-children', 'gimp-item-is-group'.",
                                      "Barak Itkin <lightningismyname gmail com>",
                                      "Barak Itkin",
                                      "2010",
diff --git a/libgimp/gimplayer_pdb.c b/libgimp/gimplayer_pdb.c
index ff9c1c6..a0faf5c 100644
--- a/libgimp/gimplayer_pdb.c
+++ b/libgimp/gimplayer_pdb.c
@@ -176,9 +176,9 @@ gimp_layer_new_from_drawable (gint32 drawable_ID,
  * mode and opacity should be set with explicit procedure calls. Add
  * the new layer group (which is a kind of layer) with the
  * gimp_image_insert_layer() command.
- *
- * Other procedures useful with layer groups: gimp_image_reorder_item(),
- * gimp_item_get_parent(), gimp_item_get_children(), gimp_item_is_group().
+ * Other procedures useful with layer groups:
+ * gimp_image_reorder_item(), gimp_item_get_parent(),
+ * gimp_item_get_children(), gimp_item_is_group().
  *
  * Returns: The newly created layer group.
  *


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