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-category.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ld-symbol-category.h') diff --git a/src/ld-symbol-category.h b/src/ld-symbol-category.h index 6f48606..42ad8ac 100644 --- a/src/ld-symbol-category.h +++ b/src/ld-symbol-category.h @@ -65,6 +65,11 @@ GType ld_symbol_category_get_type (void) G_GNUC_CONST; LdSymbolCategory * ld_symbol_category_new (LdLibrary *parent); +/* TODO: Methods for inserting and removing children. */ +/* TODO: Create a separate ld-symbol-private.h, include it in this ld-s-c.c + * and then assign and ref the parent category here. + */ + G_END_DECLS -- cgit v1.2.3