Re: Problem with python swig example - geturl.py
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-12-03 01:20:32 CET
Peter Davis <peter@pdavis.cx> writes:
> The first "None" above should actually
The python code is
adm_baton = wc.svn_wc_adm_open(None, None, dir, True, True, adm_pool)
that's six parameters, and the C prototype is
svn_error_t *svn_wc_adm_open (svn_wc_adm_access_t **adm_access,
that's also six parameters.
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Dec 3 01:21:17 2002 |
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.