Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ppp.h File Reference
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_module.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/ppb.h"

Go to the source code of this file.

Typedefs

typedef int32_t(* PP_InitializeModule_Func )(PP_Module module, PPB_GetInterface get_browser_interface)
 
typedef void(* PP_ShutdownModule_Func )(void)
 
typedef const void *(* PP_GetInterface_Func )(const char *interface_name)
 

Functions

PP_EXPORT int32_t PPP_InitializeModule (PP_Module module, PPB_GetInterface get_browser_interface)
 
PP_EXPORT void PPP_ShutdownModule (void)
 
PP_EXPORT const void * PPP_GetInterface (const char *interface_name)
 

Detailed Description

This file defines three functions that your module must implement to interact with the browser.