source: valtobtest/subversion-1.6.2/subversion/bindings/swig/proxy/svn_opt_h.swg @ 3

Last change on this file since 3 was 3, checked in by valtob, 15 years ago

subversion source 1.6.2 as test

File size: 608 bytes
Line 
1/* Proxy classes for svn_opt.h
2 * DO NOT EDIT -- AUTOMATICALLY GENERATED */
3
4/* No default constructors for opaque structs */
5#ifdef SWIGPYTHON
6#endif
7
8/* Callback typemaps */
9
10/* Baton typemaps */
11#ifdef SWIGPYTHON
12%apply void *PY_AS_VOID {
13  void *baton
14};
15#endif
16
17/* Includes */
18%{
19#include "svn_opt.h"
20%}
21%include svn_opt.h
22
23/* Structure definitions */
24#ifdef SWIGPYTHON
25%proxy(svn_opt_subcommand_desc2_t);
26%proxy(svn_opt_subcommand_desc_t);
27%proxy(svn_opt_revision_value_t);
28%proxy(svn_opt_revision_t);
29%proxy(svn_opt_revision_range_t);
30#endif
31
32/* Callbacks */
33
34%inline %{
35%}
36
37#ifdef SWIGPYTHON
38
39#endif
Note: See TracBrowser for help on using the repository browser.