mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
updated.
2004-12-14 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt: updated. * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimppixbuf.sgml: regenerated.
This commit is contained in:
parent
5e75f585d6
commit
f06e15febb
4 changed files with 41 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2004-12-14 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt: updated.
|
||||
|
||||
* libgimp/tmpl/gimpdrawable.sgml
|
||||
* libgimp/tmpl/gimppixbuf.sgml: regenerated.
|
||||
|
||||
2004-12-13 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* */Makefile.am: simplified by including $(top_srcdir)/gtk-doc.make
|
||||
|
|
|
@ -297,6 +297,7 @@ gimp_drawable_set_pixel
|
|||
gimp_drawable_get_tile
|
||||
gimp_drawable_get_tile2
|
||||
gimp_drawable_get_thumbnail_data
|
||||
gimp_drawable_get_sub_thumbnail_data
|
||||
gimp_drawable_get_color_uchar
|
||||
gimp_drawable_merge_shadow
|
||||
gimp_drawable_fill
|
||||
|
@ -837,6 +838,7 @@ gimp_image_undo_thaw
|
|||
GimpPixbufTransparency
|
||||
gimp_image_get_thumbnail
|
||||
gimp_drawable_get_thumbnail
|
||||
gimp_drawable_get_sub_thumbnail
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
|
|
@ -200,6 +200,22 @@ Functions to manipulate drawables.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_drawable_get_sub_thumbnail_data ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@src_x:
|
||||
@src_y:
|
||||
@src_width:
|
||||
@src_height:
|
||||
@dest_width:
|
||||
@dest_height:
|
||||
@bpp:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_drawable_get_color_uchar ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -47,3 +47,19 @@ Get a thumbnail pixbuf for a drawable or image.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_drawable_get_sub_thumbnail ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@src_x:
|
||||
@src_y:
|
||||
@src_width:
|
||||
@src_height:
|
||||
@dest_width:
|
||||
@dest_height:
|
||||
@alpha:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue