[Telepathy-commits] [telepathy-qt4/master] Doxygenate the DBusProxy class.
George Goldberg
george.goldberg at collabora.co.uk
Wed Nov 19 05:25:02 PST 2008
---
TelepathyQt4/cli-dbus-proxy.h | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/TelepathyQt4/cli-dbus-proxy.h b/TelepathyQt4/cli-dbus-proxy.h
index 2fadcb5..2b2243f 100644
--- a/TelepathyQt4/cli-dbus-proxy.h
+++ b/TelepathyQt4/cli-dbus-proxy.h
@@ -48,27 +48,33 @@ class DBusProxy : public QObject
public:
/**
- *
+ * Constructor
*/
DBusProxy(QDBusAbstractInterface* baseInterface, QObject* parent = 0);
/**
- *
+ * Destructor
*/
~DBusProxy();
/**
+ * Returns the DBus connection the base interface is associated with.
*
+ * \return The connection the interface is associated with.
*/
QDBusConnection connection() const;
/**
+ * Returns the DBus object path the base interface is associated with.
*
+ * \return The object path the interface is associated with.
*/
QString path() const;
/**
+ * Returns the DBus service name the base interface is associated with.
*
+ * \return The service name the interface is associated with.
*/
QString service() const;
--
1.5.6.5
More information about the Telepathy-commits
mailing list