Method

SnapdConnectionget_name

deprecated: 1.48 since: 1.0

Declaration [src]

const gchar*
snapd_connection_get_name (
  SnapdConnection* connection
)

Description [src]

Get the name of this connection (i.e. a slot or plug name).

Available since: 1.0

Deprecated since: 1.48

Use snapd_plug_ref_get_plug() or snapd_slot_ref_get_slot().

Gets propertySnapd.Connection:name

Return value

Type: const gchar*

A name.

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