NAME
Qt::DBus::Context
PUBLIC METHODS
- QDBusContext()
- ~QDBusContext()
- bool calledFromDBus()
- QDBusConnection connection()
- bool isDelayedReply()
- const QDBusMessage & message()
- void sendErrorReply(const QString & name, const QString & msg = QString())
- void sendErrorReply(const QString & name, const QString & msg)
- void sendErrorReply(QDBusError::ErrorType type, const QString & msg = QString())
- void sendErrorReply(QDBusError::ErrorType type, const QString & msg)
- void setDelayedReply(bool enable)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.