Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
0e055ae4
Commit
0e055ae4
authored
Jan 06, 2015
by
Ghislain MARY
Browse files
Fix documentation of linphone_proxy_config_get_transport().
parent
ce396cc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/linphonecore.h
View file @
0e055ae4
...
...
@@ -1027,11 +1027,11 @@ LINPHONE_PUBLIC LinphoneReason linphone_proxy_config_get_error(const LinphonePro
**/
LINPHONE_PUBLIC
const
LinphoneErrorInfo
*
linphone_proxy_config_get_error_info
(
const
LinphoneProxyConfig
*
cfg
);
/*
*
r
et
urn
the transport from either
:
service route, route
,
or addr
* @
returns cf
g object
* @return transport as string (I.E udp, tcp, tls, dtls)
*/
/*
*
*
G
et the transport from either service route, route or addr
.
* @
param[in] cfg #LinphoneProxyConfi
g object
.
* @return
s The
transport as
a
string (I.E udp, tcp, tls, dtls)
**/
LINPHONE_PUBLIC
const
char
*
linphone_proxy_config_get_transport
(
const
LinphoneProxyConfig
*
cfg
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment