[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Add svn_wc_status_t ** as a OUTPARAM to swig bindings

From: Jon Middleton <jjm_at_ixtab.org.uk>
Date: 2003-01-08 22:48:12 CET

Hi,

This patch adds svn_wc_status_t ** as a OUTPARAM for svn_wc.h, so that
svn_wc_status() can be used with the swig bindings.

* subversion/bindings/swig/svn_wc.i:
  Add svn_wc_status_t ** as an OUTPARAM

Index: subversion/bindings/swig/svn_wc.i
===================================================================
--- subversion/bindings/swig/svn_wc.i (revision 4296)
+++ subversion/bindings/swig/svn_wc.i (working copy)
@@ -39,6 +39,7 @@
 %apply SWIGTYPE **OUTPARAM {
     svn_wc_entry_t **,
     svn_wc_adm_access_t **,
+ svn_wc_status_t **,
     svn_boolean_t *
 };
 

-- 
Jon
"First things first -- but not necessarily in that order"
                -- The Doctor, "Doctor Who"		

  • application/pgp-signature attachment: stored
Received on Wed Jan 8 22:49:03 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.