mirror of https://github.com/GNOME/gimp.git
added gimp_any_to_utf8()
This commit is contained in:
parent
d2eb76deca
commit
42c46dbd12
|
@ -1,3 +1,8 @@
|
|||
2003-10-17 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpbase/libgimpbase-sections.txt
|
||||
* libgimpbase/tmpl/gimputils.sgml: updated.
|
||||
|
||||
2003-10-16 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpcolor/libgimpcolor-sections.txt
|
||||
|
|
|
@ -124,6 +124,7 @@ gimp_unit_get_plural
|
|||
|
||||
<SECTION>
|
||||
<FILE>gimputils</FILE>
|
||||
gimp_any_to_utf8
|
||||
gimp_utf8_strtrim
|
||||
gimp_memsize_to_string
|
||||
gimp_strip_uline
|
||||
|
|
|
@ -14,6 +14,18 @@ Utilities of general interest
|
|||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_any_to_utf8 ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@str:
|
||||
@len:
|
||||
@warning_format:
|
||||
@Varargs:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_utf8_strtrim ##### -->
|
||||
<para>
|
||||
|
||||
|
|
Loading…
Reference in New Issue