[grilo] core: Added GRL_CORE_ERROR_LOAD_PLUGIN_FAILED
- From: Iago Toral Quiroga <itoral src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] core: Added GRL_CORE_ERROR_LOAD_PLUGIN_FAILED
- Date: Mon, 20 Dec 2010 11:13:02 +0000 (UTC)
commit 2f948befc80c995dad9c1f84f4e5d4f978a2c05a
Author: Iago Toral Quiroga <itoral igalia com>
Date: Mon Dec 20 09:09:39 2010 +0100
core: Added GRL_CORE_ERROR_LOAD_PLUGIN_FAILED
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 c15747b..5a00ae1 100644
--- a/src/grl-error.h
+++ b/src/grl-error.h
@@ -50,6 +50,7 @@
* @GRL_CORE_ERROR_MEDIA_FROM_URI_FAILED: The media from_uri operation failed
* @GRL_CORE_ERROR_CONFIG_LOAD_FAILED: Failed to load plugin configuration from a file
* @GRL_CORE_ERROR_UNREGISTER_SOURCE_FAILED: Failed to unregister source
+ * @GRL_CORE_ERROR_LOAD_PLUGIN_FAILED: Failed to load plugin
*
* These constants identify all the available core errors
*/
@@ -65,7 +66,8 @@ typedef enum {
GRL_CORE_ERROR_SET_METADATA_FAILED,
GRL_CORE_ERROR_MEDIA_FROM_URI_FAILED,
GRL_CORE_ERROR_CONFIG_LOAD_FAILED,
- GRL_CORE_ERROR_UNREGISTER_SOURCE_FAILED
+ GRL_CORE_ERROR_UNREGISTER_SOURCE_FAILED,
+ GRL_CORE_ERROR_LOAD_PLUGIN_FAILED,
} GrlCoreError;
#endif /* _GRL_ERROR_H_ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]