Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gstespeak.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gstespeak.h')
-rw-r--r--src/gstespeak.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/gstespeak.h b/src/gstespeak.h
index 90d3044..f7f2884 100644
--- a/src/gstespeak.h
+++ b/src/gstespeak.h
@@ -69,14 +69,16 @@ struct Espeak;
struct _GstEspeak
{
- GstAudioSrc parent;
- struct Espeak *speak;
- gboolean silent;
+ GstAudioSrc parent;
+ struct Espeak *speak;
+ gchar *text;
+ gchar *uri;
+ gboolean silent;
};
struct _GstEspeakClass
{
- GstAudioSrcClass parent_class;
+ GstAudioSrcClass parent_class;
};
GType gst_espeak_get_type (void);