Binary compatibility report for the libnice library between 0.1.4 and 0.1.5 versions on x86
Test Info
Library Name | libnice |
Version #1 | 0.1.4 |
Version #2 | 0.1.5 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 15 |
Total Shared Libraries | 1 |
Total Symbols / Types | 127 / 166 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 7 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (7)
agent.h,
libnice.so.10.3.0
nice_agent_get_io_stream ( NiceAgent* agent, guint stream_id, guint component_id )
nice_agent_get_selected_socket ( NiceAgent* agent, guint stream_id, guint component_id )
nice_agent_recv ( NiceAgent* agent, guint stream_id, guint component_id, guint8* buf, gsize buf_len, GCancellable* cancellable, GError** error )
nice_agent_recv_messages ( NiceAgent* agent, guint stream_id, guint component_id, struct NiceInputMessage* messages, guint n_messages, GCancellable* cancellable, GError** error )
nice_agent_recv_messages_nonblocking ( NiceAgent* agent, guint stream_id, guint component_id, struct NiceInputMessage* messages, guint n_messages, GCancellable* cancellable, GError** error )
nice_agent_recv_nonblocking ( NiceAgent* agent, guint stream_id, guint component_id, guint8* buf, gsize buf_len, GCancellable* cancellable, GError** error )
nice_agent_send_messages_nonblocking ( NiceAgent* agent, guint stream_id, guint component_id, struct NiceOutputMessage const* messages, guint n_messages, GCancellable* cancellable, GError** error )
to the top
Header Files (15)
address.h
agent.h
bind.h
candidate.h
constants.h
ice.h
interfaces.h
nice.h
debug.h (nice/debug.h)
pseudotcp.h
debug.h (stun/debug.h)
stunagent.h
stunmessage.h
timer.h
turn.h
to the top
Shared Libraries (1)
libnice.so.10.2.0
to the top