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
db287098
Commit
db287098
authored
Nov 20, 2015
by
jehan
Browse files
remove some unnecessary LINPHONE_DEPRECATED
parent
177f4477
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
coreapi/linphonecore.h
coreapi/linphonecore.h
+5
-5
No files found.
coreapi/linphonecore.h
View file @
db287098
...
...
@@ -1851,19 +1851,19 @@ typedef void (*LinphoneCoreRegistrationStateChangedCb)(LinphoneCore *lc, Linphon
/** Callback prototype
* @deprecated
*/
typedef
void
(
*
ShowInterfaceCb
)(
LinphoneCore
*
lc
)
LINPHONE_DEPRECATED
;
typedef
void
(
*
ShowInterfaceCb
)(
LinphoneCore
*
lc
)
;
/** Callback prototype
* @deprecated
*/
typedef
void
(
*
DisplayStatusCb
)(
LinphoneCore
*
lc
,
const
char
*
message
)
LINPHONE_DEPRECATED
;
typedef
void
(
*
DisplayStatusCb
)(
LinphoneCore
*
lc
,
const
char
*
message
)
;
/** Callback prototype
* @deprecated
*/
typedef
void
(
*
DisplayMessageCb
)(
LinphoneCore
*
lc
,
const
char
*
message
)
LINPHONE_DEPRECATED
;
typedef
void
(
*
DisplayMessageCb
)(
LinphoneCore
*
lc
,
const
char
*
message
)
;
/** Callback prototype
* @deprecated
*/
typedef
void
(
*
DisplayUrlCb
)(
LinphoneCore
*
lc
,
const
char
*
message
,
const
char
*
url
)
LINPHONE_DEPRECATED
;
typedef
void
(
*
DisplayUrlCb
)(
LinphoneCore
*
lc
,
const
char
*
message
,
const
char
*
url
)
;
/** Callback prototype
*/
typedef
void
(
*
LinphoneCoreCbFunc
)(
LinphoneCore
*
lc
,
void
*
user_data
);
...
...
@@ -1908,7 +1908,7 @@ typedef void (*LinphoneCoreCallLogUpdatedCb)(LinphoneCore *lc, LinphoneCallLog *
* @param from #LinphoneAddress from
* @param message incoming message
*/
typedef
void
(
*
LinphoneCoreTextMessageReceivedCb
)(
LinphoneCore
*
lc
,
LinphoneChatRoom
*
room
,
const
LinphoneAddress
*
from
,
const
char
*
message
)
LINPHONE_DEPRECATED
;
typedef
void
(
*
LinphoneCoreTextMessageReceivedCb
)(
LinphoneCore
*
lc
,
LinphoneChatRoom
*
room
,
const
LinphoneAddress
*
from
,
const
char
*
message
);
/**
* Chat message callback prototype
...
...
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