Changes

Jump to: navigation, search

NPAPI:Pepper

291 bytes added, 04:26, 30 March 2010
Themes
<pre>
typedef NPError (*NPPPrintEndPtr) (NPP instance);
</pre>
 
= Clipboard =
 
In addition to devices API below, the NPExtensions struct provides a function pointer that can be used to copy strings to the clipboard.
<pre>
/* Copy UTF-8 string into clipboard */
typedef void (*NPCopyTextToClipboardPtr)(
NPP instance,
const char* content);
</pre>
= Themes =
89
edits

Navigation menu