|
navit 0.5.3-trunk
|
#include "android.h"#include "config.h"#include "debug.h"#include "item.h"#include "plugin.h"#include "speech.h"#include <glib.h>#include <stdlib.h>Data Structures | |
| struct | speech_priv |
Functions | |
| static int | speech_android_say (struct speech_priv *this, const char *text) |
| static void | speech_android_destroy (struct speech_priv *this) |
| static int | speech_android_init (struct speech_priv *ret) |
| static struct speech_priv * | speech_android_new (struct speech_methods *meth, struct attr **attrs, struct attr *parent) |
| void | plugin_init (void) |
| The plugin entry point. | |
Variables | |
| static struct speech_methods | speech_android_meth |
| void plugin_init | ( | void | ) |
The plugin entry point.
The plugin entry point
|
static |
|
static |
References android_activity, and p.
|
static |
|
static |
|
static |