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
21a04409
Commit
21a04409
authored
Apr 18, 2017
by
Ghislain MARY
Browse files
Fix automatic wrapper generation.
parent
cbd6248e
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/linphone/misc.h
View file @
21a04409
...
...
@@ -170,12 +170,14 @@ LINPHONE_PUBLIC int linphone_reason_to_error_code(LinphoneReason reason);
/**
* Increment refcount.
* @param[in] range LinphoneRange object
* @ingroup misc
**/
LINPHONE_PUBLIC
LinphoneRange
*
linphone_range_ref
(
LinphoneRange
*
range
);
/**
* Decrement refcount and possibly free the object.
* @param[in] range LinphoneRange object
* @ingroup misc
**/
LINPHONE_PUBLIC
void
linphone_range_unref
(
LinphoneRange
*
range
);
...
...
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