|
#define | BSE_TYPE_STORAGE |
|
#define | BSE_STORAGE(object) |
|
#define | BSE_STORAGE_CLASS(class) |
|
#define | BSE_IS_STORAGE(object) |
|
#define | BSE_IS_STORAGE_CLASS(class) |
|
#define | BSE_STORAGE_GET_CLASS(object) |
|
#define | BSE_STORAGE_VERSION(self, vmaj, min, vmic) |
|
#define | BSE_STORAGE_COMPAT(self, vmaj, min, vmic) |
|
#define | BSE_STORAGE_SELF_CONTAINED(st) |
|
#define | BSE_STORAGE_DBLOCK_CONTAINED(st) |
|
#define | BSE_STORAGE_IS_UNDO(st) |
|
#define | BSE_STORAGE_FLAGS_USHIFT |
|
#define | BSE_STORAGE_MODE_MASK |
|
#define | bse_storage_scanner_parse_or_return |
|
#define | bse_storage_scanner_peek_or_return |
|
#define | bse_storage_error(s,...) |
|
#define | bse_storage_warn(s,...) |
|
#define | bse_storage_warn_skip(s,...) |
|
#define | bse_storage_get_scanner(s) |
|
#define | bse_storage_unexp_token(s, et) |
|
#define | bse_storage_push_level(s) |
|
#define | bse_storage_pop_level(s) |
|
#define | bse_storage_break(s) |
|
#define | bse_storage_putc(s, c) |
|
#define | bse_storage_puts(s, b) |
|
#define | bse_storage_printf(s,...) |
|
|
void | bse_storage_compat_dhreset (BseStorage *self) |
|
void | bse_storage_compat_dhmixf (BseStorage *self, gfloat mix_freq) |
|
void | bse_storage_compat_dhoscf (BseStorage *self, gfloat osc_freq) |
|
void | bse_storage_compat_dhchannels (BseStorage *self, guint n_channels) |
|
void | bse_storage_reset (BseStorage *self) |
|
void | bse_storage_prepare_write (BseStorage *self, BseStorageMode mode) |
|
void | bse_storage_turn_readable (BseStorage *self, const gchar *storage_name) |
|
BseErrorType | bse_storage_input_file (BseStorage *self, const gchar *file_name) |
|
void | bse_storage_input_text (BseStorage *self, const gchar *text, const gchar *text_name) |
|
GTokenType | bse_storage_restore_item (BseStorage *self, gpointer item) |
|
void | bse_storage_store_item (BseStorage *self, BseItem *item) |
|
void | bse_storage_store_child (BseStorage *self, BseItem *item) |
|
const gchar * | bse_storage_item_get_compat_type (BseItem *item) |
|
void | bse_storage_putf (BseStorage *self, gfloat vfloat) |
|
void | bse_storage_putd (BseStorage *self, gdouble vdouble) |
|
void | bse_storage_putr (BseStorage *self, SfiReal vreal, const gchar *hints) |
|
void | bse_storage_put_param (BseStorage *self, const GValue *value, GParamSpec *pspec) |
|
void | bse_storage_put_item_link (BseStorage *self, BseItem *from_item, BseItem *to_item) |
|
void | bse_storage_put_data_handle (BseStorage *self, guint significant_bits, GslDataHandle *dhandle) |
|
void | bse_storage_put_xinfos (BseStorage *self, gchar **xinfos) |
|
BseErrorType | bse_storage_flush_fd (BseStorage *self, gint fd) |
|
void | bse_storage_error_str (BseStorage *self, const std::string &string) |
|
void | bse_storage_warn_str (BseStorage *self, const std::string &string) |
|
GTokenType | bse_storage_skip (BseStorage *self, const std::string &string) |
|
GTokenType | bse_storage_parse_param_value (BseStorage *self, GValue *value, GParamSpec *pspec) |
|
GTokenType | bse_storage_parse_item_link (BseStorage *self, BseItem *from_item, BseStorageRestoreLink restore_link, gpointer data) |
|
void | bse_storage_add_restorable (BseStorage *self, BseObject *object) |
|
void | bse_storage_finish_parsing (BseStorage *self) |
|
GTokenType | bse_storage_parse_data_handle (BseStorage *self, GslDataHandle **data_handle_p, guint *n_channels_p, gfloat *mix_freq_p, gfloat *osc_freq_p) |
|
gboolean | bse_storage_match_data_handle (BseStorage *self, GQuark quark) |
|
GTokenType | bse_storage_parse_data_handle_rest (BseStorage *self, GslDataHandle **data_handle_p, guint *n_channels_p, gfloat *mix_freq_p, gfloat *osc_freq_p) |
|
GTokenType | bse_storage_parse_xinfos (BseStorage *self, gchar ***xinfosp) |
|
GTokenType | bse_storage_parse_rest (BseStorage *self, gpointer context_data, BseTryStatement try_statement, gpointer user_data) |
|
gboolean | bse_storage_check_parse_negate (BseStorage *self) |
|