webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Attributes | List of all members
NPClass Struct Reference

#include <npruntime.h>

Public Attributes

uint32_t structVersion
 
NPAllocateFunctionPtr allocate
 
NPDeallocateFunctionPtr deallocate
 
NPInvalidateFunctionPtr invalidate
 
NPHasMethodFunctionPtr hasMethod
 
NPInvokeFunctionPtr invoke
 
NPInvokeDefaultFunctionPtr invokeDefault
 
NPHasPropertyFunctionPtr hasProperty
 
NPGetPropertyFunctionPtr getProperty
 
NPSetPropertyFunctionPtr setProperty
 
NPRemovePropertyFunctionPtr removeProperty
 
NPEnumerationFunctionPtr enumerate
 
NPConstructFunctionPtr construct
 

Member Data Documentation

◆ allocate

NPAllocateFunctionPtr NPClass::allocate

◆ construct

NPConstructFunctionPtr NPClass::construct

◆ deallocate

NPDeallocateFunctionPtr NPClass::deallocate

◆ enumerate

NPEnumerationFunctionPtr NPClass::enumerate

◆ getProperty

NPGetPropertyFunctionPtr NPClass::getProperty

◆ hasMethod

NPHasMethodFunctionPtr NPClass::hasMethod

◆ hasProperty

NPHasPropertyFunctionPtr NPClass::hasProperty

◆ invalidate

NPInvalidateFunctionPtr NPClass::invalidate

◆ invoke

NPInvokeFunctionPtr NPClass::invoke

◆ invokeDefault

NPInvokeDefaultFunctionPtr NPClass::invokeDefault

◆ removeProperty

NPRemovePropertyFunctionPtr NPClass::removeProperty

◆ setProperty

NPSetPropertyFunctionPtr NPClass::setProperty

◆ structVersion

uint32_t NPClass::structVersion

The documentation for this struct was generated from the following file: