aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-category.h
diff options
context:
space:
mode:
Diffstat (limited to 'liblogdiag/ld-category.h')
-rw-r--r--liblogdiag/ld-category.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/liblogdiag/ld-category.h b/liblogdiag/ld-category.h
index 59d6449..77afff2 100644
--- a/liblogdiag/ld-category.h
+++ b/liblogdiag/ld-category.h
@@ -67,6 +67,7 @@ const GSList *ld_category_get_symbols (LdCategory *self);
void ld_category_set_parent (LdCategory *self, LdCategory *parent);
LdCategory *ld_category_get_parent (LdCategory *self);
+gchar *ld_category_get_path (LdCategory *self);
gboolean ld_category_add_child (LdCategory *self, LdCategory *category);
void ld_category_remove_child (LdCategory *self, LdCategory *category);