More TODO resolution.
This commit is contained in:
parent
a99a81f584
commit
4ab0d9c1f6
|
@ -0,0 +1 @@
|
|||
after uiQuit or if uiShouldQuit returns nonzero, uiQueueMain's effect is undefined
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue