BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
#include <bse/gsldefs.hh>
Go to the source code of this file.
Classes | |
struct | GslMagic |
Functions | |
GslMagic * | gsl_magic_create (gpointer data, gint priority, const gchar *extension, const gchar *magic_spec) |
GslMagic * | gsl_magic_list_match_file (SfiRing *magic_list, const gchar *file_name) |
GslMagic * | gsl_magic_list_match_file_skip (SfiRing *magic_list, const gchar *file_name, guint skip_bytes) |
void | gsl_magic_list_brute_match (SfiRing *magic_list, const gchar *file_name, guint skip_bytes, GslMagic *skip_magic, SfiRing **ext_matches, SfiRing **other_matches) |