diff options
author | Murray Cumming <murrayc@murrayc.com> | 2008-04-16 09:57:50 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@src.gnome.org> | 2008-04-16 09:57:50 +0000 |
commit | bb7935ea4d30dbfe3fe01a58c4752635682eaffb (patch) | |
tree | 95b5742dcd77a3cdf3de09c2796c20d21e8bf5ec | |
parent | 79c9919b28fced561d12d20c89c3a864c6390d46 (diff) | |
download | glibmm-bb7935ea4d30dbfe3fe01a58c4752635682eaffb.tar.gz |
Moved the enum back out of the doxygen group, because that results in the
2008-04-16 Murray Cumming <murrayc@murrayc.com>
* glib/src/spawn.hg: Moved the enum back out of the doxygen group,
because that results in the enums group being inside the spawn group.
svn path=/trunk/; revision=655
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | glib/src/spawn.hg | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ 2008-04-16 Murray Cumming <murrayc@murrayc.com> + * glib/src/spawn.hg: Moved the enum back out of the doxygen group, + because that results in the enums group being inside the spawn group. + +2008-04-16 Murray Cumming <murrayc@murrayc.com> + * glib/src/spawn.hg: Addded doxygen documentation based on the C documentation. Bug #528271 (Jonathon Jongsma) diff --git a/glib/src/spawn.hg b/glib/src/spawn.hg index 4c7eac81..40adfa60 100644 --- a/glib/src/spawn.hg +++ b/glib/src/spawn.hg @@ -33,13 +33,13 @@ namespace Glib typedef GPid Pid; +_WRAP_ENUM(SpawnFlags, GSpawnFlags, NO_GTYPE) + /** @defgroup Spawn Spawning Processes * Process launching with fork()/exec(). * @{ */ -_WRAP_ENUM(SpawnFlags, GSpawnFlags, NO_GTYPE) - /** Exception class for errors occuring when spawning processes. */ _WRAP_GERROR(SpawnError, GSpawnError, G_SPAWN_ERROR, NO_GTYPE, s#^2BIG$#TOOBIG#) |