Class
AgsAudioPluginPort
Description
class AgsAudio.PluginPort : GObject.Object
{
flags: guint,
obj_mutex: GRecMutex,
port_index: guint,
port_name: gchar*,
port_symbol: gchar*,
scale_steps: gint,
scale_point: gchar**,
scale_value: gdouble*,
lower_value: GValue*,
upper_value: GValue*,
default_value: GValue*,
user_data: gpointer
}
No description available.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.