From c0ec389b597b5132e7db26eca3fff41fd87c0f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 25 Sep 2010 16:14:09 +0200 Subject: Renamed LdSymbolLibrary to LdLibrary. --- 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 c06f46a..6f48606 100644 --- a/src/ld-symbol-category.h +++ b/src/ld-symbol-category.h @@ -32,7 +32,7 @@ typedef struct _LdSymbolCategoryClass LdSymbolCategoryClass; /** * LdSymbolCategory: - * @parent: The parent object, may be #LdSymbolLibrary + * @parent: The parent object, may be #LdLibrary * or another #LdSymbolCategory. * @name: The name of the category. * @image_path: Path to the image for this category. @@ -63,7 +63,7 @@ struct _LdSymbolCategoryClass GType ld_symbol_category_get_type (void) G_GNUC_CONST; LdSymbolCategory * -ld_symbol_category_new (LdSymbolLibrary *parent); +ld_symbol_category_new (LdLibrary *parent); G_END_DECLS -- cgit v1.2.3