libgimp: 3 new functions backported for the 3.0.8 release.
And one function deprecated as of 3.0.8 too, in favor of one of the new
functions.
(cherry picked from commit 6c7e56f205)
This commit is contained in:
parent
f62f8389ab
commit
bf54bfaeb9
2 changed files with 4 additions and 4 deletions
|
|
@ -178,7 +178,7 @@ gimp_cairo_surface_get_format (cairo_surface_t *surface)
|
|||
*
|
||||
* Since: 2.10
|
||||
*
|
||||
* Deprecated: 3.2: Use gimp_cairo_surface_get_buffer().
|
||||
* Deprecated: 3.0.8: Use gimp_cairo_surface_get_buffer().
|
||||
**/
|
||||
GeglBuffer *
|
||||
gimp_cairo_surface_create_buffer (cairo_surface_t *surface,
|
||||
|
|
@ -214,7 +214,7 @@ gimp_cairo_surface_create_buffer (cairo_surface_t *surface,
|
|||
*
|
||||
* Returns: (transfer full): a #GeglBuffer
|
||||
*
|
||||
* Since: 3.2
|
||||
* Since: 3.0.8
|
||||
**/
|
||||
GeglBuffer *
|
||||
gimp_cairo_surface_get_buffer (cairo_surface_t *surface,
|
||||
|
|
|
|||
|
|
@ -890,7 +890,7 @@ gimp_config_copy (GimpConfig *src,
|
|||
*
|
||||
* Returns: the XCF version associated with the @config.
|
||||
*
|
||||
* Since: 3.2
|
||||
* Since: 3.0.8
|
||||
**/
|
||||
guint
|
||||
gimp_config_get_xcf_version (GimpConfig *config)
|
||||
|
|
@ -913,7 +913,7 @@ gimp_config_get_xcf_version (GimpConfig *config)
|
|||
* to adjust how properties are serialized depending on the version of the XCF
|
||||
* that it is being saved to.
|
||||
*
|
||||
* Since: 3.2
|
||||
* Since: 3.0.8
|
||||
**/
|
||||
void
|
||||
gimp_config_set_xcf_version (GimpConfig *config,
|
||||
|
|
|
|||
Loading…
Reference in a new issue