From f25062151941b0dfa90fdf4e6023754140b3fbcf Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Mon, 20 Sep 2010 18:18:30 +0200 Subject: 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. --- src/ld-symbol-category.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ld-symbol-category.h') diff --git a/src/ld-symbol-category.h b/src/ld-symbol-category.h index 6482c52..f2451d7 100644 --- a/src/ld-symbol-category.h +++ b/src/ld-symbol-category.h @@ -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. -- cgit v1.2.3-54-g00ecf