Changeset 769 for trunk/src/dbus/qdbusconnection.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/dbus/qdbusconnection.cpp
r651 r769 492 492 QDBusMessage::ReplyMessage or QDBusMessage::ErrorMessage. 493 493 494 495 496 497 498 499 494 500 See the QDBusInterface::call() function for a more friendly way 495 501 of placing calls. … … 527 533 immediately. This function is suitable for method calls only. It 528 534 returns an object of type QDBusPendingCall which can be used to 529 track the status of the reply. The \a timeout parameter is used to 530 determine when an auto-generated error reply may be emitted and is 531 also the upper limit for waiting in QDBusPendingCall::waitForFinished(). 535 track the status of the reply. 536 537 If no reply is received within \a timeout milliseconds, an automatic 538 error will be delivered indicating the expiration of the call. The 539 default \a timeout is -1, which will be replaced with an 540 implementation-defined value that is suitable for inter-process 541 communications (generally, 25 seconds). This timeout is also the 542 upper limit for waiting in QDBusPendingCall::waitForFinished(). 532 543 533 544 See the QDBusInterface::asyncCall() function for a more friendly way
Note:
See TracChangeset
for help on using the changeset viewer.