From db46ae550527f1a36101f613dafdb15e0b6ac530 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Fri, 17 Sep 2010 18:48:02 +0200 Subject: Started implementing the canvas and the document. --- src/symbol-category.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/symbol-category.h') diff --git a/src/symbol-category.h b/src/symbol-category.h index e6b1b75..51ccb78 100644 --- a/src/symbol-category.h +++ b/src/symbol-category.h @@ -35,7 +35,7 @@ typedef struct _LogdiagSymbolCategoryClass LogdiagSymbolCategoryClass; * @parent: The parent object, may be LogdiagSymbolLibrary * or another LogdiagSymbolCategory. * @name: The name of the category. - * @image_path: Path to the image of the category. + * @image_path: Path to the image for this category. * @children: Children of this category. */ struct _LogdiagSymbolCategory @@ -52,7 +52,7 @@ struct _LogdiagSymbolCategory struct _LogdiagSymbolCategoryClass { - GtkObjectClass parent_class; + GObjectClass parent_class; }; -- cgit v1.2.3-54-g00ecf