diff options
Diffstat (limited to 'liblogdiag/ld-category.h')
-rw-r--r-- | liblogdiag/ld-category.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/liblogdiag/ld-category.h b/liblogdiag/ld-category.h index 6b77596..59d6449 100644 --- a/liblogdiag/ld-category.h +++ b/liblogdiag/ld-category.h @@ -65,6 +65,9 @@ gboolean ld_category_insert_symbol (LdCategory *self, void ld_category_remove_symbol (LdCategory *self, LdSymbol *symbol); const GSList *ld_category_get_symbols (LdCategory *self); +void ld_category_set_parent (LdCategory *self, LdCategory *parent); +LdCategory *ld_category_get_parent (LdCategory *self); + gboolean ld_category_add_child (LdCategory *self, LdCategory *category); void ld_category_remove_child (LdCategory *self, LdCategory *category); const GSList *ld_category_get_children (LdCategory *self); |