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 528271 - Missing documentation for spawn* functions
Missing documentation for spawn* functions
Status: RESOLVED FIXED
Product: glibmm
Classification: Bindings
Component: documentation
unspecified
Other Windows
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2008-04-15 18:24 UTC by Jonathon Jongsma
Modified: 2008-04-16 09:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Comment 1 Murray Cumming 2008-04-16 09:30:12 UTC
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)