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

[PATCH] ctypes-python-bindings branch WC Callbacks

From: Sage La Torra <sagelt_at_gmail.com>
Date: 2007-06-19 00:18:42 CEST

This patch adds callback registration to the WC python ctypes class.
WC initialization is expanded to accept notification, log, progress
and cancellation callbacks. If no callbacks are given, nothing is
changed. In addition, a set method is added for each callback.

[[[
Add callback functionality to the WC class.

* csvn/wc.py
(WC.__init__): Add parameters for callback functions. No callbacks set
by default.
(WC.set_notify_callback, WC.set_log_callback, WC.set_cancel_func,
WC.set_progress_func): New functions to set callback functions used
during WC operations.
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 19 00:18:42 2007

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.