Pepper_31_C_interfaces
|
#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) |
This file defines three functions that your module must implement to interact with the browser.
Definition in file ppp.h.