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

@ -27,5 +27,7 @@ G_BEGIN_DECLS
SysprofMount *_sysprof_mount_new_for_mountinfo (SysprofStrings *strings,
const char *mountinfo);
gboolean _sysprof_mount_contains_path (SysprofMount *self,
const char *path);
G_END_DECLS