Method

AgsAudioOscServeradd_connection

since: 3.0.0

Declaration [src]

void
ags_osc_server_add_connection (
  AgsOscServer* osc_server,
  GObject* osc_connection
)

Description [src]

Add osc_connection to osc_server.

Available since: 3.0.0

Parameters

osc_connection

Type: GObject

The AgsOscConnection.

The data is owned by the caller of the function.