Method

SnapdSystemInformationget_mount_directory

since: 1.11

Declaration [src]

const gchar*
snapd_system_information_get_mount_directory (
  SnapdSystemInformation* system_information
)

Description [src]

Get the directory snaps are mounted, e.g. “/snap”.

Available since: 1.11

Return value

Type: const gchar*

A directory.

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