More TODO resolution.

This commit is contained in:
Pietro Gagliardi 2016-05-22 22:57:18 -04:00
parent a99a81f584
commit 4ab0d9c1f6
2 changed files with 1 additions and 1 deletions

1
doc/main Normal file
View File

@ -0,0 +1 @@
after uiQuit or if uiShouldQuit returns nonzero, uiQueueMain's effect is undefined

View File

@ -62,7 +62,6 @@ static gboolean doqueued(gpointer data)
return FALSE;
}
// TODO document that the effect of calling this function after uiQuit() is called (either directly or via a nonzero return to uiShouldQuit()) is undefined
void uiQueueMain(void (*f)(void *data), void *data)
{
struct queued *q;