Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2,017
Issues
2,017
List
Boards
Labels
Milestones
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
7f2995d5
Commit
7f2995d5
authored
Oct 10, 2019
by
Michael Natterer
😴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libgimp: improve docs for gimp_image_metadata_save_prepare()/finish()
parent
b5f10b6e
Pipeline
#122166
failed with stages
in 8 minutes and 21 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
libgimp/gimpimagemetadata-save.c
libgimp/gimpimagemetadata-save.c
+9
-5
No files found.
libgimp/gimpimagemetadata-save.c
View file @
7f2995d5
...
...
@@ -42,7 +42,7 @@ typedef struct
/**
* gimp_image_metadata_save_prepare:
* @image: The image
* @image: The
original
image
* @mime_type: The saved file's mime-type
* @suggested_flags: Suggested default values for the @flags passed to
* gimp_image_metadata_save_finish()
...
...
@@ -59,7 +59,7 @@ typedef struct
* override the preferences without a good reason since it is a data
* leak.
*
* The suggested value for GIMP_METADATA_SAVE_THUMBNAIL is determined by
* The suggested value for
%
GIMP_METADATA_SAVE_THUMBNAIL is determined by
* whether there was a thumbnail in the previously imported image.
*
* Returns: (transfer full): The image's metadata, prepared for saving.
...
...
@@ -261,17 +261,21 @@ gimp_image_metadata_copy_tag (GExiv2Metadata *src,
/**
* gimp_image_metadata_save_finish:
* @image: The image
* @image: The
actually saved
image
* @mime_type: The saved file's mime-type
* @metadata: The metadata to
set on the imag
e
* @metadata: The metadata to
write to @fil
e
* @flags: Flags to specify what of the metadata to save
* @file: The file
to load the metadata from
* @file: The file
@image was saved to
* @error: Return location for error message
*
* Saves the @metadata retrieved from the image with
* gimp_image_metadata_save_prepare() to @file, taking into account
* the passed @flags.
*
* Note that the @image passed to this function might be different
* from the image passed to gimp_image_metadata_save_prepare(), due
* to whatever file export conversion happened in the meantime
*
* Returns: Whether the save was successful.
*
* Since: 2.10
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment