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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gstespeak.h b/src/gstespeak.h
index 8e282a9..4ba0953 100644
--- a/src/gstespeak.h
+++ b/src/gstespeak.h
@@ -75,6 +75,8 @@ struct _GstEspeak
gchar *uri;
guint pitch;
guint rate;
+ gchar *lang;
+ gchar **langs;
};
struct _GstEspeakClass