Method

SpielProviderget_well_known_name

deprecated: 1.0.4 since: 1.0

Declaration [src]

const char*
spiel_provider_get_well_known_name (
  SpielProvider* self
)

Description [src]

Gets the provider’s D-Bus well known name.

Available since: 1.0

Deprecated since: 1.0.4

Use spiel_provider_get_identifier() instead.

Return value

Type: const char*

The well known name.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.