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

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
> be the second argument passed to the real svn_wc_adm_open, if I understand
> Swig correctly.

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,
                              svn_wc_adm_access_t *associated,
                              const char *path,
                              svn_boolean_t write_lock,
                              svn_boolean_t tree_lock,
                              apr_pool_t *pool);

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.org
Received 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.