diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-08 05:13:38 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-08 05:13:38 -0400 |
| commit | 25b33c2afd8aa772002f136c2f3bd9d56e22a0ca (patch) | |
| tree | b76cdf080e7174a3d410e7e2ec7f339df045c6f1 | |
| parent | ab393ed6b2c85c679ea539c82d15a45d7cfd5f1d (diff) | |
More TODOs.
| -rw-r--r-- | new/container_unix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/new/container_unix.c b/new/container_unix.c index 3a0b517..f5cd056 100644 --- a/new/container_unix.c +++ b/new/container_unix.c @@ -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); |
