mirror of https://github.com/GNOME/gimp.git
added gimp_vectors_copy().
2008-07-28 Sven Neumann <sven@gimp.org> * libgimp/libgimp-sections.txt: added gimp_vectors_copy(). * libgimp/tmpl/gimpvectors.sgml: regenerated. svn path=/trunk/; revision=26330
This commit is contained in:
parent
77402aae6b
commit
48964f632e
|
@ -1,3 +1,9 @@
|
||||||
|
2008-07-28 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* libgimp/libgimp-sections.txt: added gimp_vectors_copy().
|
||||||
|
|
||||||
|
* libgimp/tmpl/gimpvectors.sgml: regenerated.
|
||||||
|
|
||||||
2008-07-21 Michael Natterer <mitch@gimp.org>
|
2008-07-21 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* tools/widgets.c: don't use gtk_box_pack_start/end_defaults(),
|
* tools/widgets.c: don't use gtk_box_pack_start/end_defaults(),
|
||||||
|
|
|
@ -931,6 +931,7 @@ gimp_image_undo_thaw
|
||||||
<FILE>gimpvectors</FILE>
|
<FILE>gimpvectors</FILE>
|
||||||
gimp_vectors_new
|
gimp_vectors_new
|
||||||
gimp_vectors_new_from_text_layer
|
gimp_vectors_new_from_text_layer
|
||||||
|
gimp_vectors_copy
|
||||||
gimp_vectors_is_valid
|
gimp_vectors_is_valid
|
||||||
gimp_vectors_get_strokes
|
gimp_vectors_get_strokes
|
||||||
gimp_vectors_get_image
|
gimp_vectors_get_image
|
||||||
|
|
|
@ -37,6 +37,15 @@ gimpvectors
|
||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gimp_vectors_copy ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@vectors_ID:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gimp_vectors_is_valid ##### -->
|
<!-- ##### FUNCTION gimp_vectors_is_valid ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue