summaryrefslogtreecommitdiffstats
path: root/gatchat/gatchat.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-12-02 15:28:44 -0600
committerDenis Kenzior <denkenz@gmail.com>2009-12-02 19:10:04 -0600
commitcf98ebb6533223bf1ce998d3fbfde3f372951ba5 (patch)
tree3055c1d0f7a6d3ff8022d68dec22d4263a59a468 /gatchat/gatchat.h
parent9b5b1057e4403c8bc008f8f6d2d2cbcb04e5ed9a (diff)
downloadofono-cf98ebb6533223bf1ce998d3fbfde3f372951ba5.tar.bz2
Add: g_at_chat_cancel_all function
This will cancel all commands currently queued.
Diffstat (limited to 'gatchat/gatchat.h')
-rw-r--r--gatchat/gatchat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/gatchat.h b/gatchat/gatchat.h
index 249c8cfc..8fffda6a 100644
--- a/gatchat/gatchat.h
+++ b/gatchat/gatchat.h
@@ -118,6 +118,7 @@ guint g_at_chat_send_pdu_listing(GAtChat *chat, const char *cmd,
gpointer user_data, GDestroyNotify notify);
gboolean g_at_chat_cancel(GAtChat *chat, guint id);
+gboolean g_at_chat_cancel_all(GAtChat *chat);
guint g_at_chat_register(GAtChat *chat, const char *prefix,
GAtNotifyFunc func, gboolean expect_pdu,