Revert "Fix broken channel icon in chrome://help on CrOS" and try again
[chromium-blink-merge.git] / ppapi / generators / test_cgen_range / versions.h
blob9d837db872da323a8d4552e47679badb54725e91
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
3 * found in the LICENSE file.
4 */
6 /* From test_cgen_range/versions.idl modified Wed Nov 21 15:18:23 2012. */
8 #ifndef PPAPI_C_TEST_CGEN_RANGE_VERSIONS_H_
9 #define PPAPI_C_TEST_CGEN_RANGE_VERSIONS_H_
11 #include "ppapi/c/pp_macros.h"
12 #include "ppapi/c/test_cgen_range/dev_channel_interface.h"
14 #define FOO_INTERFACE_0_0 "Foo;0.0"
15 #define FOO_INTERFACE_1_0 "Foo;1.0"
16 #define FOO_INTERFACE_2_0 "Foo;2.0"
17 #define FOO_INTERFACE FOO_INTERFACE_2_0
19 /**
20 * @file
21 * File Comment. */
24 /**
25 * @addtogroup Interfaces
26 * @{
28 /* Bogus Interface Foo */
29 struct Foo_2_0 {
30 /**
31 * Comment for function x,y,z
33 int32_t (*Bar)(int32_t x, int32_t y, int32_t z);
36 typedef struct Foo_2_0 Foo;
38 struct Foo_0_0 {
39 int32_t (*Bar)(int32_t x);
42 struct Foo_1_0 {
43 int32_t (*Bar)(int32_t x, int32_t y);
45 /**
46 * @}
49 #endif /* PPAPI_C_TEST_CGEN_RANGE_VERSIONS_H_ */