mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix automatic wrapper generation.
This commit is contained in:
parent
cbd6248ea0
commit
21a04409aa
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue