summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/doc_generated/pepper_stable/cpp/classpp_1_1_instance.html
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/doc_generated/pepper_stable/cpp/classpp_1_1_instance.html')
-rw-r--r--native_client_sdk/doc_generated/pepper_stable/cpp/classpp_1_1_instance.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/doc_generated/pepper_stable/cpp/classpp_1_1_instance.html b/native_client_sdk/doc_generated/pepper_stable/cpp/classpp_1_1_instance.html
index c1426e0..3894b01 100644
--- a/native_client_sdk/doc_generated/pepper_stable/cpp/classpp_1_1_instance.html
+++ b/native_client_sdk/doc_generated/pepper_stable/cpp/classpp_1_1_instance.html
@@ -113,7 +113,7 @@ Static Public Member Functions</h2><table class="memberdecls">
<div class="memdoc">
<p><a class="el" href="classpp_1_1_instance.html#a9773263ee281405030548fc224eeec08" title="AddPerInstanceObject() associates an instance with an interface, creating an object.">AddPerInstanceObject()</a> associates an instance with an interface, creating an object. </p>
<p>Many optional interfaces are associated with a plugin instance. For example, the find in PPP_Find interface receives updates on a per-instance basis. This "per-instance" tracking allows such objects to associate themselves with an instance as "the" handler for that interface name.</p>
-<p>In the case of the find example, the find object registers with its associated instance in its constructor and unregisters in its destructor. Then whenever it gets updates with a PP_Instance parameter, it can map back to the find object corresponding to that given PP_Instance by calling GetPerInstanceObject</p>
+<p>In the case of the find example, the find object registers with its associated instance in its constructor and unregisters in its destructor. Then whenever it gets updates with a PP_Instance parameter, it can map back to the find object corresponding to that given PP_Instance by calling GetPerInstanceObject.</p>
<p>This lookup is done on a per-interface-name basis. This means you can only have one object of a given interface name associated with an instance.</p>
<p>If you are adding a handler for an additional interface, be sure to register with the module (AddPluginInterface) for your interface name to get the C calls in the first place.</p>
<p>Refer to <a class="el" href="classpp_1_1_instance.html#a33c633189c7c321dac8e0c5dc6e67f5b" title="Refer to AddPerInstanceObject() for further information.">RemovePerInstanceObject()</a> and <a class="el" href="classpp_1_1_instance.html#a6dec498f1d49571be9fd40e23745327f" title="Look up an object previously associated with an instance.">GetPerInstanceObject()</a> for further information.</p>