summaryrefslogtreecommitdiff
path: root/navit/speech.h
diff options
context:
space:
mode:
authorsingesang <singesang@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-12-17 16:53:07 +0000
committersingesang <singesang@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-12-17 16:53:07 +0000
commit0eb394dfbd217f8a92ed68f4f71b27a6478c4e5d (patch)
treed332d4c2fa6780c948e550295b3059a888bb84bf /navit/speech.h
parent537052ccdd9b08d28f93b8d59cd7032b5f1ef576 (diff)
downloadnavit-svn-0eb394dfbd217f8a92ed68f4f71b27a6478c4e5d.tar.gz
Add:Speech: Added function to disable navit's announcements. Usable via <speech active="0">
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1823 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/speech.h')
-rw-r--r--navit/speech.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/speech.h b/navit/speech.h
index b2893b7c..e7361188 100644
--- a/navit/speech.h
+++ b/navit/speech.h
@@ -32,6 +32,8 @@ struct speech * speech_new(struct attr *parent, struct attr **attrs);
int speech_say(struct speech *this_, const char *text);
int speech_sayf(struct speech *this_, const char *format, ...);
void speech_destroy(struct speech *this_);
+int speech_get_attr(struct speech *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
+int speech_set_attr(struct speech *this_, struct attr *attr);
/* end of prototypes */
#endif