summaryrefslogtreecommitdiff
path: root/subversion/bindings/swig/proxy/svn_opt_h.swg
blob: a9e09c27f802d521bb14fb6073137792854ea63f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* Proxy classes for svn_opt.h
 * DO NOT EDIT -- AUTOMATICALLY GENERATED
 * BY build/generator/swig/header_wrappers.py */

/* No default constructors for opaque structs */
#ifdef SWIGPYTHON
#endif

/* Callback typemaps */

/* Baton typemaps */
#ifdef SWIGPYTHON
%apply void *PY_AS_VOID {
  void *baton
};
#endif

/* Includes */
%{
#include "svn_opt.h"
%}
%include svn_opt.h

/* Structure definitions */
#ifdef SWIGPYTHON
%proxy(svn_opt_subcommand_desc3_t);
%proxy(svn_opt_subcommand_desc2_t);
%proxy(svn_opt_subcommand_desc_t);
%proxy(svn_opt_revision_value_t);
%proxy(svn_opt_revision_t);
%proxy(svn_opt_revision_range_t);
#endif

/* Callbacks */

%inline %{
%}

#ifdef SWIGPYTHON

#endif