Method
AgsMessageEnvelopeget_parameter
since: 3.0.0
Declaration [src]
void
ags_message_envelope_get_parameter (
AgsMessageEnvelope* message_envelope,
guint* n_params,
gchar*** parameter_name,
GValue** value
)
Parameters
n_params
-
Type:
guint*
Return location of parameter count.
The data is owned by the caller of the method. parameter_name
-
Type:
gchar***
Return location
NULL
terminated string vector containing parameter name.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value
-
Type:
GValue
Return location of
GValue
-struct array containing values.The data is owned by the caller of the method.