API of uim

libuim contains following two types functionality
 (1)uim core
 (2)uim helper
uim core handles key events, mode switching, input method
enumeration, candidate lookup and so on. On the other hand,
uim helper handles status shareing on the desktop.

Core Library
 Functions
  uim_init()
  uim_create_context()
  uim_set_preedit_cb()
  uim_release_context()
  uim_reset_context()
  uim_get_nr_im()
  uim_get_im_name()
  uim_get_im_language()
  uim_press_key()
  uim_release_key()
  uim_get_nr_modes()
  uim_get_mode_name()
  uim_set_mode_list_update_cb()
  uim_prop_list_update()
  uim_prop_label_update()
  uim_set_prop_list_update_cb()
  uim_set_prop_label_update_cb()
  uim_prop_activate()
  uim_get_current_mode()
  uim_set_mode()
  uim_set_mode_cb()
  uim_set_candidate_cb()
  uim_get_candidate()
  uim_get_candidate_index()
  uim_set_candidate_index()
Helper Library
