Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
480724b1
Commit
480724b1
authored
8 years ago
by
François Grisez
Browse files
Options
Download
Patches
Plain Diff
Publish ref and unref functions of LinphoneAuthInfo
parent
d62c40f0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/linphone/auth_info.h
+11
-1
include/linphone/auth_info.h
with
11 additions
and
1 deletion
include/linphone/auth_info.h
+
11
−
1
View file @
480724b1
...
@@ -61,6 +61,16 @@ LINPHONE_PUBLIC LinphoneAuthInfo *linphone_auth_info_new(const char *username, c
...
@@ -61,6 +61,16 @@ LINPHONE_PUBLIC LinphoneAuthInfo *linphone_auth_info_new(const char *username, c
*/
*/
LINPHONE_PUBLIC
LinphoneAuthInfo
*
linphone_auth_info_clone
(
const
LinphoneAuthInfo
*
source
);
LINPHONE_PUBLIC
LinphoneAuthInfo
*
linphone_auth_info_clone
(
const
LinphoneAuthInfo
*
source
);
/**
* Take a reference on a #LinphoneAuthInfo.
*/
LINPHONE_PUBLIC
LinphoneAuthInfo
*
linphone_auth_info_ref
(
LinphoneAuthInfo
*
info
);
/**
* Release a #LinphoneAuthInfo.
*/
LINPHONE_PUBLIC
void
linphone_auth_info_unref
(
LinphoneAuthInfo
*
info
);
/**
/**
* Sets the password.
* Sets the password.
* @param[in] info The #LinphoneAuthInfo object
* @param[in] info The #LinphoneAuthInfo object
...
@@ -204,7 +214,7 @@ LINPHONE_PUBLIC const char *linphone_auth_info_get_tls_cert_path(const LinphoneA
...
@@ -204,7 +214,7 @@ LINPHONE_PUBLIC const char *linphone_auth_info_get_tls_cert_path(const LinphoneA
LINPHONE_PUBLIC
const
char
*
linphone_auth_info_get_tls_key_path
(
const
LinphoneAuthInfo
*
info
);
LINPHONE_PUBLIC
const
char
*
linphone_auth_info_get_tls_key_path
(
const
LinphoneAuthInfo
*
info
);
/* you don't need those function*/
/* you don't need those function*/
LINPHONE_PUBLIC
void
linphone_auth_info_destroy
(
LinphoneAuthInfo
*
info
);
LINPHONE_PUBLIC
LINPHONE_DEPRECATED
void
linphone_auth_info_destroy
(
LinphoneAuthInfo
*
info
);
/**
/**
* @}
* @}
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets