DBus::ReturnMessage Class Reference

#include <message.h>

Inheritance diagram for DBus::ReturnMessage:
Inheritance graph

List of all members.

Public Member Functions

 ReturnMessage (const CallMessage &callee)
const char * signature () const
- Public Member Functions inherited from DBus::Message
 Private ()
 Private (DBusMessage *m)
 Message (Private *, bool incref=true)
 Message (const Message &m)
 ~Message ()
Messageoperator= (const Message &m)
Message copy ()
int type () const
int serial () const
int reply_serial () const
bool reply_serial (int)
const char * sender () const
bool sender (const char *s)
const char * destination () const
bool destination (const char *s)
bool is_error () const
bool is_signal (const char *interface, const char *member) const
MessageIter reader () const
MessageIter writer ()
bool append (int first_type,...)
void terminate ()

Additional Inherited Members

- Public Attributes inherited from DBus::Message
DBusMessage * msg
- Protected Member Functions inherited from DBus::Message
 Message ()
- Protected Attributes inherited from DBus::Message
RefPtrI< Private_pvt

Detailed Description

Definition at line 298 of file message.h.


Constructor & Destructor Documentation

ReturnMessage::ReturnMessage ( const CallMessage callee)

Definition at line 633 of file message.cpp.

References DBus::Message::_pvt, and DBus::Message::Private().


Member Function Documentation

const char * ReturnMessage::signature ( ) const

Definition at line 638 of file message.cpp.

References DBus::Message::_pvt.


The documentation for this class was generated from the following files: