Pepper_47_C_interfaces
Typedefs | Functions
ppp_broker.h File Reference
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_stdint.h"
Include dependency graph for ppp_broker.h:

Go to the source code of this file.

Typedefs

typedef int32_t(* PP_ConnectInstance_Func )(PP_Instance instance, int32_t handle)
 

Functions

PP_EXPORT int32_t PPP_InitializeBroker (PP_ConnectInstance_Func *connect_instance_func)
 
PP_EXPORT void PPP_ShutdownBroker ()
 

Detailed Description

This file defines functions that your module must implement to support a broker.

Definition in file ppp_broker.h.