GNOME Bugzilla – Bug 528271
Missing documentation for spawn* functions
Last modified: 2008-04-16 09:30:12 UTC
See http://gtkmm.org/docs/glibmm-2.4/docs/reference/html/group__Spawn.html We should probably port the documentation from glib: http://library.gnome.org/devel/glib/unstable/glib-Spawning-Processes.html
Done. These are not very nice functions anyway because they have so many optional pointer parameters. I didn't want to repeat the huge chunks of documentation for the method overloads, so I uses "see the main * method" text. It seems to work, though I don't know how to refer to a particular overload of a method. 2008-04-16 Murray Cumming <murrayc@murrayc.com> * glib/src/spawn.hg: Addded doxygen documentation based on the C documentation. Bug #528271 (Jonathon Jongsma)