libgxim is an X Input Method (a.k.a. XIM) protocol library that is implemented by GObject. This library helps you implement XIM servers or client applications to communicate through the XIM protocol without using the Xlib API directly, particularly if your application uses a GObject-based main loop.
| Tags | Software Development Internationalization Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | POSIX |
| Implementation | C |
Recent releases


Changes: An error with X event conversion was fixed along with an issue with unexpectedly destroyed windows. Error handling behavior was fixed to avoid a freeze.


Changes: This release fixes a memory leak and some other problems.


Changes: A possible crash when libgxim is built with -D_FORTIFY_SOURCE=2 and a set of "%n" appears in the packet was fixed.


Changes: This release fixes a memory leak and freeze issues when it received an invalid packet and failed to parse it.


Changes: This release fixes a lock up issue.