Virtual Method

FoundryAcpProviderdup_name

unstable since: 1.2

Declaration [src]

char*
dup_name (
  FoundryAcpProvider* self
)

Description [src]

Gets a user-visible name for the provider.

Available since: 1.2

Return value

Type: char*

The provider name.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.