Function
AgsAudioOscMeterControllerMonitorfind_port
since: 3.0.0
[−]
Declaration [src]
GList*
ags_osc_meter_controller_monitor_find_port (
GList* monitor,
AgsPort* port
)
[−]
Description [src]
Find port
in monitor
.
Available since: 3.0.0
This function is not directly available to language bindings.
[−]
Parameters
monitor
-
Type: A list of
gpointer
The
GList
-struct containingAgsOscMeterControllerMonitor
-struct.The data is owned by the caller of the function. port
-
Type:
AgsPort
The
AgsPort
.The data is owned by the caller of the function.
[−]
Return value
Type: A list of gpointer
The next matching GList
-struct containing AgsOscMeterControllerMonitor
-struct.
The data is owned by the called function. |