libsysprof-analyze: rename mount-path to mount-point

We want to be consistent with SysprofMount in naming.
This commit is contained in:
Christian Hergert
2023-05-19 10:01:02 -07:00
parent d448519c29
commit 7db4540f9a
4 changed files with 27 additions and 25 deletions

View File

@ -324,7 +324,7 @@ sysprof_document_load_mounts (SysprofDocument *self)
mount_device = sysprof_mount_device_new ();
sysprof_mount_device_set_id (mount_device, device);
sysprof_mount_device_set_mount_path (mount_device, mountpoint);
sysprof_mount_device_set_mount_point (mount_device, mountpoint);
sysprof_mount_device_set_subvolume (mount_device, subvol);
sysprof_mount_namespace_add_device (self->mount_namespace, g_steal_pointer (&mount_device));
}