summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-02-01 19:25:50 +0000
committerBenny Prijono <bennylp@teluu.com>2007-02-01 19:25:50 +0000
commit3838854d1becf6befefe1efb9112f5db5e0c6740 (patch)
tree3b9aaba9a0905f23457e0545c047d43701ede476 /pjsip/include
parent7de461f8212c9fc77ae3580fd1a2f40ba5ec0ffb (diff)
Implement the missing pjsua_get_snd_dev() function
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@925 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 36368bb1..fd5df192 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -4074,7 +4074,7 @@ PJ_DECL(pj_status_t) pjsua_enum_snd_devs(pjmedia_snd_dev_info info[],
* @return PJ_SUCCESS on success, or the appropriate error code.
*
* \par Python:
- * The function takes no argument and return a tuple:
+ * The function takes no argument and return an (integer,integer) tuple:
* \code
capture_dev, playback_dev = py_pjsua.get_snd_dev()
* \endcode