navit  0.5.3-trunk
speech_dbus.c File Reference
#include <stdlib.h>
#include <glib.h>
#include "config.h"
#include "item.h"
#include "plugin.h"
#include "navit.h"
#include "attr.h"
#include "callback.h"
#include "speech.h"

Data Structures

struct  speech_priv
 

Functions

static int speech_dbus_say (struct speech_priv *this, const char *text)
 
static void speech_dbus_destroy (struct speech_priv *this)
 
static struct speech_privspeech_dbus_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 speech_dbus_meth
 

Function Documentation

◆ plugin_init()

void plugin_init ( void  )

The plugin entry point.

Returns
nothing

The plugin entry point

References speech_dbus_new().

◆ speech_dbus_destroy()

static void speech_dbus_destroy ( struct speech_priv this)
static

◆ speech_dbus_new()

static struct speech_priv* speech_dbus_new ( struct speech_methods meth,
struct attr **  attrs,
struct attr parent 
)
static

◆ speech_dbus_say()

static int speech_dbus_say ( struct speech_priv this,
const char *  text 
)
static

Variable Documentation

◆ speech_dbus_meth

struct speech_methods speech_dbus_meth
static
Initial value:
= {
}
static int speech_dbus_say(struct speech_priv *this, const char *text)
Definition: speech_dbus.c:34
static void speech_dbus_destroy(struct speech_priv *this)
Definition: speech_dbus.c:49

Referenced by speech_dbus_new().