Method
AgsRegistryfind_entry
since: 3.0.0
Declaration [src]
AgsRegistryEntry*
ags_registry_find_entry (
AgsRegistry* registry,
AgsUUID* id
)
Description [src]
Find id
as AgsRegistryEntry
-struct in registry
.
Available since: 3.0.0
This method is not directly available to language bindings.
Parameters
id
-
Type:
AgsUUID
The
AgsUUID
to find.The data is owned by the caller of the method.
Return value
Type: AgsRegistryEntry
No description available.
The returned data is owned by the instance. |