|
navit
0.5.3-trunk
|
#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <unistd.h>#include <stdio.h>#include <stdlib.h>#include <glib.h>#include <stdarg.h>#include "config.h"#include <libspeechd.h>#include "plugin.h"#include "speech.h"Data Structures | |
| struct | speech_priv |
Functions | |
| 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 *attr) |
| void | plugin_init (void) |
| The plugin entry point. More... | |
Variables | |
| static struct speech_methods | speechd_meth |
| void plugin_init | ( | void | ) |
|
static |
References eval::conn.
|
static |
References eval::conn, and speechd_meth.
Referenced by plugin_init().
|
static |
References eval::conn, and err().
|
static |
Referenced by speechd_new().