mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Merge branch 'fix-unixfd-annotations' into 'master'
Fix org.gtk.GDBus.C.UnixFD annotations See merge request GNOME/sysprof!16
This commit is contained in:
@ -14,13 +14,12 @@
|
||||
the resulting fd back to the calling process.
|
||||
-->
|
||||
<method name="PerfEventOpen">
|
||||
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
|
||||
<arg name="options" type="a{sv}" direction="in"/>
|
||||
<arg name="pid" type="i" direction="in"/>
|
||||
<arg name="cpu" type="i" direction="in"/>
|
||||
<arg name="flags" type="t" direction="in"/>
|
||||
<arg name="perf_stream_fd" type="h" direction="out">
|
||||
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
|
||||
</arg>
|
||||
<arg name="perf_stream_fd" type="h" direction="out"/>
|
||||
</method>
|
||||
|
||||
<!--
|
||||
|
||||
@ -29,10 +29,9 @@
|
||||
The contents of @options are implementation specific.
|
||||
-->
|
||||
<method name="Start">
|
||||
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
|
||||
<arg type="a{sv}" name="options" direction="in"/>
|
||||
<arg type="h" name="fd" direction="in">
|
||||
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
|
||||
</arg>
|
||||
<arg type="h" name="fd" direction="in"/>
|
||||
</method>
|
||||
<!--
|
||||
Stop:
|
||||
|
||||
@ -15,16 +15,13 @@
|
||||
the resulting fd back to the calling process.
|
||||
-->
|
||||
<method name="PerfEventOpen">
|
||||
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
|
||||
<arg name="options" type="a{sv}" direction="in"/>
|
||||
<arg name="pid" type="i" direction="in"/>
|
||||
<arg name="cpu" type="i" direction="in"/>
|
||||
<arg name="group_fd" type="h" direction="in">
|
||||
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
|
||||
</arg>
|
||||
<arg name="group_fd" type="h" direction="in"/>
|
||||
<arg name="flags" type="t" direction="in"/>
|
||||
<arg name="perf_stream_fd" type="h" direction="out">
|
||||
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
|
||||
</arg>
|
||||
<arg name="perf_stream_fd" type="h" direction="out"/>
|
||||
</method>
|
||||
|
||||
<!--
|
||||
@ -58,10 +55,9 @@
|
||||
Since: 3.34
|
||||
-->
|
||||
<method name="GetProcFd">
|
||||
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
|
||||
<arg name="path" type="ay" direction="in"/>
|
||||
<arg name="fd" type="h" direction="out">
|
||||
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
|
||||
</arg>
|
||||
<arg name="fd" type="h" direction="out"/>
|
||||
</method>
|
||||
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user