mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: add missing constructor
This commit is contained in:
@ -140,6 +140,12 @@ sysprof_mount_device_init (SysprofMountDevice *self)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SysprofMountDevice *
|
||||||
|
sysprof_mount_device_new (void)
|
||||||
|
{
|
||||||
|
return g_object_new (SYSPROF_TYPE_MOUNT_DEVICE, NULL);
|
||||||
|
}
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
sysprof_mount_device_get_id (SysprofMountDevice *self)
|
sysprof_mount_device_get_id (SysprofMountDevice *self)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user