You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jon Middleton <jj...@ixtab.org.uk> on 2002/12/08 15:35:47 UTC

[PATCH] Add apr_hash_t as an OUTPARAM in svn_wc.i

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

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

-- 
Jon

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

Re: [PATCH] Add apr_hash_t as an OUTPARAM in svn_wc.i

Posted by cm...@collab.net.
Jon Middleton <jj...@ixtab.org.uk> writes:

> * subversion/bindings/swig/svn_wc.i: Add apr_hash_t as an OUTPARAM.
> 
> Index: subversion/bindings/swig/svn_wc.i
> ===================================================================
> --- subversion/bindings/swig/svn_wc.i	(revision 4044)
> +++ subversion/bindings/swig/svn_wc.i	(working copy)
> @@ -39,7 +39,8 @@
>  %apply SWIGTYPE **OUTPARAM {
>      svn_wc_entry_t **,
>      svn_wc_adm_access_t **,
> -    svn_boolean_t *
> +    svn_boolean_t *,
> +    apr_hash_t *
>  };
>  
>  /* ----------------------------------------------------------------------- */

Sorry, can't clear this patch.  'apr_hash_t *' is not always used an
output parameter in svn_wc.h.  We'll need some typemap work I imagine
to handle individual different cases where this is used as input or
output.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org