From 5da5689541aa5bca6b056a2372bcd3410f6475b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 25 Sep 2010 16:03:48 +0200 Subject: WIP: Refactoring of the library and symbols --- src/ld-symbol-category.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ld-symbol-category.h') diff --git a/src/ld-symbol-category.h b/src/ld-symbol-category.h index f2451d7..c06f46a 100644 --- a/src/ld-symbol-category.h +++ b/src/ld-symbol-category.h @@ -38,6 +38,10 @@ typedef struct _LdSymbolCategoryClass LdSymbolCategoryClass; * @image_path: Path to the image for this category. * @children: Children of this category. */ +/* TODO: Make the public fields private and set them as properties + * + implement setters and getters. On change the category + * shall emit a "changed" signal in the Library. + */ struct _LdSymbolCategory { /*< private >*/ -- cgit v1.2.3