mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
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:
parent
f4b97e740c
commit
e24375e64a
7 changed files with 67 additions and 27 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue