diff options
Diffstat (limited to 'gatchat/gatchat.h')
-rw-r--r-- | gatchat/gatchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/gatchat.h b/gatchat/gatchat.h index 8fffda6a..c74ef15f 100644 --- a/gatchat/gatchat.h +++ b/gatchat/gatchat.h @@ -125,6 +125,7 @@ guint g_at_chat_register(GAtChat *chat, const char *prefix, gpointer user_data, GDestroyNotify notify); gboolean g_at_chat_unregister(GAtChat *chat, guint id); +gboolean g_at_chat_unregister_all(GAtChat *chat); gboolean g_at_chat_set_wakeup_command(GAtChat *chat, const char *cmd, guint timeout, guint msec); |