Skip to content

Commit

Permalink
deploy: 02245fe
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrabit committed Nov 20, 2023
1 parent 8ece4ba commit 931588b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ <h3 id="module-factory"><a class="header" href="#module-factory">Module Factory<
</blockquote>
<blockquote>
<p><strong>On macOS</strong><br />
On <em>macOS</em> the entry/exit functions are named <strong>BundleEntry</strong> / <strong>BundleExit</strong> and are <em><strong>required!</strong></em></p>
<p>A plug-in must export these functions and a host has to call the <strong>BundleEntry</strong> function directly after loading the plug-in via <em>CFBundleLoadExecutable</em> and before calling <strong>GetPluginFactory</strong>.</p>
<p>The <strong>BundleExit</strong> function must be called before the plug-in is unloaded or on program termination.</p>
On <em>macOS</em> the entry/exit functions are named <strong>bundleEntry</strong> / <strong>bundleExit</strong> and are <em><strong>required!</strong></em></p>
<p>A plug-in must export these functions and a host has to call the <strong>bundleEntry</strong> function directly after loading the plug-in via <em>CFBundleLoadExecutable</em> and before calling <strong>GetPluginFactory</strong>.</p>
<p>The <strong>bundleExit</strong> function must be called before the plug-in is unloaded or on program termination.</p>
<p>As <em>macOS</em> does not have a standard entry function when loading a bundle the above functions are required and a host has to reject plug-ins not exporting these functions.</p>
</blockquote>
<blockquote>
Expand Down
6 changes: 3 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -4639,9 +4639,9 @@ <h3 id="module-factory"><a class="header" href="#module-factory">Module Factory<
</blockquote>
<blockquote>
<p><strong>On macOS</strong><br />
On <em>macOS</em> the entry/exit functions are named <strong>BundleEntry</strong> / <strong>BundleExit</strong> and are <em><strong>required!</strong></em></p>
<p>A plug-in must export these functions and a host has to call the <strong>BundleEntry</strong> function directly after loading the plug-in via <em>CFBundleLoadExecutable</em> and before calling <strong>GetPluginFactory</strong>.</p>
<p>The <strong>BundleExit</strong> function must be called before the plug-in is unloaded or on program termination.</p>
On <em>macOS</em> the entry/exit functions are named <strong>bundleEntry</strong> / <strong>bundleExit</strong> and are <em><strong>required!</strong></em></p>
<p>A plug-in must export these functions and a host has to call the <strong>bundleEntry</strong> function directly after loading the plug-in via <em>CFBundleLoadExecutable</em> and before calling <strong>GetPluginFactory</strong>.</p>
<p>The <strong>bundleExit</strong> function must be called before the plug-in is unloaded or on program termination.</p>
<p>As <em>macOS</em> does not have a standard entry function when loading a bundle the above functions are required and a host has to reject plug-ins not exporting these functions.</p>
</blockquote>
<blockquote>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 931588b

Please sign in to comment.