mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof: ensure type for cpu section
This commit is contained in:
@ -65,6 +65,7 @@ sysprof_cpu_section_class_init (SysprofCpuSectionClass *klass)
|
|||||||
gtk_widget_class_bind_template_child (widget_class, SysprofCpuSection, time_column);
|
gtk_widget_class_bind_template_child (widget_class, SysprofCpuSection, time_column);
|
||||||
|
|
||||||
g_type_ensure (SYSPROF_TYPE_CHART);
|
g_type_ensure (SYSPROF_TYPE_CHART);
|
||||||
|
g_type_ensure (SYSPROF_TYPE_CPU_INFO);
|
||||||
g_type_ensure (SYSPROF_TYPE_DOCUMENT_MARK);
|
g_type_ensure (SYSPROF_TYPE_DOCUMENT_MARK);
|
||||||
g_type_ensure (SYSPROF_TYPE_DOCUMENT_COUNTER);
|
g_type_ensure (SYSPROF_TYPE_DOCUMENT_COUNTER);
|
||||||
g_type_ensure (SYSPROF_TYPE_DOCUMENT_COUNTER_VALUE);
|
g_type_ensure (SYSPROF_TYPE_DOCUMENT_COUNTER_VALUE);
|
||||||
|
|||||||
Reference in New Issue
Block a user