aboutsummaryrefslogtreecommitdiff
path: root/src/ld-symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ld-symbol.h')
-rw-r--r--src/ld-symbol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ld-symbol.h b/src/ld-symbol.h
index 3d5967c..8ead147 100644
--- a/src/ld-symbol.h
+++ b/src/ld-symbol.h
@@ -65,6 +65,9 @@ gchar *ld_symbol_build_identifier (LdSymbol *self);
void ld_symbol_draw (LdSymbol *self, cairo_t *cr);
/* TODO: An interface for symbol terminals etc. */
+/* TODO: Store a pointer to the parent, probably as a property,
+ * using g_object_add_weak_pointer/remove_weak_pointer.
+ */
G_END_DECLS