5 #ifndef PPAPI_C_PPP_CLASS_DEPRECATED_H_ 
    6 #define PPAPI_C_PPP_CLASS_DEPRECATED_H_ 
   84                               uint32_t* property_count,
 
   85                               struct PP_Var** properties,
 
  103                          struct 
PP_Var* exception);
 
  112                         struct PP_Var method_name,
 
  115                         struct PP_Var* exception);
 
  121                              struct PP_Var* exception);
 
bool(* HasProperty)(void *object, struct PP_Var name, struct PP_Var *exception)
void(* GetAllPropertyNames)(void *object, uint32_t *property_count, struct PP_Var **properties, struct PP_Var *exception)
struct PP_Var(* Construct)(void *object, uint32_t argc, struct PP_Var *argv, struct PP_Var *exception)
bool(* HasMethod)(void *object, struct PP_Var name, struct PP_Var *exception)
void(* SetProperty)(void *object, struct PP_Var name, struct PP_Var value, struct PP_Var *exception)
void(* RemoveProperty)(void *object, struct PP_Var name, struct PP_Var *exception)
void(* Deallocate)(void *object)
struct PP_Var(* GetProperty)(void *object, struct PP_Var name, struct PP_Var *exception)
struct PP_Var(* Call)(void *object, struct PP_Var method_name, uint32_t argc, struct PP_Var *argv, struct PP_Var *exception)