Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: native_client_sdk/doc_generated/pepper_dev/c/ppp__message__handler_8h.html

Issue 332903002: [NaCl SDK] docs: update Pepper API docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/doc_generated/pepper_dev/c/ppp__message__handler_8h.html
diff --git a/native_client_sdk/doc_generated/pepper_dev/c/ppp__message__handler_8h.html b/native_client_sdk/doc_generated/pepper_dev/c/ppp__message__handler_8h.html
new file mode 100644
index 0000000000000000000000000000000000000000..8feadf31d3b854ddd0c8c6cf7cf9cf83a166bb4a
--- /dev/null
+++ b/native_client_sdk/doc_generated/pepper_dev/c/ppp__message__handler_8h.html
@@ -0,0 +1,29 @@
+{{+bindTo:partials.standard_nacl_api}}
+<h1>ppp_message_handler.h File Reference</h1>
+<div id="doxygen-ref">
+{{- dummy div to appease doxygen -}}
+ <div>
+<!-- Generated by Doxygen 1.7.6.1 -->
+
+
+</div>
+<!--header-->
+<div class="contents">
+<div class="textblock"><div class="dynheader">
+Include dependency graph for ppp_message_handler.h:</div>
+<div class="dyncontent">
+<div class="center"><img src="ppp__message__handler_8h__incl.png" border="0" usemap="#ppp__message__handler_8h" alt="" /></div>
+<map name="ppp__message__handler_8h" id="ppp__message__handler_8h">
+</map>
+</div>
+</div><h2>
+Data Structures</h2><table class="memberdecls">
+
+<tr><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_p___message_handler__0__1.html">PPP_MessageHandler</a></td></tr>
+<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">The <code>PPP_MessageHandler</code> interface is implemented by the plugin if the plugin wants to receive messages from a thread other than the main Pepper thread, or if the plugin wants to handle blocking messages which JavaScript may send via postMessageAndAwaitResponse(). <a href="struct_p_p_p___message_handler__0__1.html#details">More...</a><br /></td></tr>
+</table>
+<hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
+<div class="textblock"><p>This file defines the <code>PPP_MessageHandler</code> interface that plugins can implement and register using PPB_Messaging::RegisterMessageHandler in order to handle messages sent from JavaScript via postMessage() or postMessageAndAwaitResponse(). </p>
+</div></div><!-- contents -->
+</div>
+{{/partials.standard_nacl_api}}

Powered by Google App Engine
This is Rietveld 408576698