From 0c9b297e50ffaf9a34f50a99f7bc4e02ea295d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Wed, 29 Sep 2010 09:13:26 +0200 Subject: Implement part of LdLuaSymbol. The "new" method requires to be passed a parameter that makes it possible to call the appropriate render function. Stub-plemented the "draw" method. --- src/ld-symbol.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ld-symbol.h') 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 -- cgit v1.2.3