mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: rename mount-path to mount-point
We want to be consistent with SysprofMount in naming.
This commit is contained in:
@ -28,15 +28,15 @@ G_BEGIN_DECLS
|
||||
|
||||
G_DECLARE_FINAL_TYPE (SysprofMountDevice, sysprof_mount_device, SYSPROF, MOUNT_DEVICE, GObject)
|
||||
|
||||
SysprofMountDevice *sysprof_mount_device_new (void);
|
||||
const char *sysprof_mount_device_get_id (SysprofMountDevice *self);
|
||||
void sysprof_mount_device_set_id (SysprofMountDevice *self,
|
||||
const char *id);
|
||||
const char *sysprof_mount_device_get_mount_path (SysprofMountDevice *self);
|
||||
void sysprof_mount_device_set_mount_path (SysprofMountDevice *self,
|
||||
const char *mount_path);
|
||||
const char *sysprof_mount_device_get_subvolume (SysprofMountDevice *self);
|
||||
void sysprof_mount_device_set_subvolume (SysprofMountDevice *self,
|
||||
const char *subvolume);
|
||||
SysprofMountDevice *sysprof_mount_device_new (void);
|
||||
const char *sysprof_mount_device_get_id (SysprofMountDevice *self);
|
||||
void sysprof_mount_device_set_id (SysprofMountDevice *self,
|
||||
const char *id);
|
||||
const char *sysprof_mount_device_get_mount_point (SysprofMountDevice *self);
|
||||
void sysprof_mount_device_set_mount_point (SysprofMountDevice *self,
|
||||
const char *mount_point);
|
||||
const char *sysprof_mount_device_get_subvolume (SysprofMountDevice *self);
|
||||
void sysprof_mount_device_set_subvolume (SysprofMountDevice *self,
|
||||
const char *subvolume);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user