GNOME Bugzilla – Bug 138254
sigc -- slot, bind, etc. fixes to documentation
Last modified: 2004-12-22 21:47:04 UTC
I'll attach a patch which I think solves some of the problems I found in the tutorial (I'm a little unsure of some of them, though). There's others that I didn't understand well enough to guess the correct fix (or even to understand for sure whether it was right or wrong): 1) tutorial/html/ch17s03.html uses Slot0<int>. Should this be sigc::slot<int> or something similar? 2) tutorial/html/ch17s02.html refers to a SlotType. From grepping through the source code, it appears that a SlotType is a typedef. Could this be mentioned in the tutorial? I couldn't find the appropriate connection function (perhaps I was grepping in the wrong place?), so I wasn't able to find the exact typedef, though I did find some connect functions that looked similar...
Created attachment 25992 [details] [review] My guesses at fixing some of the sigc problems in the documentation
OK, these are all fixed in cvs now. Thanks. > I couldn't find the appropriate connection function (perhaps I > was grepping in the wrong place?), so I wasn't able to find the exact typedef, > though I did find some connect functions that looked similar... This should be no problem with the reference documentation.