Split ld-symbol-library.c.

Originally, there were three object classes defined in this file.
It would later become rather chaotic if left that way.
This commit is contained in:
2010-09-20 18:18:30 +02:00
parent f675a7c07c
commit f250621519
5 changed files with 217 additions and 184 deletions

View File

@@ -32,8 +32,8 @@ typedef struct _LdSymbolCategoryClass LdSymbolCategoryClass;
/**
* LdSymbolCategory:
* @parent: The parent object, may be LdSymbolLibrary
* or another LdSymbolCategory.
* @parent: The parent object, may be #LdSymbolLibrary
* or another #LdSymbolCategory.
* @name: The name of the category.
* @image_path: Path to the image for this category.
* @children: Children of this category.