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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user