diff options
Diffstat (limited to 'liblogdiag/ld-category-view.h')
-rw-r--r-- | liblogdiag/ld-category-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liblogdiag/ld-category-view.h b/liblogdiag/ld-category-view.h index 38b3f4b..5b5c81e 100644 --- a/liblogdiag/ld-category-view.h +++ b/liblogdiag/ld-category-view.h @@ -50,7 +50,7 @@ struct _LdCategoryViewClass GType ld_category_view_get_type (void) G_GNUC_CONST; -GtkWidget *ld_category_view_new (void); +GtkWidget *ld_category_view_new (LdCategory *category); void ld_category_view_set_category (LdCategoryView *self, LdCategory *category); LdCategory *ld_category_view_get_category (LdCategoryView *self); |