Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Error ( ) : |
||
FromCompletedCall ( QDBusMessage message ) : IQDBusPendingCall | ||
FromError ( |
||
IsError ( ) : bool | ||
IsFinished ( ) : bool | ||
IsValid ( ) : bool | ||
QDBusPendingCallWatcher ( IQDBusPendingCall call ) : System | ||
QDBusPendingCallWatcher ( IQDBusPendingCall call, |
||
Reply ( ) : QDBusMessage | ||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string | ||
WaitForFinished ( ) : void |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QDBusPendingCallWatcher ( |
Method | Description | |
---|---|---|
QDBusPendingCallWatcher ( ) : System |
public static FromCompletedCall ( QDBusMessage message ) : IQDBusPendingCall | ||
message | QDBusMessage | |
return | IQDBusPendingCall |
public static FromError ( |
||
error | ||
return | IQDBusPendingCall |
public QDBusPendingCallWatcher ( IQDBusPendingCall call ) : System | ||
call | IQDBusPendingCall | |
return | System |
public QDBusPendingCallWatcher ( IQDBusPendingCall call, |
||
call | IQDBusPendingCall | |
parent | ||
return | System |
protected QDBusPendingCallWatcher ( |
||
dummy | ||
return | System |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |