GNOME Bugzilla – Bug 356471
New Documentation for Gtk::Socket and Gtk::Plug
Last modified: 2006-09-21 20:31:13 UTC
I spent some time figuring out how to use Gtk::Socket and Gtk::Plug this weekend, so i thought I'd add a chapter to the tutorial that gives a simple example of their use. I'll attach the patch. There are a couple additional files as well (e.g. screenshots).
Created attachment 72957 [details] [review] patch for tutorial docbook file and build infrastructure.
Created attachment 72958 [details] Example to be included in documentation: socket.cc (file 1 / 2 )
Created attachment 72959 [details] Example to be included in documentation: plug.cc (file 2 / 2 )
umm, comment #3 should say file 2/2. Sorry for all the spam. Anyway, any comments? Or should I just commit it all?
Looks good, so go ahead. Well done.
I've committed this to HEAD.
The Makefile.am file mentions a winidfile.h file, but that's not in cvs.
ahh, thanks. I had originally had this file as part of the example but simplified things so that the example would be easier to follow. I've committed a change to remove any references to this file.