libgimpbase/Makefile.am added new files that hold the new
2003-02-05 Sven Neumann <sven@gimp.org> * libgimpbase/Makefile.am * libgimpbase/gimputils.[ch]: added new files that hold the new gimp_utf8_strtrim() routine; it might be useful in more places. * libgimpbase/gimpdatafiles.c (gimp_datafiles_read_directories): silently ignore directories in the path that can't be opened. * app/core/gimpobject.c (gimp_object_set_name_safe): use gimp_utf8_strtrim(). * app/widgets/gimpwidgets-utils.[ch] * app/tools/gimptextoptions.c: try to make the text tool options look more like all other tool options. Still needs work; I'll leave this up to Mitch ... This byte --> <-- is the millionth in this file!
This commit is contained in:

committed by
Sven Neumann

parent
83f2738a3b
commit
7aaff76971
@ -7,6 +7,7 @@
|
||||
<!entity GimpParasiteIO SYSTEM "sgml/gimpparasiteio.sgml">
|
||||
<!entity GimpSignal SYSTEM "sgml/gimpsignal.sgml">
|
||||
<!entity GimpUnit SYSTEM "sgml/gimpunit.sgml">
|
||||
<!entity GimpUtils SYSTEM "sgml/gimputils.sgml">
|
||||
<!entity GimpVersion SYSTEM "sgml/gimpversion.sgml">
|
||||
<!entity GimpProtocol SYSTEM "sgml/gimpprotocol.sgml">
|
||||
<!entity GimpWire SYSTEM "sgml/gimpwire.sgml">
|
||||
@ -27,6 +28,7 @@
|
||||
&GimpParasiteIO;
|
||||
&GimpSignal;
|
||||
&GimpUnit;
|
||||
&GimpUtils;
|
||||
&GimpProtocol;
|
||||
&GimpWire;
|
||||
</chapter>
|
||||
|
@ -122,6 +122,11 @@ gimp_unit_get_singular
|
||||
gimp_unit_get_plural
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimputils</FILE>
|
||||
gimp_utf8_strtrim
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpwire</FILE>
|
||||
WireMessage
|
||||
|
28
devel-docs/libgimpbase/tmpl/gimputils.sgml
Normal file
28
devel-docs/libgimpbase/tmpl/gimputils.sgml
Normal file
@ -0,0 +1,28 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimputils
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_utf8_strtrim ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@str:
|
||||
@max_chars:
|
||||
@Returns:
|
||||
|
||||
|
Reference in New Issue
Block a user