mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-gtk: cleanup xml formatting with xmllint
This commit is contained in:
@ -50,8 +50,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</template>
|
</template>
|
||||||
</interface>
|
</interface>
|
||||||
]]>
|
]]></property>
|
||||||
</property>
|
|
||||||
</object>
|
</object>
|
||||||
</property>
|
</property>
|
||||||
</object>
|
</object>
|
||||||
@ -101,8 +100,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</template>
|
</template>
|
||||||
</interface>
|
</interface>
|
||||||
]]>
|
]]></property>
|
||||||
</property>
|
|
||||||
</object>
|
</object>
|
||||||
</property>
|
</property>
|
||||||
</object>
|
</object>
|
||||||
@ -213,8 +211,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</template>
|
</template>
|
||||||
</interface>
|
</interface>
|
||||||
]]>
|
]]></property>
|
||||||
</property>
|
|
||||||
</object>
|
</object>
|
||||||
</property>
|
</property>
|
||||||
</object>
|
</object>
|
||||||
@ -259,8 +256,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</template>
|
</template>
|
||||||
</interface>
|
</interface>
|
||||||
]]>
|
]]></property>
|
||||||
</property>
|
|
||||||
</object>
|
</object>
|
||||||
</property>
|
</property>
|
||||||
</object>
|
</object>
|
||||||
@ -289,8 +285,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</template>
|
</template>
|
||||||
</interface>
|
</interface>
|
||||||
]]>
|
]]></property>
|
||||||
</property>
|
|
||||||
</object>
|
</object>
|
||||||
</property>
|
</property>
|
||||||
</object>
|
</object>
|
||||||
@ -320,34 +315,33 @@
|
|||||||
</property>
|
</property>
|
||||||
</template>
|
</template>
|
||||||
</interface>
|
</interface>
|
||||||
]]>
|
]]></property>
|
||||||
</property>
|
</object>
|
||||||
</object>
|
</property>
|
||||||
</property>
|
</object>
|
||||||
</object>
|
</child>
|
||||||
</child>
|
</object>
|
||||||
</object>
|
</child>
|
||||||
</child>
|
</object>
|
||||||
</object>
|
</child>
|
||||||
</child>
|
<child>
|
||||||
<child>
|
<object class="GtkScrolledWindow">
|
||||||
<object class="GtkScrolledWindow">
|
<property name="propagate-natural-width">true</property>
|
||||||
<property name="propagate-natural-width">true</property>
|
<property name="vexpand">true</property>
|
||||||
<property name="vexpand">true</property>
|
<child>
|
||||||
<child>
|
<object class="GtkColumnView" id="traceable_column_view">
|
||||||
<object class="GtkColumnView" id="traceable_column_view">
|
<style>
|
||||||
<style>
|
<class name="data-table"/>
|
||||||
<class name="data-table"/>
|
</style>
|
||||||
</style>
|
<signal name="activate" handler="traceable_activate_cb" swapped="true"/>
|
||||||
<signal name="activate" handler="traceable_activate_cb" swapped="true"/>
|
<property name="single-click-activate">true</property>
|
||||||
<property name="single-click-activate">true</property>
|
<child>
|
||||||
<child>
|
<object class="GtkColumnViewColumn" id="traceable_symbol_column">
|
||||||
<object class="GtkColumnViewColumn" id="traceable_symbol_column">
|
<property name="title" translatable="yes">Stack Trace</property>
|
||||||
<property name="title" translatable="yes">Stack Trace</property>
|
<property name="expand">true</property>
|
||||||
<property name="expand">true</property>
|
<property name="factory">
|
||||||
<property name="factory">
|
<object class="GtkBuilderListItemFactory">
|
||||||
<object class="GtkBuilderListItemFactory">
|
<property name="bytes"><![CDATA[
|
||||||
<property name="bytes"><![CDATA[
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<interface>
|
<interface>
|
||||||
<template class="GtkListItem">
|
<template class="GtkListItem">
|
||||||
@ -369,8 +363,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</template>
|
</template>
|
||||||
</interface>
|
</interface>
|
||||||
]]>
|
]]></property>
|
||||||
</property>
|
|
||||||
</object>
|
</object>
|
||||||
</property>
|
</property>
|
||||||
</object>
|
</object>
|
||||||
@ -397,8 +390,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</template>
|
</template>
|
||||||
</interface>
|
</interface>
|
||||||
]]>
|
]]></property>
|
||||||
</property>
|
|
||||||
</object>
|
</object>
|
||||||
</property>
|
</property>
|
||||||
</object>
|
</object>
|
||||||
|
|||||||
Reference in New Issue
Block a user