mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
src: use double quotes for XML
This commit is contained in:
@ -2,9 +2,9 @@
|
|||||||
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
||||||
<node>
|
<node>
|
||||||
<interface name="org.gnome.Sysprof3.Profiler">
|
<interface name="org.gnome.Sysprof3.Profiler">
|
||||||
<method name='Start'>
|
<method name="Start">
|
||||||
<arg type='h' name='fd' direction='in'/>
|
<arg type="h" name="fd" direction="in"/>
|
||||||
</method>
|
</method>
|
||||||
<method name='Stop'/>
|
<method name="Stop"/>
|
||||||
</interface>
|
</interface>
|
||||||
</node>
|
</node>
|
||||||
|
|||||||
Reference in New Issue
Block a user