Not logged in
Log in now
Create an account
Subscribe to LWN
Recent Features
Dividing the Linux desktop
LWN.net Weekly Edition for June 13, 2013
A report from pgCon 2013
Little things that matter in language design
LWN.net Weekly Edition for June 6, 2013
The first KDE 4.3.0 release candidate
Posted Jul 5, 2009 0:09 UTC (Sun) by aseigo (guest, #18394) [Link]
aseigo@independence:~> qdbus org.kde.konsole /Konsole method int org.kde.konsole.Konsole.currentSession() method void org.kde.konsole.Konsole.moveSessionLeft() method void org.kde.konsole.Konsole.moveSessionRight() method int org.kde.konsole.Konsole.newSession() method int org.kde.konsole.Konsole.newSession(QString profile, QString directory) method void org.kde.konsole.Konsole.nextSession() method void org.kde.konsole.Konsole.prevSession() method QStringList org.kde.konsole.Konsole.profileList() method int org.kde.konsole.Konsole.sessionCount() method QDBusVariant org.freedesktop.DBus.Properties.Get(QString interface_name, QString property_name) method QVariantMap org.freedesktop.DBus.Properties.GetAll(QString interface_name) method void org.freedesktop.DBus.Properties.Set(QString interface_name, QString property_name, QDBusVariant value) method QString org.freedesktop.DBus.Introspectable.Introspect()
aseigo@independence:~> qdbus org.kde.konsole /Sessions/1 method void org.kde.konsole.Session.close() method QByteArray org.kde.konsole.Session.codec() method QStringList org.kde.konsole.Session.environment() method bool org.kde.konsole.Session.flowControlEnabled() method int org.kde.konsole.Session.foregroundProcessId() method bool org.kde.konsole.Session.isMonitorActivity() method bool org.kde.konsole.Session.isMonitorSilence() method int org.kde.konsole.Session.processId() method void org.kde.konsole.Session.sendMouseEvent(int buttons, int column, int line, int eventType) method void org.kde.konsole.Session.sendText(QString text) method bool org.kde.konsole.Session.setCodec(QByteArray codec) method void org.kde.konsole.Session.setEnvironment(QStringList environment) method void org.kde.konsole.Session.setFlowControlEnabled(bool enabled) method void org.kde.konsole.Session.setMonitorActivity(bool) method void org.kde.konsole.Session.setMonitorSilence(bool) method void org.kde.konsole.Session.setMonitorSilenceSeconds(int seconds) method void org.kde.konsole.Session.setTitle(int role, QString title) method QString org.kde.konsole.Session.title(int role)
there's even more there than that, but you can probably see them for yourself with qdbusviewer :)
Posted Jul 5, 2009 11:46 UTC (Sun) by nix (subscriber, #2304) [Link]
Copyright © 2013, Eklektix, Inc. Comments and public postings are copyrighted by their creators. Linux is a registered trademark of Linus Torvalds