summaryrefslogtreecommitdiffstats
path: root/src/sound-theme-spec.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2008-08-27 22:35:56 +0300
committerLennart Poettering <lennart@poettering.net>2008-08-27 23:47:36 +0200
commit81143a4d2956bc6444fe6dee037155914ffc6a29 (patch)
tree7b9bf8fce74a1b2133efdd9f4cd12a69b277888e /src/sound-theme-spec.h
parent71d4aa894d97604077102839453b76a8798e7db3 (diff)
theme: use a sound_file_open callback during the lookup
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
Diffstat (limited to 'src/sound-theme-spec.h')
-rw-r--r--src/sound-theme-spec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound-theme-spec.h b/src/sound-theme-spec.h
index 2986605..57278b9 100644
--- a/src/sound-theme-spec.h
+++ b/src/sound-theme-spec.h
@@ -27,6 +27,7 @@
typedef struct ca_theme_data ca_theme_data;
int ca_lookup_sound(ca_sound_file **f, ca_theme_data **t, ca_proplist *cp, ca_proplist *sp);
+int ca_lookup_sound_with_callback(ca_sound_file **f, ca_sound_file_open_callback_t sfopen, ca_theme_data **t, ca_proplist *cp, ca_proplist *sp);
void ca_theme_data_free(ca_theme_data *t);
#endif