[PATCH 1/5] core: added GRL_CORE_ERROR_OPERATION_CANCELLED
- From: Guillaume Emont <gemont igalia com>
- To: grilo-list gnome org
- Subject: [PATCH 1/5] core: added GRL_CORE_ERROR_OPERATION_CANCELLED
- Date: Mon, 7 Feb 2011 20:58:32 +0100
---
src/grl-error.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/grl-error.h b/src/grl-error.h
index d76a5fb..cddd28c 100644
--- a/src/grl-error.h
+++ b/src/grl-error.h
@@ -55,6 +55,7 @@
* @GRL_CORE_ERROR_UNLOAD_PLUGIN_FAILED: Failed to unload plugin
* @GRL_CORE_ERROR_REGISTER_METADATA_KEY_FAILED: Failed to register metadata key
* @GRL_CORE_ERROR_NOTIFY_CHANGED_FAILED: Failed to start changed notifications
+ * @GRL_CORE_ERROR_OPERATION_CANCELLED: The operation was cancelled
*
* These constants identify all the available core errors
*/
@@ -75,7 +76,8 @@ typedef enum {
GRL_CORE_ERROR_LOAD_PLUGIN_FAILED,
GRL_CORE_ERROR_UNLOAD_PLUGIN_FAILED,
GRL_CORE_ERROR_REGISTER_METADATA_KEY_FAILED,
- GRL_CORE_ERROR_NOTIFY_CHANGED_FAILED
+ GRL_CORE_ERROR_NOTIFY_CHANGED_FAILED,
+ GRL_CORE_ERROR_OPERATION_CANCELLED
} GrlCoreError;
#endif /* _GRL_ERROR_H_ */
--
1.7.1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]