File: imengine.version-script

package info (click to toggle)
scim 1.4.7-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 20,368 kB
  • ctags: 12,834
  • sloc: cpp: 51,239; sh: 22,370; ansic: 18,716; makefile: 1,258; xml: 641; yacc: 288
file content (16 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SCIM_IMENGINE_1.0 {
    global:
        extern "C" {
            *scim_imengine_module_create_factory*;
            *scim_imengine_module_init*;
            *scim_module_exit*;
            *scim_module_init*;
        };

    local:
        extern "C++" {
            scim::*;
            std::*;
            __gnu_cxx::*;
        };
};