|
navit
0.5.3-trunk
|
#include <stdlib.h>#include <string.h>#include <limits.h>#include <glib.h>#include "config.h"#include "debug.h"#include "item.h"#include "plugin.h"#include "file.h"#include "speech.h"#include "util.h"Data Structures | |
| struct | speech_priv |
Functions | |
| static char * | urldecode (char *str) |
| static GList * | speech_cmdline_search (GList *samples, int suffix_len, const char *text, int decode) |
| static int | speechd_say (struct speech_priv *this, const char *text) |
| static void | speechd_destroy (struct speech_priv *this) |
| static struct speech_priv * | speechd_new (struct speech_methods *meth, struct attr **attrs, struct attr *parent) |
| void | plugin_init (void) |
| The plugin entry point. More... | |
Variables | |
| static struct speech_methods | speechd_meth |
| void plugin_init | ( | void | ) |
|
static |
References dbg, lvl_debug, and urldecode().
Referenced by speechd_say().
|
static |
References spawn_process_info_free().
|
static |
References attr_search(), attr::attrs, dbg, file_closedir(), file_opendir(), file_readdir(), lvl_debug, lvl_error, name, attr::num, speechd_meth, attr::str, and attr::u.
Referenced by plugin_init().
|
static |
References argc, argv, dbg, lvl_debug, lvl_error, spawn_process(), spawn_process_check_status(), spawn_process_info_free(), and speech_cmdline_search().
|
static |
Navit, a modular navigation system. Copyright (C) 2005-2008 Navit Team
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Referenced by speech_cmdline_search().
|
static |
Referenced by speechd_new().