mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
Added getter for listeners in C# wrapper
This commit is contained in:
parent
2915732e02
commit
19cdddf750
1 changed files with 4 additions and 0 deletions
|
|
@ -226,6 +226,10 @@ namespace Linphone
|
|||
}
|
||||
public {{name_public}} {{name}}
|
||||
{
|
||||
get
|
||||
{
|
||||
return {{var_public}};
|
||||
}
|
||||
set
|
||||
{
|
||||
{{var_private}} = {{cb_name}};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue