summaryrefslogtreecommitdiffstats
path: root/gatchat/gatchat.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-10-02 12:29:02 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-10-02 12:29:02 +0200
commitcfbc902287e71f1d3f2983824f22f69049c357a4 (patch)
tree7ff9e67e333b221a218bb26974702b8ce485b2f8 /gatchat/gatchat.h
parent7e11615ac352e63cdefc6004a54fadd638ac0be8 (diff)
downloadofono-cfbc902287e71f1d3f2983824f22f69049c357a4.tar.bz2
Add support for switching to a different GAtSyntax at runtime
Diffstat (limited to 'gatchat/gatchat.h')
-rw-r--r--gatchat/gatchat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gatchat/gatchat.h b/gatchat/gatchat.h
index b86fdb7a..6a4c2227 100644
--- a/gatchat/gatchat.h
+++ b/gatchat/gatchat.h
@@ -47,6 +47,8 @@ void g_at_chat_unref(GAtChat *chat);
gboolean g_at_chat_shutdown(GAtChat *chat);
+gboolean g_at_chat_set_syntax(GAtChat *chat, GAtSyntax *syntax);
+
gboolean g_at_chat_set_disconnect_function(GAtChat *chat,
GAtDisconnectFunc disconnect, gpointer user_data);