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

Re: svn commit: rev 6120 - in trunk/subversion: bindings/swig include libsvn_delta libsvn_ra_dav libsvn_ra_svn libsvn_repos libsvn_wc mod_dav_svn

From: <kfogel_at_collab.net>
Date: 2003-06-02 23:14:40 CEST

ghudson@tigris.org writes:
> +/** A text-delta window handler which does nothing.
> + *
> + * Editors can return this handler from apply_textdelta if they don't
> + * care about text delta windows.
> + */
> +svn_error_t *svn_delta_null_window_handler (svn_txdelta_window_t *window,
> + void *baton);

Yay -- +1 all over the change.

A minor nit about this function, though: its name makes it sounds like
a function whose job is to take the null window (a window which, as we
all know, has special significance). Which is not at all what it's
for. Suggest

  svn_delta_noop_window_handler
  svn_delta_default_window_handler
  svn_delta_window_nonhandler :-)

...or something similar?

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 2 23:58:58 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.