Searched refs:xim_log (Results 1 – 2 of 2) sorted by relevance
35 static void xim_log(char *s, ...) ATTRIBUTE_FORMAT_PRINTF(1, 2);38 xim_log(char *s, ...) in xim_log() function448 xim_log("im_commit_cb(): %s\n", str); in im_commit_cb()534 xim_log("im_preedit_start_cb()\n"); in im_preedit_start_cb()550 xim_log("im_preedit_end_cb()\n"); in im_preedit_end_cb()627 xim_log("im_preedit_changed_cb(): %s\n", preedit_string); in im_preedit_changed_cb()810 xim_log("xim_init()\n"); in xim_init()835 xim_log("im_shutdown()\n"); in im_shutdown()1308 xim_log("xim_instantiate_cb()\n"); in xim_instantiate_cb()1332 xim_log("xim_destroy_cb()\n"); in xim_destroy_cb()[all …]
12112 Solution: Add xim_log() to log XIM events and help with debugging.