gimp r28102 - in trunk: . app/pdb libgimp tools/pdbgen/pdb



Author: neo
Date: Wed Mar  4 18:38:14 2009
New Revision: 28102
URL: http://svn.gnome.org/viewvc/gimp?rev=28102&view=rev

Log:
2009-03-04  Sven Neumann  <sven gimp org>

	* tools/pdbgen/pdb/image.pdb (image_get_filename): improved docs
	for gimp-image-get-filename.

	* app/pdb/image-cmds.c
	* libgimp/gimpimage_pdb.c: regenerated.



Modified:
   trunk/ChangeLog
   trunk/app/pdb/image-cmds.c
   trunk/libgimp/gimpimage_pdb.c
   trunk/tools/pdbgen/pdb/image.pdb

Modified: trunk/app/pdb/image-cmds.c
==============================================================================
--- trunk/app/pdb/image-cmds.c	(original)
+++ trunk/app/pdb/image-cmds.c	Wed Mar  4 18:38:14 2009
@@ -4623,7 +4623,7 @@
   gimp_procedure_set_static_strings (procedure,
                                      "gimp-image-get-filename",
                                      "Returns the specified image's filename.",
-                                     "This procedure returns the specified image's filename in the filesystem encoding. The image has a filename only if it was loaded or has since been saved. Otherwise, this function returns %NULL.",
+                                     "This procedure returns the specified image's filename in the filesystem encoding. The image has a filename only if it was loaded from a local filesystem or has since been saved locally. Otherwise, this function returns %NULL.",
                                      "Spencer Kimball & Peter Mattis",
                                      "Spencer Kimball & Peter Mattis",
                                      "1995-1996",

Modified: trunk/libgimp/gimpimage_pdb.c
==============================================================================
--- trunk/libgimp/gimpimage_pdb.c	(original)
+++ trunk/libgimp/gimpimage_pdb.c	Wed Mar  4 18:38:14 2009
@@ -2349,7 +2349,8 @@
  *
  * This procedure returns the specified image's filename in the
  * filesystem encoding. The image has a filename only if it was loaded
- * or has since been saved. Otherwise, this function returns %NULL.
+ * from a local filesystem or has since been saved locally. Otherwise,
+ * this function returns %NULL.
  *
  * Returns: The filename.
  */

Modified: trunk/tools/pdbgen/pdb/image.pdb
==============================================================================
--- trunk/tools/pdbgen/pdb/image.pdb	(original)
+++ trunk/tools/pdbgen/pdb/image.pdb	Wed Mar  4 18:38:14 2009
@@ -2141,8 +2141,9 @@
 
     $help = <<'HELP';
 This procedure returns the specified image's filename in the
-filesystem encoding. The image has a filename only if it was loaded or
-has since been saved. Otherwise, this function returns %NULL.
+filesystem encoding. The image has a filename only if it was loaded
+from a local filesystem or has since been saved locally. Otherwise,
+this function returns %NULL.
 HELP
 
     &std_pdb_misc;



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