Re: Some headerfiles patches



[Damn hate to reply on myself]

-On [20000116 20:32], Jeroen Ruigrok/Asmodai (asmodai@wxs.nl) wrote:
>I think I saw this one come up already on the list:
>
>gtktypeutils.h
>
>typedef void (*GtkSignalFunc)      ();
>
>This should probably just be
>
>typedef void (*GtkSignalFunc)      (void);
>
>gtkitemfactory.h:
>
>typedef void    (*GtkItemFactoryCallback)  ();
>
>to
>
>typedef void    (*GtkItemFactoryCallback)  (void);

I mistook them for empty braces.  But I understand these should be
variable argument cases.  Am I correct in this assumption?

-- 
Jeroen Ruigrok van der Werven/Asmodai           asmodai@[wxs.nl|bart.nl]
Documentation nutter.          *BSD: Technical excellence at its best...  
The BSD Programmer's Documentation Project <http://home.wxs.nl/~asmodai>
We must all hang together, else we shall all hang separately...



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]