summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2007-10-19 10:39:13 +0100
committerRichard Hughes <richard@hughsie.com>2007-10-19 10:39:13 +0100
commit2d1c9c52a429301bc7dfcdf011ab15702676a692 (patch)
tree8ad993e3153005522c2f1e8913a89814f4df8b4e /TODO
parent704df4b3909f67c47fa4489cdd498d06b39284d6 (diff)
make the return types from the spawn code enumerated
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index 474a1395..57994fe9 100644
--- a/TODO
+++ b/TODO
@@ -44,13 +44,6 @@ if not a valid package_id then
*** Unit tests ***
PkSpawn is a complex and untested bit of code.
-*** PkSpawn enum return value ***
-pk_test_finished_cb (PkSpawn *spawn, gint exitcode, gpointer data)
-- exitcode is undefined - make an enum
- PK_SPAWN_EXIT_SUCCESS
- PK_SPAWN_EXIT_FAILED
- PK_SPAWN_EXIT_KILLED
-
*** backend docbook ***
Explain SIGQUIT and SIGKILL in the docs