comparison Sphinx/source/developers/creating-plugins.rst @ 67:a3050705d836

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Nov 2016 09:13:47 +0100
parents cb712e9d9187
children 19dd28b3a541
comparison
equal deleted inserted replaced
66:cb712e9d9187 67:a3050705d836
33 33
34 Structure of the plugins 34 Structure of the plugins
35 ------------------------ 35 ------------------------
36 36
37 A plugin takes the form of a shared library (``.DLL`` under Windows, 37 A plugin takes the form of a shared library (``.DLL`` under Windows,
38 ``.so`` under GNU/Linux, ``.dylib`` under Apple OS X...) that use the 38 ``.so`` under GNU/Linux, ``.dylib`` under Apple OS X...) that uses the
39 `ABI of the C language 39 `ABI of the C language
40 <https://en.wikipedia.org/wiki/Application_binary_interface>`__ to 40 <https://en.wikipedia.org/wiki/Application_binary_interface>`__ to
41 declare 4 public functions/symbols: 41 declare 4 public functions/symbols:
42 42
43 * ``int32_t OrthancPluginInitialize(OrthancPluginContext* context)``. This 43 * ``int32_t OrthancPluginInitialize(OrthancPluginContext* context)``. This