New function which works like g_completion_complete(), but strips a
authorMatthias Clasen <maclas@gmx.de>
Wed, 4 Feb 2004 23:54:17 +0000 (23:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 4 Feb 2004 23:54:17 +0000 (23:54 +0000)
commitdd394749f9dbdae65163a99d014b9cf8cf057e73
treea875f1dd2ee50b5d2ff79a3d6db94c5a93b7846d
parent999a87a19a96cd3392f91e93cd3c44ee9daf18b2
New function which works like g_completion_complete(), but strips a

Thu Feb  5 00:56:28 2004  Matthias Clasen  <maclas@gmx.de>

* glib/gcompletion.c (g_completion_complete_utf8): New function which
works like g_completion_complete(), but strips a trailing incomplete
UTF-8 character from the prefix.  (#133313, Theppitak Karoonboonyanan)

* tests/completion-test.c (main): Some GCompletion tests.

* tests/Makefile.am: Add completion-test.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/glib/glib-sections.txt
glib/gcompletion.c
tests/Makefile.am
tests/completion-test.c [new file with mode: 0644]