libgimp: API with new object classes are since 3.0.

Even when the function names may have stayed the same in most cases, the
API has changed. The "Since:" tag must therefore be bumped.

Also adding docs for gimp_drawable_get_sub_thumbnail_data() which had
none.
This commit is contained in:
Jehan 2019-08-30 16:38:03 +02:00
parent f4b97e740c
commit e24375e64a
7 changed files with 67 additions and 27 deletions

View file

@ -66,6 +66,8 @@ gimp_channel_init (GimpChannel *channel)
*
* Returns: (transfer none): The newly created channel.
* The object belongs to libgimp and you should not free it.
*
* Since: 3.0
*/
GimpChannel *
gimp_channel_new (GimpImage *image,