Binary compatibility report for the libfishsound library between 0.6.0 and 0.6.1 versions on x86
Test Info
Library Name | libfishsound |
Version #1 | 0.6.0 |
Version #2 | 0.6.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 2 |
Total Shared Libraries | 1 |
Total Symbols / Types | 12 / 17 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 11 |
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 (11)
comments.h,
libfishsound.so.1.0.0
fish_sound_comment_add ( FishSound* fsound, struct FishSoundComment* comment )
fish_sound_comment_add_byname ( FishSound* fsound, char const* name, char const* value )
fish_sound_comment_first ( FishSound* fsound )
fish_sound_comment_first_byname ( FishSound* fsound, char* name )
fish_sound_comment_get_vendor ( FishSound* fsound )
fish_sound_comment_next ( FishSound* fsound, struct FishSoundComment const* comment )
fish_sound_comment_next_byname ( FishSound* fsound, struct FishSoundComment const* comment )
fish_sound_comment_remove ( FishSound* fsound, struct FishSoundComment* comment )
fish_sound_comment_remove_byname ( FishSound* fsound, char* name )
fishsound.h,
libfishsound.so.1.0.0
fish_sound_get_frameno ( FishSound* fsound )
fish_sound_set_frameno ( FishSound* fsound, long frameno )
to the top
Header Files (2)
constants.h
fishsound.h
to the top
Shared Libraries (1)
libfishsound.so.1.0.0
to the top
Generated on Wed Feb 27 17:02:25 2013 for libfishsound by ABI Compliance Checker 1.99
A tool for checking backward compatibility of a C/C++ library API