Signal
AgsAudioPort::safe-set-property
since: 3.0.0
[−]
Declaration
void
safe_set_property (
AgsPort* self,
gchar* property_name,
gpointer value,
gpointer user_data
)
[−]
Description [src]
The ::safe-set-property signal is emited while safe set property.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0.0 |
[−]
Parameters
property_name
-
Type:
gchar*
The property name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. value
-
Type:
gpointer
The
GValue
-struct.The argument can be NULL
.The data is owned by the caller of the function.