[DOC]: Re: [PATCH 3/7] Xserver-spec: Remove CreateCallbackList

Alan Coopersmith alan.coopersmith at Oracle.com
Mon Nov 29 14:04:43 PST 2010


Matt Dew wrote:
> Alan,
>   In the later xml files I started using <funcsynopsis> for function
> callouts like that.
> 
> <funcsynopsis>
> <funcprototype>
>   <funcdef>Bool <function>CreateCallbackList</function></funcdef>
>   <paramdef>CallbackListPtr *<parameter>CallbackFuncsPtr</parameter></paramdef>
>   <paramdef>CallbackFuncsPtr <parameter>cbfuncs</parameter></paramdef>
> </funcprototype>
> </funcsynopsis>
> 
> 
> which generates:
> Bool CreateCallbackList(pcbl, cbfuncs);
>   CallbackListPtr  *pcbl;
>   CallbackFuncsPtr cbfuncs;
> 
> 
> What do you think?

I'm working towards that (it also has the nice side effect of converting from
K&R towards ANSI prototypes), but was getting rid of things that didn't need to
be converted first.   I've got a partial set of changes for that in a git stash
at the moment that I need to get back to, but I got sidetracked on some other
issues first.

-- 
	-Alan Coopersmith-        alan.coopersmith at oracle.com
	 Oracle Solaris Platform Engineering: X Window System



More information about the xorg-devel mailing list