Function
AgsAudioOscMeterControllerMonitorfind_path
since: 3.0.0
[−]
Declaration [src]
GList*
ags_osc_meter_controller_monitor_find_path (
GList* monitor,
gchar* path
)
[−]
Description [src]
Find path
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. path
-
Type:
gchar*
The path as string.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
[−]
Return value
Type: A list of gpointer
The next matching GList
-struct containing AgsOscMeterControllerMonitor
-struct.
The data is owned by the called function. |