summaryrefslogtreecommitdiff
path: root/libresourceqt/include
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-09-10 13:34:20 +0300
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-09-10 13:34:20 +0300
commitb8247d868582de3a5655bf83f54a25ab5b5112e9 (patch)
tree282d5ae54d6b54faee9ba1a0f7cbd5e98ba42ceb /libresourceqt/include
parentf6bc677d84a93a3d1ccd9179ea0f75d8599ed600 (diff)
parenta7761546eddf14689984ad95f5f6c3aeb4024362 (diff)
Merge remote branch 'origin/master'
Diffstat (limited to 'libresourceqt/include')
-rw-r--r--libresourceqt/include/qt4/policy/resource-set.h20
1 files changed, 13 insertions, 7 deletions
diff --git a/libresourceqt/include/qt4/policy/resource-set.h b/libresourceqt/include/qt4/policy/resource-set.h
index 2fecd80..710dc7d 100644
--- a/libresourceqt/include/qt4/policy/resource-set.h
+++ b/libresourceqt/include/qt4/policy/resource-set.h
@@ -206,28 +206,34 @@ signals:
*/
void resourcesBecameAvailable(const QList<ResourcePolicy::ResourceType> &availableResources);
/**
- * This signal is emited as a response to the acquire() request.
+ * This signal is emitted as a response to the acquire() request.
* \param grantedOptionalResources The list of granted optional resources.
- * All the mandatory resources have also been aquired.
+ * All the mandatory resources have also been acquired.
*/
void resourcesGranted(const QList<ResourcePolicy::ResourceType> &grantedOptionalResources);
/**
- * This signal is emited as a response to the acquire() request, in the
- * case where one or more of the mandatroy resources were not availalble.
+ * This signal is emitted as a response to the acquire() request, in the
+ * case where one or more of the mandatory resources were not available.
*/
void resourcesDenied();
/**
- * This signal is emited as a response to the release() request.
+ * This signal is emitted as a response to the release() request.
*/
void resourcesReleased();
/**
- * This signal is emited when some other program with a higher priority
- * superseeds us, and as a result we loose (some of) our resources.
+ * This signal is emitted when some other program with a higher priority
+ * supersedes us, and as a result we loose (some of) our resources.
* It is very important to connect to this signal as it is signaling when
* the acquired resources shouldn't be used anymore.
*/
void lostResources();
+ /**
+ * Subscribe to this signal to receive error notifications,
+ * particularly security errors.
+ */
+ void errorCallback(quint32, const char*);
+
private:
bool initialize();