Method
AgsAudioInputnext_active
since: 3.0.0
Declaration [src]
AgsInput*
ags_input_next_active (
AgsInput* input,
GObject* recycling_context
)
Parameters
recycling_context
-
Type:
GObject
The
AgsRecyclingContext
to check.The data is owned by the caller of the method.
Return value
Type: AgsInput
Next active AgsInput
, else NULL
if non available.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |