BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
#include "bstutils.hh"
Go to the source code of this file.
Functions | |
BstGMask * | bst_param_create_gmask (GxkParam *param, const gchar *editor_name, GtkWidget *parent) |
BstGMask * | bst_param_create_col_gmask (GxkParam *param, const gchar *editor_name, GtkWidget *parent, guint column) |
BstGMask * | bst_param_create_span_gmask (GxkParam *param, const gchar *editor_name, GtkWidget *parent, guint column) |
GxkParam * | bst_param_new_value (GParamSpec *pspec, GxkParamValueNotify notify, gpointer notify_data) |
GxkParam * | bst_param_new_rec (GParamSpec *pspec, SfiRec *rec) |
GxkParam * | bst_param_new_object (GParamSpec *pspec, GObject *object) |
GxkParam * | bst_param_new_proxy (GParamSpec *pspec, SfiProxy proxy) |
void | bst_param_set_proxy (GxkParam *param, SfiProxy proxy) |
SfiProxy | bst_param_get_proxy (GxkParam *param) |
SfiProxy | bst_item_seq_list_match (GSList *proxy_seq_slist, const gchar *text) |
void | _bst_init_params (void) |