logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

m17nCore_-_CORE - - API provided by libm17n-core.so

Author

       Generated automatically by Doxygen for The m17n Library from the source code.

Detailed Description

       API provided by libm17n-core.so

Macro Definition Documentation

#defineM17N_FUNC(func)((M17NFunc)(func))
       Wrapper for a generic function type. The macro M17N_FUNC() casts a function to the type M17NFunc.

Name

       m17nCore_-_CORE -  - API provided by libm17n-core.so

Synopsis

ModulesManagedObject
           Objects managed by the reference count
            "
       Symbol
           Symbol objects and API for them.
       PropertyListCharacter
           Character objects and API for them.
       Chartable
           Chartable objects and API for them.
       M-text
           M-text objects and API for them.
       TextProperty
           Function to handle text properties.
       Database
           The m17n database and API for it.

   Macros
       #define M17N_FUNC(func)   ((M17NFunc) (func))
           Wrapper for a generic function type.

   Typedefs
       typedef void(* M17NFunc) (void)
           Generic function type.

Typedef Documentation

typedefvoid(*M17NFunc)(void)
       Generic function type. M17NFunc is a generic function type for setting a function pointer as a value of
       #MSymbol property or MPlist.

       SEEALSOmsymbol_put_func(),msymbol_get_func(),mplist_put_func(),mplist_get_func().

See Also