More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-04-08 05:13:38 -04:00
parent 894950fb1b
commit 5a4ce7bd91
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ static void uiContainer_init(uiContainer *c)
gtk_widget_set_has_window(GTK_WIDGET(c), FALSE);
}
// TODO explain the order here
// TODO guard against use of forall after the ptr array unref
static void uiContainer_dispose(GObject *obj)
{
g_ptr_array_unref(uiContainer(obj)->children);