Method

AgsRegistryadd_entry

since: 3.0.0

Declaration [src]

void
ags_registry_add_entry (
  AgsRegistry* registry,
  AgsRegistryEntry* registry_entry
)

Description [src]

Add registry_entry to registry.

Available since: 3.0.0

Parameters

registry_entry

Type: AgsRegistryEntry

The AgsRegistryEntry-struct to add.

The data is owned by the caller of the function.