Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <QDBusInterface>
- int main()
- {
- QDBusInterface gnome("org.gnome.SessionManager", "/org/gnome/SessionManager", "org.gnome.SessionManager");
- gnome.call("Logout", 1);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement