aboutsummaryrefslogtreecommitdiff
path: root/src/symbol-category.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2010-09-17 18:48:02 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2010-09-17 18:53:57 +0200
commitdb46ae550527f1a36101f613dafdb15e0b6ac530 (patch)
treeb08db8ba53a77936c70dd17969b8d3ec52153ce6 /src/symbol-category.h
parent55c25ae1bd95b9956952a4fe0c9699bb62251079 (diff)
downloadlogdiag-db46ae550527f1a36101f613dafdb15e0b6ac530.tar.gz
logdiag-db46ae550527f1a36101f613dafdb15e0b6ac530.tar.xz
logdiag-db46ae550527f1a36101f613dafdb15e0b6ac530.zip
Started implementing the canvas and the document.
Diffstat (limited to 'src/symbol-category.h')
-rw-r--r--src/symbol-category.h4
1 files changed, 2 insertions, 2 deletions
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;
};