After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 356471 - New Documentation for Gtk::Socket and Gtk::Plug
New Documentation for Gtk::Socket and Gtk::Plug
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: reference documentation
2.10.x
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2006-09-18 00:39 UTC by Jonathon Jongsma
Modified: 2006-09-21 20:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for tutorial docbook file and build infrastructure. (10.74 KB, patch)
2006-09-18 00:40 UTC, Jonathon Jongsma
committed Details | Review
Example to be included in documentation: socket.cc (file 1 / 2 ) (1.29 KB, text/plain)
2006-09-18 00:41 UTC, Jonathon Jongsma
  Details
Example to be included in documentation: plug.cc (file 2 / 2 ) (885 bytes, text/plain)
2006-09-18 00:42 UTC, Jonathon Jongsma
  Details

Description Jonathon Jongsma 2006-09-18 00:39:18 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).
Comment 1 Jonathon Jongsma 2006-09-18 00:40:20 UTC
Created attachment 72957 [details] [review]
patch for tutorial docbook file and build infrastructure.
Comment 2 Jonathon Jongsma 2006-09-18 00:41:43 UTC
Created attachment 72958 [details]
Example to be included in documentation: socket.cc (file 1 / 2 )
Comment 3 Jonathon Jongsma 2006-09-18 00:42:08 UTC
Created attachment 72959 [details]
Example to be included in documentation: plug.cc (file 2 / 2 )
Comment 4 Jonathon Jongsma 2006-09-18 00:43:55 UTC
umm, comment #3 should say file 2/2.  Sorry for all the spam.  Anyway, any comments?  Or should I just commit it all?
Comment 5 Murray Cumming 2006-09-19 06:47:38 UTC
Looks good, so go ahead. Well done.
Comment 6 Jonathon Jongsma 2006-09-19 11:52:12 UTC
I've committed this to HEAD.
Comment 7 Murray Cumming 2006-09-21 20:21:24 UTC
The Makefile.am file mentions a winidfile.h file, but that's not in cvs.
Comment 8 Jonathon Jongsma 2006-09-21 20:31:13 UTC
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.