diff options
Diffstat (limited to 'src/ld-symbol-category.h')
-rw-r--r-- | src/ld-symbol-category.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 >*/ |