Boudewijn Rempt <[EMAIL PROTECTED]> writes:

> On 30 Oct 1999, Pete Ware wrote:
> 
> > Boudewijn Rempt <[EMAIL PROTECTED]> writes:
> > 
> > > void setTitle ( const char *_title )  
> > > 
> > > self.connect(self.ilViewer, SIGNAL("setTitle (char)"), self.setTitle)
> > > (or: elf.connect(self.ilViewer, SIGNAL("setTitle( const char *_title )"), 
>self.setTitle))

Incredibly enough, it's:

        SIGNAL("setTitle( const char *)")


Note the space between "char" and "*"

--pete



Reply via email to