mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: add missing SysprofElfLoader ctor
This commit is contained in:
@ -43,6 +43,12 @@ G_DEFINE_FINAL_TYPE (SysprofElfLoader, sysprof_elf_loader, G_TYPE_OBJECT)
|
||||
|
||||
static GParamSpec *properties [N_PROPS];
|
||||
|
||||
SysprofElfLoader *
|
||||
sysprof_elf_loader_new (void)
|
||||
{
|
||||
return g_object_new (SYSPROF_TYPE_ELF_LOADER, NULL);
|
||||
}
|
||||
|
||||
static void
|
||||
sysprof_elf_loader_finalize (GObject *object)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user