aboutsummaryrefslogtreecommitdiff
path: root/src/ld-symbol-category.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2010-09-25 16:03:48 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2010-10-17 14:05:53 +0200
commit5da5689541aa5bca6b056a2372bcd3410f6475b2 (patch)
treed1c3e0c866e3f0c6b0efa047737e331beb6a8494 /src/ld-symbol-category.h
parent25668c20731722316ca78767ca0cddbf04a988a7 (diff)
downloadlogdiag-5da5689541aa5bca6b056a2372bcd3410f6475b2.tar.gz
logdiag-5da5689541aa5bca6b056a2372bcd3410f6475b2.tar.xz
logdiag-5da5689541aa5bca6b056a2372bcd3410f6475b2.zip
WIP: Refactoring of the library and symbols
Diffstat (limited to 'src/ld-symbol-category.h')
-rw-r--r--src/ld-symbol-category.h4
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 >*/