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.
22 * Comment for function x
24 [version=0.0] int32_t Bar
([in] int32_t x
);
26 * Comment for function x,y,z
28 [version=2.0] int32_t Bar
([in] int32_t x
, [in] int32_t y
, [in] int32_t z
);
36 * Comment for function x
45 * Comment for function x
49 * Comment for member y
51 [version=1.0] int32_t y
;
56 * Typedef to generate M13-M14, M15
58 typedef int32_t callback_t
([in] int32_t x
, [in, version=2.0] int32_t y
);
63 * Comment for function Bar
65 int32_t Bar
([in, version=1.0] callback_t cb
);