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
4e41b865
Commit
4e41b865
authored
May 21, 2012
by
Yann Diorcet
Browse files
Add const to CallStatsUpdated callback
parent
41063747
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/linphonecore.h
coreapi/linphonecore.h
+1
-1
No files found.
coreapi/linphonecore.h
View file @
4e41b865
...
...
@@ -644,7 +644,7 @@ typedef void (*BuddyInfoUpdated)(struct _LinphoneCore *lc, LinphoneFriend *lf);
/** Callback prototype for in progress transfers. The new_call_state is the state of the call resulting of the transfer, at the other party. */
typedef
void
(
*
LinphoneTransferStateChanged
)(
struct
_LinphoneCore
*
lc
,
LinphoneCall
*
transfered
,
LinphoneCallState
new_call_state
);
/** Callback prototype */
typedef
void
(
*
CallStatsUpdated
)(
struct
_LinphoneCore
*
lc
,
LinphoneCall
*
call
,
LinphoneCallStats
*
stats
);
typedef
void
(
*
CallStatsUpdated
)(
struct
_LinphoneCore
*
lc
,
LinphoneCall
*
call
,
const
LinphoneCallStats
*
stats
);
/**
* This structure holds all callbacks that the application should implement.
...
...
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