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
f1f3c3c5
Commit
f1f3c3c5
authored
12 years ago
by
Sylvain Berfini
Browse files
Options
Download
Patches
Plain Diff
Added LinphoneCallLog interface previously exported JNI method
parent
9ee07aa8
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/common/org/linphone/core/LinphoneCallLog.java
+5
-0
java/common/org/linphone/core/LinphoneCallLog.java
with
5 additions
and
0 deletions
java/common/org/linphone/core/LinphoneCallLog.java
+
5
−
0
View file @
f1f3c3c5
...
@@ -96,4 +96,9 @@ public interface LinphoneCallLog {
...
@@ -96,4 +96,9 @@ public interface LinphoneCallLog {
public
CallStatus
getStatus
();
public
CallStatus
getStatus
();
public
long
getNativePtr
();
public
long
getNativePtr
();
/**
* @return a human readble String with the start date/time of the call
*/
public
String
getStartDate
();
}
}
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