aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-category.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2012-09-09 16:39:36 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2012-10-08 07:29:58 +0200
commit09d6bda3db6ba986dad3dd4150e502ef664d6812 (patch)
tree9483fd1f5b1f68ade1902adfdb3afac68ef0e98c /liblogdiag/ld-category.h
parent15d8c257d11a2c16094e644d9d609614b39b8b09 (diff)
downloadlogdiag-09d6bda3db6ba986dad3dd4150e502ef664d6812.tar.gz
logdiag-09d6bda3db6ba986dad3dd4150e502ef664d6812.tar.xz
logdiag-09d6bda3db6ba986dad3dd4150e502ef664d6812.zip
Add ld_category_get_path() and use it.
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);