ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.pod
(Generate patch)

Comparing libev/ev.pod (file contents):
Revision 1.79 by root, Sun Dec 9 19:46:56 2007 UTC vs.
Revision 1.80 by root, Sun Dec 9 19:47:30 2007 UTC

117 117
118=item int ev_version_major () 118=item int ev_version_major ()
119 119
120=item int ev_version_minor () 120=item int ev_version_minor ()
121 121
122You can find out the major and minor API/ABI version numbers of the library 122You can find out the major and minor ABI version numbers of the library
123you linked against by calling the functions C<ev_version_major> and 123you linked against by calling the functions C<ev_version_major> and
124C<ev_version_minor>. If you want, you can compare against the global 124C<ev_version_minor>. If you want, you can compare against the global
125symbols C<EV_VERSION_MAJOR> and C<EV_VERSION_MINOR>, which specify the 125symbols C<EV_VERSION_MAJOR> and C<EV_VERSION_MINOR>, which specify the
126version of the library your program was compiled against. 126version of the library your program was compiled against.
127 127
128These version numbers refer to the API and ABI version of the library, not 128These version numbers refer to the ABI version of the library, not the
129the release version. 129release version.
130 130
131Usually, it's a good idea to terminate if the major versions mismatch, 131Usually, it's a good idea to terminate if the major versions mismatch,
132as this indicates an incompatible change. Minor versions are usually 132as this indicates an incompatible change. Minor versions are usually
133compatible to older versions, so a larger minor version alone is usually 133compatible to older versions, so a larger minor version alone is usually
134not a problem. 134not a problem.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines