svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1073387wilder-portage
parent
1b3b8b3357
commit
b6d38f852e
6 changed files with 10 additions and 110 deletions
@ -1,33 +0,0 @@ |
||||
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" |
||||
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> |
||||
<node> |
||||
<interface name="org.kde.konsole.Konsole"> |
||||
<method name="sessionCount"> |
||||
<arg type="i" direction="out"/> |
||||
</method> |
||||
<method name="currentSession"> |
||||
<arg type="i" direction="out"/> |
||||
</method> |
||||
<method name="newSession"> |
||||
<arg type="i" direction="out"/> |
||||
<arg name="profile" type="s" direction="in"/> |
||||
<arg name="directory" type="s" direction="in"/> |
||||
</method> |
||||
<method name="profileList"> |
||||
<arg type="as" direction="out"/> |
||||
</method> |
||||
<method name="newSession"> |
||||
<arg type="i" direction="out"/> |
||||
</method> |
||||
<method name="nextSession"> |
||||
</method> |
||||
<method name="prevSession"> |
||||
</method> |
||||
<method name="moveSessionLeft"> |
||||
</method> |
||||
<method name="moveSessionRight"> |
||||
</method> |
||||
|
||||
|
||||
</interface> |
||||
</node> |
||||
@ -1,5 +0,0 @@ |
||||
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> |
||||
<node> |
||||
<interface name="org.kde.konsole.KonsoleScripting"> |
||||
</interface> |
||||
</node> |
||||
@ -1,65 +0,0 @@ |
||||
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" |
||||
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> |
||||
<node> |
||||
<interface name="org.kde.konsole.Session"> |
||||
<method name="environment"> |
||||
<arg type="as" direction="out"/> |
||||
</method> |
||||
<method name="setEnvironment"> |
||||
<arg name="environment" type="as" direction="in"/> |
||||
</method> |
||||
<method name="close"> |
||||
</method> |
||||
<method name="setMonitorActivity"> |
||||
<arg type="b" direction="in"/> |
||||
</method> |
||||
<method name="isMonitorActivity"> |
||||
<arg type="b" direction="out"/> |
||||
</method> |
||||
<method name="setMonitorSilence"> |
||||
<arg type="b" direction="in"/> |
||||
</method> |
||||
<method name="isMonitorSilence"> |
||||
<arg type="b" direction="out"/> |
||||
</method> |
||||
<method name="setMonitorSilenceSeconds"> |
||||
<arg name="seconds" type="i" direction="in"/> |
||||
</method> |
||||
<method name="setFlowControlEnabled"> |
||||
<arg name="enabled" type="b" direction="in"/> |
||||
</method> |
||||
<method name="flowControlEnabled"> |
||||
<arg type="b" direction="out"/> |
||||
</method> |
||||
<method name="sendText"> |
||||
<arg name="text" type="s" direction="in"/> |
||||
</method> |
||||
<method name="sendMouseEvent"> |
||||
<arg name="buttons" type="i" direction="in"/> |
||||
<arg name="column" type="i" direction="in"/> |
||||
<arg name="line" type="i" direction="in"/> |
||||
<arg name="eventType" type="i" direction="in"/> |
||||
</method> |
||||
<method name="processId"> |
||||
<arg type="i" direction="out"/> |
||||
</method> |
||||
<method name="foregroundProcessId"> |
||||
<arg type="i" direction="out"/> |
||||
</method> |
||||
<method name="setCodec"> |
||||
<arg type="b" direction="out"/> |
||||
<arg name="codec" type="ay" direction="in"/> |
||||
</method> |
||||
<method name="codec"> |
||||
<arg type="ay" direction="out"/> |
||||
</method> |
||||
<method name="setTitle"> |
||||
<arg name="role" type="i" direction="in"/> |
||||
<arg name="title" type="s" direction="in"/> |
||||
</method> |
||||
<method name="title"> |
||||
<arg type="s" direction="out"/> |
||||
<arg name="role" type="i" direction="in"/> |
||||
</method> |
||||
</interface> |
||||
</node> |
||||
@ -1,5 +0,0 @@ |
||||
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> |
||||
<node> |
||||
<interface name="org.kde.konsole.SessionScripting"> |
||||
</interface> |
||||
</node> |
||||
Loading…
Reference in new issue