Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ppb_network_proxy.h
Go to the documentation of this file.
1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2  * Use of this source code is governed by a BSD-style license that can be
3  * found in the LICENSE file.
4  */
5 
6 /* From ppb_network_proxy.idl modified Thu Oct 20 13:57:04 2016. */
7 
8 #ifndef PPAPI_C_PPB_NETWORK_PROXY_H_
9 #define PPAPI_C_PPB_NETWORK_PROXY_H_
10 
11 #include "ppapi/c/pp_bool.h"
13 #include "ppapi/c/pp_instance.h"
14 #include "ppapi/c/pp_macros.h"
15 #include "ppapi/c/pp_stdint.h"
16 #include "ppapi/c/pp_var.h"
17 
18 #define PPB_NETWORKPROXY_INTERFACE_1_0 "PPB_NetworkProxy;1.0"
19 #define PPB_NETWORKPROXY_INTERFACE PPB_NETWORKPROXY_INTERFACE_1_0
20 
63  int32_t (*GetProxyForURL)(PP_Instance instance,
64  struct PP_Var url,
65  struct PP_Var* proxy_string,
66  struct PP_CompletionCallback callback);
67 };
68 
74 #endif /* PPAPI_C_PPB_NETWORK_PROXY_H_ */
75 
int32_t(* GetProxyForURL)(PP_Instance instance, struct PP_Var url, struct PP_Var *proxy_string, struct PP_CompletionCallback callback)
Definition: ppb_network_proxy.h:63
Definition: pp_var.h:166
Definition: ppb_network_proxy.h:40
int32_t PP_Instance
Definition: pp_instance.h:34
Definition: pp_completion_callback.h:139