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
e4415e9b
Commit
e4415e9b
authored
Aug 14, 2017
by
Erwan Croze
👋🏻
Browse files
Fix getter on cs wrapper
parent
041797ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/csharp/wrapper_impl.mustache
wrappers/csharp/wrapper_impl.mustache
+1
-1
No files found.
wrappers/csharp/wrapper_impl.mustache
View file @
e4415e9b
...
...
@@ -400,7 +400,7 @@ namespace Linphone
return Marshal.PtrToStringAnsi(stringPtr);
{{/
is_string
}}
{{#
is_bool
}}
return
{{
getter_c_name
}}
(
{{
getter_nativePtr
}}
) ==
0
;
return
{{
getter_c_name
}}
(
{{
getter_nativePtr
}}
) ==
1
;
{{/
is_bool
}}
{{#
is_class
}}
IntPtr ptr =
{{
getter_c_name
}}
(
{{
getter_nativePtr
}}
);
...
...
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