mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
dd394749f9
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.