From e0e63649dc830cd63ae4e7a958e224ef3b2a1375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 30 Sep 2010 05:19:31 +0200 Subject: Redesign the library and related components. This step is needed, since the current design is quite chaotic and it would not be possible to finish the application. There's still a lot to be done. After this step, it's time to implement the rest of LdLua. --- src/ld-symbol.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/ld-symbol.h') diff --git a/src/ld-symbol.h b/src/ld-symbol.h index 8ead147..7e8a00e 100644 --- a/src/ld-symbol.h +++ b/src/ld-symbol.h @@ -40,9 +40,6 @@ struct _LdSymbol /*< private >*/ GObject parent_instance; LdSymbolPrivate *priv; - -/*< public >*/ - gchar *name; }; /** @@ -60,13 +57,10 @@ struct _LdSymbolClass GType ld_symbol_get_type (void) G_GNUC_CONST; -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. +/* TODO: Interface for symbol terminals + * Interface + property for symbol name (will be used by _new) */ -- cgit v1.2.3