WIP: Refactoring of the library and symbols

This commit is contained in:
2010-09-25 16:03:48 +02:00
parent 25668c2073
commit 5da5689541
8 changed files with 251 additions and 22 deletions

View File

@@ -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 >*/