mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
libgimp: remove some old API that is no longer needed
This commit is contained in:
parent
2fd35e77b5
commit
a66945342d
6 changed files with 0 additions and 57 deletions
|
@ -402,29 +402,6 @@ gimp_drawable_get_thumbnail_format (GimpDrawable *drawable)
|
|||
/* Deprecated API. */
|
||||
|
||||
|
||||
/**
|
||||
* gimp_drawable_get_thumbnail_data_deprecated: (skip)
|
||||
* @drawable_ID: the drawable ID
|
||||
* @width: the requested thumbnail width (<= 1024 pixels)
|
||||
* @height: the requested thumbnail height (<= 1024 pixels)
|
||||
* @bpp:
|
||||
*
|
||||
* Retrieves thumbnail data for the drawable identified by @drawable_ID.
|
||||
* The thumbnail will be not larger than the requested size.
|
||||
*
|
||||
* Returns: (transfer full) (nullable): thumbnail data or %NULL if
|
||||
* @drawable_ID is invalid.
|
||||
**/
|
||||
guchar *
|
||||
gimp_drawable_get_thumbnail_data_deprecated (gint32 drawable_ID,
|
||||
gint *width,
|
||||
gint *height,
|
||||
gint *bpp)
|
||||
{
|
||||
return gimp_drawable_get_thumbnail_data (GIMP_DRAWABLE (gimp_item_get_by_id (drawable_ID)),
|
||||
width, height, bpp);
|
||||
}
|
||||
|
||||
/**
|
||||
* gimp_drawable_get_buffer_deprecated: (skip)
|
||||
* @drawable_ID: the ID of the #GimpDrawable to get the buffer for.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue