summaryrefslogtreecommitdiffstats
path: root/gatchat/gatchat.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-08-12 10:14:53 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-08-12 16:06:32 -0500
commit5f47eca7ed59706bbcee257d8fff7ad29e2fd32d (patch)
treefd37be0808030e3f5f66f97edbe97fe3a344061e /gatchat/gatchat.h
parent2356ebf9ef8796226aa17092366b62af0f00b73a (diff)
downloadofono-5f47eca7ed59706bbcee257d8fff7ad29e2fd32d.tar.bz2
gatchat: Add g_at_chat_clone
This function will clone a chat object, but will create a new group internally.
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 9fd7cede..f61fe538 100644
--- a/gatchat/gatchat.h
+++ b/gatchat/gatchat.h
@@ -48,6 +48,8 @@ GAtIO *g_at_chat_get_io(GAtChat *chat);
GAtChat *g_at_chat_ref(GAtChat *chat);
void g_at_chat_unref(GAtChat *chat);
+GAtChat *g_at_chat_clone(GAtChat *chat);
+
void g_at_chat_suspend(GAtChat *chat);
void g_at_chat_resume(GAtChat *chat);