mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-18 00:41:04 +00:00
export enum GimpRotationType to libgimp.
2003-12-09 Michael Natterer <mitch@gimp.org> * app/core/core-enums.h: export enum GimpRotationType to libgimp. * tools/pdbgen/pdb/image.pdb: added gimp_image_rotate() PDB wrapper. * app/pdb/image_cmds.c * app/pdb/internal_procs.c * libgimp/gimpenums.h * libgimp/gimpimage_pdb.[ch] * plug-ins/pygimp/gimpenums.py * plug-ins/script-fu/script-fu-constants.c * tools/pdbgen/enums.pl: regenerated. 2003-12-09 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpenums.sgml * libgimp/tmpl/gimpimage.sgml: added gimp_image_rotate().
This commit is contained in:
parent
cc5701a42a
commit
e009182a1e
15 changed files with 209 additions and 31 deletions
|
@ -79,6 +79,7 @@ GimpMergeType
|
|||
GimpOrientationType
|
||||
GimpPaintApplicationMode
|
||||
GimpRepeatMode
|
||||
GimpRotationType
|
||||
GimpRunMode
|
||||
GimpSizeType
|
||||
GimpTransferMode
|
||||
|
@ -316,6 +317,7 @@ gimp_image_width
|
|||
gimp_image_height
|
||||
gimp_image_free_shadow
|
||||
gimp_image_flip
|
||||
gimp_image_rotate
|
||||
gimp_image_resize
|
||||
gimp_image_scale
|
||||
gimp_image_crop
|
||||
|
|
|
@ -284,6 +284,15 @@ Enums and definitions.
|
|||
@GIMP_REPEAT_SAWTOOTH:
|
||||
@GIMP_REPEAT_TRIANGULAR:
|
||||
|
||||
<!-- ##### ENUM GimpRotationType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_ROTATE_90:
|
||||
@GIMP_ROTATE_180:
|
||||
@GIMP_ROTATE_270:
|
||||
|
||||
<!-- ##### ENUM GimpRunMode ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -100,6 +100,16 @@ and operations involving multiple layers.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_rotate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@rotate_type:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_resize ##### -->
|
||||
<para>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue