mirror of https://github.com/GNOME/gimp.git
improved docs for gimp-image-get-filename.
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. svn path=/trunk/; revision=28102
This commit is contained in:
parent
93524f3f8b
commit
f6cff4b0f8
|
@ -1,3 +1,11 @@
|
|||
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.
|
||||
|
||||
2009-03-04 Sven Neumann <sven@gimp.org>
|
||||
|
||||
Bug 574149 – Can't get name/filename of files loaded from URI
|
||||
|
|
|
@ -4623,7 +4623,7 @@ register_image_procs (GimpPDB *pdb)
|
|||
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",
|
||||
|
|
|
@ -2349,7 +2349,8 @@ gimp_image_set_component_visible (gint32 image_ID,
|
|||
*
|
||||
* 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.
|
||||
*/
|
||||
|
|
|
@ -2141,8 +2141,9 @@ sub image_get_filename {
|
|||
|
||||
$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;
|
||||
|
|
Loading…
Reference in New Issue