Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Side by Side Diff: ppapi/c/private/ppb_net_address_private.h

Issue 8983022: Tweak the PPAPI IDL generator to wrap the generated-from comment if necessary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 /* From private/ppb_net_address_private.idl modified Wed Nov 9 12:53:35 2011. * / 6 /* From private/ppb_net_address_private.idl,
7 * modified Tue Jan 3 05:59:06 2012. */
7 8
8 #ifndef PPAPI_C_PRIVATE_PPB_NET_ADDRESS_PRIVATE_H_ 9 #ifndef PPAPI_C_PRIVATE_PPB_NET_ADDRESS_PRIVATE_H_
9 #define PPAPI_C_PRIVATE_PPB_NET_ADDRESS_PRIVATE_H_ 10 #define PPAPI_C_PRIVATE_PPB_NET_ADDRESS_PRIVATE_H_
10 11
11 #include "ppapi/c/pp_bool.h" 12 #include "ppapi/c/pp_bool.h"
12 #include "ppapi/c/pp_macros.h" 13 #include "ppapi/c/pp_macros.h"
13 #include "ppapi/c/pp_module.h" 14 #include "ppapi/c/pp_module.h"
14 #include "ppapi/c/pp_stdint.h" 15 #include "ppapi/c/pp_stdint.h"
15 #include "ppapi/c/pp_var.h" 16 #include "ppapi/c/pp_var.h"
16 17
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 * Gets the "any" address (for IPv4 or IPv6); for use with UDP Bind. 77 * Gets the "any" address (for IPv4 or IPv6); for use with UDP Bind.
77 */ 78 */
78 void (*GetAnyAddress)(PP_Bool is_ipv6, struct PP_NetAddress_Private* addr); 79 void (*GetAnyAddress)(PP_Bool is_ipv6, struct PP_NetAddress_Private* addr);
79 }; 80 };
80 /** 81 /**
81 * @} 82 * @}
82 */ 83 */
83 84
84 #endif /* PPAPI_C_PRIVATE_PPB_NET_ADDRESS_PRIVATE_H_ */ 85 #endif /* PPAPI_C_PRIVATE_PPB_NET_ADDRESS_PRIVATE_H_ */
85 86
OLDNEW
« no previous file with comments | « no previous file | ppapi/c/trusted/ppb_audio_input_trusted_dev.h » ('j') | ppapi/generators/idl_c_header.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698