PageRenderTime 35ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/src/scim.version-script

http://scim-python.googlecode.com/
Unknown | 21 lines | 20 code | 1 blank | 0 comment | 0 complexity | 65f5b04152276fd08092dacb02c6c0db MD5 | raw file
  1. SCIM_0.1 {
  2. global:
  3. extern "C" {
  4. initscim;
  5. scim_module_init;
  6. scim_module_exit;
  7. scim_imengine_module_init;
  8. scim_imengine_module_create_factory;
  9. scim_setup_module_get_category;
  10. scim_setup_module_create_ui;
  11. scim_setup_module_get_name;
  12. scim_setup_module_get_description;
  13. scim_setup_module_load_config;
  14. scim_setup_module_save_config;
  15. scim_setup_module_query_changed;
  16. scim_helper_module_number_of_helpers;
  17. scim_helper_module_get_helper_info;
  18. scim_helper_module_run_helper;
  19. };
  20. };