mirror of https://github.com/GNOME/gimp.git
added gimp_context_list_paint_methods
svn path=/trunk/; revision=23506
This commit is contained in:
parent
66b409c354
commit
37db612bca
|
@ -1,3 +1,9 @@
|
|||
2007-09-12 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/gimp.def: added gimp_context_list_paint_methods.
|
||||
|
||||
* libgimp/tmpl/gimpcontext.sgml: regenerated.
|
||||
|
||||
2007-09-12 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/pnm.c (pnm_load_ascii): fixed loading of PGM
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2007-09-12 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt: added gimp_context_list_paint_methods.
|
||||
|
||||
2007-08-24 Raphaël Quinet <raphael@gimp.org>
|
||||
|
||||
* release-howto.txt: added note about having admin access to
|
||||
|
|
|
@ -249,6 +249,7 @@ gimp_context_get_font
|
|||
gimp_context_set_font
|
||||
gimp_context_get_paint_method
|
||||
gimp_context_set_paint_method
|
||||
gimp_context_list_paint_methods
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
|
|
@ -221,3 +221,13 @@ Functions to manipulate a plug-in's context.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_list_paint_methods ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@num_paint_methods:
|
||||
@paint_methods:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
|
|
@ -78,6 +78,7 @@ EXPORTS
|
|||
gimp_context_get_paint_mode
|
||||
gimp_context_get_palette
|
||||
gimp_context_get_pattern
|
||||
gimp_context_list_paint_methods
|
||||
gimp_context_pop
|
||||
gimp_context_push
|
||||
gimp_context_set_background
|
||||
|
|
Loading…
Reference in New Issue