mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: prefix private API with _
This commit is contained in:
@ -183,8 +183,8 @@ sysprof_mount_init (SysprofMount *self)
|
||||
}
|
||||
|
||||
SysprofMount *
|
||||
sysprof_mount_new_for_mountinfo (SysprofStrings *strings,
|
||||
const char *mountinfo)
|
||||
_sysprof_mount_new_for_mountinfo (SysprofStrings *strings,
|
||||
const char *mountinfo)
|
||||
{
|
||||
g_autoptr(SysprofMount) self = NULL;
|
||||
g_auto(GStrv) parts = NULL;
|
||||
|
||||
Reference in New Issue
Block a user