not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / kcontrol / kfontinst / kio / org.kde.fontinst.xml
blobde294501c9f27d1e9627bb924bea9be3bd07cd88
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2 <node>
3   <interface name="org.kde.fontinst">
4     <method name="disableFont">
5       <arg type="i" direction="out"/>
6       <arg name="key" type="u" direction="in"/>
7       <arg name="family" type="s" direction="in"/>
8       <arg name="style" type="u" direction="in"/>
9       <arg name="writingSystems" type="t" direction="in"/>
10       <arg name="face" type="u" direction="in"/>
11       <arg name="fileData" type="as" direction="in"/>
12     </method>
13     <method name="enableFont">
14       <arg type="i" direction="out"/>
15       <arg name="key" type="u" direction="in"/>
16       <arg name="family" type="s" direction="in"/>
17       <arg name="style" type="u" direction="in"/>
18     </method>
19     <method name="deleteDisabledFont">
20       <arg type="i" direction="out"/>
21       <arg name="key" type="u" direction="in"/>
22       <arg name="family" type="s" direction="in"/>
23       <arg name="style" type="u" direction="in"/>
24     </method>
25     <method name="reloadDisabledList">
26       <arg type="i" direction="out"/>
27       <arg name="key" type="u" direction="in"/>
28     </method>
29     <method name="addToFc">
30       <arg type="i" direction="out"/>
31       <arg name="key" type="u" direction="in"/>
32       <arg name="dir" type="s" direction="in"/>
33     </method>
34     <method name="configureX">
35       <arg type="i" direction="out"/>
36       <arg name="key" type="u" direction="in"/>
37       <arg name="dir" type="s" direction="in"/>
38     </method>
39     <method name="copyFont">
40       <arg type="i" direction="out"/>
41       <arg name="key" type="u" direction="in"/>
42       <arg name="src" type="s" direction="in"/>
43       <arg name="dest" type="s" direction="in"/>
44     </method>
45     <method name="moveFont">
46       <arg type="i" direction="out"/>
47       <arg name="key" type="u" direction="in"/>
48       <arg name="src" type="s" direction="in"/>
49       <arg name="dest" type="s" direction="in"/>
50       <arg name="uid" type="u" direction="in"/>
51       <arg name="gid" type="u" direction="in"/>
52     </method>
53     <method name="deleteFont">
54       <arg type="i" direction="out"/>
55       <arg name="key" type="u" direction="in"/>
56       <arg name="font" type="s" direction="in"/>
57     </method>
58     <method name="createDir">
59       <arg type="i" direction="out"/>
60       <arg name="key" type="u" direction="in"/>
61       <arg name="dir" type="s" direction="in"/>
62     </method>
63     <method name="createAfm">
64       <arg type="i" direction="out"/>
65       <arg name="key" type="u" direction="in"/>
66       <arg name="font" type="s" direction="in"/>
67     </method>
68     <method name="fcCache">
69       <arg type="i" direction="out"/>
70       <arg name="key" type="u" direction="in"/>
71     </method>
72   </interface>
73 </node>