summaryrefslogtreecommitdiffstats
path: root/src/sound-theme-spec.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-05-27 16:48:55 +0000
committerLennart Poettering <lennart@poettering.net>2008-05-27 16:48:55 +0000
commit2bd0abb8d2ad834d26f1dcbb1be8a6c522c6e8c8 (patch)
tree3bf88190bdf434d35c6e5178e5662387bf057f87 /src/sound-theme-spec.h
parentd3f6c384b139aa620b11344d5d3ef2fefd587d66 (diff)
look for the proplist of the sound event *and* the one of the client
git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@21 01b60673-d06a-42c0-afdd-89cb8e0f78ac
Diffstat (limited to 'src/sound-theme-spec.h')
-rw-r--r--src/sound-theme-spec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-theme-spec.h b/src/sound-theme-spec.h
index 527ad11..652903a 100644
--- a/src/sound-theme-spec.h
+++ b/src/sound-theme-spec.h
@@ -28,7 +28,7 @@
typedef struct ca_theme_data ca_theme_data;
-int ca_lookup_sound(ca_sound_file **f, ca_theme_data **t, ca_proplist *p);
+int ca_lookup_sound(ca_sound_file **f, ca_theme_data **t, ca_proplist *cp, ca_proplist *sp);
void ca_theme_data_free(ca_theme_data *t);
#endif