Signal
AgsAudioPort::safe-get-property
since: 3.0.0
[−]
Declaration
void
safe_get_property (
AgsPort* self,
gchar* property_name,
gpointer value,
gpointer user_data
)
[−]
Description [src]
The ::safe-get-property signal is emited while safe get 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.