#include <TelepathyQt4/DBus>
Inherits Tp::AbstractInterface.
List of all members.
Public Slots
- QDBusPendingReply< QString > Hello (int timeout=-1)
- QDBusPendingReply< uint > RequestName (const QString &name, uint flags, int timeout=-1)
- QDBusPendingReply< uint > ReleaseName (const QString &name, int timeout=-1)
- QDBusPendingReply< uint > StartServiceByName (const QString &service, uint flags, int timeout=-1)
- QDBusPendingReply< bool > NameHasOwner (const QString &nameToCheck, int timeout=-1)
- QDBusPendingReply< QStringList > ListNames (int timeout=-1)
- QDBusPendingReply< QStringList > ListActivatableNames (int timeout=-1)
- QDBusPendingReply AddMatch (const QString &rule, int timeout=-1)
- QDBusPendingReply RemoveMatch (const QString &rule, int timeout=-1)
- QDBusPendingReply< QString > GetNameOwner (const QString &name, int timeout=-1)
- QDBusPendingReply< QStringList > ListQueuedOwners (const QString &name, int timeout=-1)
- QDBusPendingReply< uint > GetConnectionUnixUser (const QString &connectionName, int timeout=-1)
- QDBusPendingReply< uint > GetConnectionUnixProcessID (const QString &connectionName, int timeout=-1)
- QDBusPendingReply< QByteArray > GetConnectionSELinuxSecurityContext (const QString &connectionName, int timeout=-1)
- QDBusPendingReply ReloadConfig (int timeout=-1)
- QDBusPendingReply< QString > GetId (int timeout=-1)
Signals
Public Member Functions
Static Public Member Functions
Protected Member Functions
Detailed Description
Proxy class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.DBus."
Constructor & Destructor Documentation
Tp::Client::DBus::DBusDaemonInterface::DBusDaemonInterface |
( |
const QString & |
busName, |
|
|
const QString & |
objectPath, |
|
|
QObject * |
parent = 0 |
|
|
) |
|
|
|
Creates a DBusDaemonInterface associated with the given object on the session bus.
- Parameters:
-
|
busName |
Name of the service the object is on. |
|
objectPath |
Path to the object on the service. |
|
parent |
Passed to the parent class constructor. |
Creates a DBusDaemonInterface associated with the given object on the given bus.
- Parameters:
-
|
connection |
The bus via which the object can be reached. |
|
busName |
Name of the service the object is on. |
|
objectPath |
Path to the object on the service. |
|
parent |
Passed to the parent class constructor. |
Tp::Client::DBus::DBusDaemonInterface::DBusDaemonInterface |
( |
Tp::DBusProxy * |
proxy |
) |
|
Tp::Client::DBus::DBusDaemonInterface::DBusDaemonInterface |
( |
const Tp::AbstractInterface & |
mainInterface |
) |
[explicit] |
Creates a DBusDaemonInterface associated with the same object as the given proxy. Additionally, the created proxy will have the same parent as the given proxy.
- Parameters:
-
|
mainInterface |
The proxy to use. |
Creates a DBusDaemonInterface associated with the same object as the given proxy. However, a different parent object can be specified.
- Parameters:
-
|
mainInterface |
The proxy to use. |
|
parent |
Passed to the parent class constructor. |
Member Function Documentation
static QLatin1String Tp::Client::DBus::DBusDaemonInterface::staticInterfaceName |
( |
|
) |
[inline, static] |
Returns the name of the interface "org.freedesktop.DBus", which this class represents.
- Returns:
- The D-Bus interface name.
Request all of the DBus properties on the interface.
- Returns:
- A pending variant map which will emit finished when the properties have been retrieved.
QDBusPendingReply<uint> Tp::Client::DBus::DBusDaemonInterface::RequestName |
( |
const QString & |
name, |
|
|
uint |
flags, |
|
|
int |
timeout = -1 |
|
|
) |
|
|
[inline, slot] |
QDBusPendingReply<uint> Tp::Client::DBus::DBusDaemonInterface::ReleaseName |
( |
const QString & |
name, |
|
|
int |
timeout = -1 |
|
|
) |
|
|
[inline, slot] |
QDBusPendingReply<uint> Tp::Client::DBus::DBusDaemonInterface::StartServiceByName |
( |
const QString & |
service, |
|
|
uint |
flags, |
|
|
int |
timeout = -1 |
|
|
) |
|
|
[inline, slot] |
QDBusPendingReply<bool> Tp::Client::DBus::DBusDaemonInterface::NameHasOwner |
( |
const QString & |
nameToCheck, |
|
|
int |
timeout = -1 |
|
|
) |
|
|
[inline, slot] |
Begins a call to the D-Bus method ListActivatableNames
on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
- Parameters:
-
|
timeout |
The timeout in milliseconds. |
QDBusPendingReply Tp::Client::DBus::DBusDaemonInterface::AddMatch |
( |
const QString & |
rule, |
|
|
int |
timeout = -1 |
|
|
) |
|
|
[inline, slot] |
QDBusPendingReply Tp::Client::DBus::DBusDaemonInterface::RemoveMatch |
( |
const QString & |
rule, |
|
|
int |
timeout = -1 |
|
|
) |
|
|
[inline, slot] |
QDBusPendingReply<uint> Tp::Client::DBus::DBusDaemonInterface::GetConnectionUnixUser |
( |
const QString & |
connectionName, |
|
|
int |
timeout = -1 |
|
|
) |
|
|
[inline, slot] |
Begins a call to the D-Bus method GetConnectionUnixUser
on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
- Parameters:
-
|
timeout |
The timeout in milliseconds. |
QDBusPendingReply<uint> Tp::Client::DBus::DBusDaemonInterface::GetConnectionUnixProcessID |
( |
const QString & |
connectionName, |
|
|
int |
timeout = -1 |
|
|
) |
|
|
[inline, slot] |
Begins a call to the D-Bus method GetConnectionUnixProcessID
on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
- Parameters:
-
|
timeout |
The timeout in milliseconds. |
QDBusPendingReply<QByteArray> Tp::Client::DBus::DBusDaemonInterface::GetConnectionSELinuxSecurityContext |
( |
const QString & |
connectionName, |
|
|
int |
timeout = -1 |
|
|
) |
|
|
[inline, slot] |
Begins a call to the D-Bus method GetConnectionSELinuxSecurityContext
on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
- Parameters:
-
|
timeout |
The timeout in milliseconds. |
QDBusPendingReply Tp::Client::DBus::DBusDaemonInterface::ReloadConfig |
( |
int |
timeout = -1 |
) |
[inline, slot] |
void Tp::Client::DBus::DBusDaemonInterface::NameOwnerChanged |
( |
const QString & |
name, |
|
|
const QString & |
oldOwner, |
|
|
const QString & |
newOwner |
|
|
) |
|
|
[signal] |
Represents the signal NameOwnerChanged
on the remote object.
void Tp::Client::DBus::DBusDaemonInterface::NameLost |
( |
const QString & |
name |
) |
[signal] |
Represents the signal NameLost
on the remote object.
void Tp::Client::DBus::DBusDaemonInterface::NameAcquired |
( |
const QString & |
name |
) |
[signal] |
Represents the signal NameAcquired
on the remote object.
void Tp::Client::DBus::DBusDaemonInterface::invalidate |
( |
Tp::DBusProxy * |
proxy, |
|
|
const QString & |
error, |
|
|
const QString & |
message |
|
|
) |
|
|
[protected, virtual] |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation |
Telepathy-Qt4 0.6.5
|