source: valtobtest/subversion-1.6.2/subversion/bindings/swig/proxy/svn_string_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: 429 bytes
Line 
1/* Proxy classes for svn_string.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
12/* Includes */
13%{
14#include "svn_string.h"
15%}
16%include svn_string.h
17
18/* Structure definitions */
19#ifdef SWIGPYTHON
20%proxy(svn_string_t);
21%proxy(svn_stringbuf_t);
22#endif
23
24/* Callbacks */
25
26%inline %{
27%}
28
29#ifdef SWIGPYTHON
30
31#endif
Note: See TracBrowser for help on using the repository browser.