1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
.\" Copyright (C) 2001 Information-technology Promotion Agency (IPA)
.\" Copyright (C) 2001-2011
.\" National Institute of Advanced Industrial Science and Technology (AIST)
.\" This file is part of the m17n library documentation.
.\" Permission is granted to copy, distribute and/or modify this document
.\" under the terms of the GNU Free Documentation License, Version 1.2 or
.\" any later version published by the Free Software Foundation; with no
.\" Invariant Section, no Front-Cover Texts,
.\" and no Back-Cover Texts. A copy of the license is included in the
.\" appendix entitled "GNU Free Documentation License".
.TH "CORE API" 3m17n "12 Jan 2011" "Version 1.6.2" "The m17n Library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
CORE_API \- API provided by libm17n\-core.so.
.SS "Modules"
.in +1c
.ti -1c
.RI "\fBManaged Object\fP"
.br
.PP
.RI "\fIObjects managed by the reference count. \fP"
.ti -1c
.RI "\fBSymbol\fP"
.br
.PP
.RI "\fISymbol objects and API for them. \fP"
.ti -1c
.RI "\fBProperty List\fP"
.br
.PP
.RI "\fIProperty List objects and API for them. \fP"
.ti -1c
.RI "\fBCharacter\fP"
.br
.PP
.RI "\fICharacter objects and API for them. \fP"
.ti -1c
.RI "\fBChartable\fP"
.br
.PP
.RI "\fIChartable objects and API for them. \fP"
.ti -1c
.RI "\fBM-text\fP"
.br
.PP
.RI "\fIM-text objects and API for them. \fP"
.ti -1c
.RI "\fBText Property\fP"
.br
.PP
.RI "\fIFunction to handle text properties. \fP"
.ti -1c
.RI "\fBDatabase\fP"
.br
.PP
.RI "\fIThe m17n database and API for it. \fP"
.in -1c
.SS "Defines"
.in +1c
.ti -1c
.RI "#define \fBM17N_FUNC\fP(func) ((\fBM17NFunc\fP) (func))"
.br
.RI "\fIWrapper for a generic function type. \fP"
.in -1c
.SS "Typedefs"
.in +1c
.ti -1c
.RI "typedef void(* \fBM17NFunc\fP )(void)"
.br
.RI "\fIGeneric function type. \fP"
.in -1c
.SH "Detailed Description"
.PP
API provided by libm17n\-core.so.
.SH "Define Documentation"
.PP
.SS "#define M17N_FUNC(func) ((\fBM17NFunc\fP) (func))"
.PP
Wrapper for a generic function type. The macro \fBM17N_FUNC()\fP casts a function to the type \fBM17NFunc\fP.
.SH "Typedef Documentation"
.PP
.SS "typedef void(* \fBM17NFunc\fP)(void)"
.PP
Generic function type. \fBM17NFunc\fP is a generic function type for setting a function pointer as a value of \fBMSymbol\fP property or \fBMPlist\fP.
.PP
\fBSEE ALSO\fp
.RS 4
\fBmsymbol_put_func()\fP, \fBmsymbol_get_func()\fP, \fBmplist_put_func()\fP, \fBmplist_get_func()\fP.
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for The m17n Library from the source code.
.SH COPYRIGHT
Copyright (C) 2001 Information\-technology Promotion Agency (IPA)
.br
Copyright (C) 2001\-2011 National Institute of Advanced Industrial Science and Technology (AIST)
.br
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License
<http://www.gnu.org/licenses/fdl.html>.
|