Method
AgsAudioPortsafe_set_property
since: 3.0.0
Declaration [src]
void
ags_port_safe_set_property (
AgsPort* port,
gchar* property_name,
GValue* value
)
Parameters
property_name-
Type:
gchar*The property’s name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. value-
Type:
GValueThe
GValuecontaining data.The data is owned by the caller of the function.