remove mmx asm
[rofl0r-ixchat.git] / src / common / dbus / remote-object.xml
blob88a8ae7c121580046a790632bfa3108d723de5ba
1 <?xml version="1.0" encoding="UTF-8" ?>
3 <node name="/">
5   <interface name="org.xchat.connection">
6     <method name="Connect">
7       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
8       <arg type="s" name="filename" direction="in"/>
9       <arg type="s" name="name" direction="in"/>
10       <arg type="s" name="desc" direction="in"/>
11       <arg type="s" name="version" direction="in"/>
12       <arg type="s" name="path" direction="out"/>
13     </method>  
14     <method name="Disconnect">
15       <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
16     </method>
17   </interface>
19   <interface name="org.xchat.plugin">
20     <method name="Command">
21       <arg type="s" name="command" direction="in"/>
22     </method>
23     <method name="Print">
24       <arg type="s" name="text" direction="in"/>
25     </method>
26     <method name="FindContext">
27       <arg type="s" name="server" direction="in"/>
28       <arg type="s" name="channel" direction="in"/>
29       <arg type="u" name="ret_id" direction="out"/>
30     </method>
31     <method name="GetContext">
32       <arg type="u" name="ret_id" direction="out"/>
33     </method>
34     <method name="SetContext">
35       <arg type="u" name="id" direction="in"/>
36       <arg type="b" name="ret" direction="out"/>
37     </method>
38     <method name="GetInfo">
39       <arg type="s" name="id" direction="in"/>
40       <arg type="s" name="ret_info" direction="out"/>
41     </method>
42     <method name="GetPrefs">
43       <arg type="s" name="name" direction="in"/>
44       <arg type="i" name="ret_type" direction="out"/>
45       <arg type="s" name="ret_str" direction="out"/>
46       <arg type="i" name="ret_int" direction="out"/>
47     </method>
48     <method name="HookCommand">
49       <arg type="s" name="name" direction="in"/>
50       <arg type="i" name="priority" direction="in"/>
51       <arg type="s" name="help_text" direction="in"/>
52       <arg type="i" name="return_value" direction="in"/>
53       <arg type="u" name="ret_id" direction="out"/>
54     </method>
55     <method name="HookServer">
56       <arg type="s" name="name" direction="in"/>
57       <arg type="i" name="priority" direction="in"/>
58       <arg type="i" name="return_value" direction="in"/>
59       <arg type="u" name="ret_id" direction="out"/>
60     </method>
61     <method name="HookPrint">
62       <arg type="s" name="name" direction="in"/>
63       <arg type="i" name="priority" direction="in"/>
64       <arg type="i" name="return_value" direction="in"/>
65       <arg type="u" name="ret_id" direction="out"/>
66     </method>
67     <method name="Unhook">
68       <arg type="u" name="id" direction="in"/>
69     </method>
70     <method name="ListGet">
71       <arg type="s" name="name" direction="in"/>
72       <arg type="u" name="ret_id" direction="out"/>
73     </method>
74     <method name="ListNext">
75       <arg type="u" name="id" direction="in"/>
76       <arg type="b" name="ret" direction="out"/>
77     </method>
78     <method name="ListStr">
79       <arg type="u" name="id" direction="in"/>
80       <arg type="s" name="name" direction="in"/>
81       <arg type="s" name="ret_str" direction="out"/>
82     </method>
83     <method name="ListInt">
84       <arg type="u" name="id" direction="in"/>
85       <arg type="s" name="name" direction="in"/>
86       <arg type="i" name="ret_int" direction="out"/>
87     </method>
88     <method name="ListTime">
89       <arg type="u" name="id" direction="in"/>
90       <arg type="s" name="name" direction="in"/>
91       <arg type="t" name="ret_time" direction="out"/>
92     </method>
93     <method name="ListFields">
94       <arg type="s" name="name" direction="in"/>
95       <arg type="as" name="ret" direction="out"/>
96     </method>
97     <method name="ListFree">
98       <arg type="u" name="id" direction="in"/>
99     </method>
100     <method name="EmitPrint">
101       <arg type="s" name="event_name" direction="in"/>
102       <arg type="as" name="args" direction="in"/>
103       <arg type="b" name="ret" direction="out"/>
104     </method>
105     <method name="Nickcmp">
106       <arg type="s" name="nick1" direction="in"/>
107       <arg type="s" name="nick2" direction="in"/>
108       <arg type="i" name="ret" direction="out"/>
109     </method>
110     <method name="Strip">
111       <arg type="s" name="str" direction="in"/>
112       <arg type="i" name="len" direction="in"/>
113       <arg type="i" name="flag" direction="in"/>
114       <arg type="s" name="ret_str" direction="out"/>
115     </method>
116     <method name="SendModes">
117       <arg type="as" name="targets" direction="in"/>
118       <arg type="i" name="modes_per_line" direction="in"/>
119       <arg type="y" name="sign" direction="in"/>
120       <arg type="y" name="mode" direction="in"/>
121     </method>
123     <signal name="CommandSignal">
124       <arg type="as" name="word"/>
125       <arg type="as" name="word_eol"/>
126       <arg type="u" name="hook_id"/>
127       <arg type="u" name="context_id"/>
128     </signal>
129     <signal name="ServerSignal">
130       <arg type="as" name="word"/>
131       <arg type="as" name="word_eol"/>
132       <arg type="u" name="hook_id"/>
133       <arg type="u" name="context_id"/>
134     </signal>
135     <signal name="PrintSignal">
136       <arg type="as" name="word"/>
137       <arg type="u" name="hook_id"/>
138       <arg type="u" name="context_id"/>
139     </signal>
140     <signal name="UnloadSignal"/>
141   </interface>
142 </node>