summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-13 08:22:26 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-13 08:22:26 +0100
commit462df78982f565f2304373de4858f0155ceb61b7 (patch)
treee873581560a8efa244d293c295b43acae5204cd9 /src/config.h
parent3c221589e0833a9865351b08fd9feab0200dc01a (diff)
downloadpa-sink-ctl-462df78982f565f2304373de4858f0155ceb61b7.tar.gz
pa-sink-ctl-462df78982f565f2304373de4858f0155ceb61b7.tar.bz2
pa-sink-ctl-462df78982f565f2304373de4858f0155ceb61b7.zip
Add config property to select display name to use
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 0bdbef2..9cf320e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -5,6 +5,7 @@ struct config {
GKeyFile *keyfile;
GList *priorities;
+ gchar **name_props;
};
struct priority {