[rygel] core: Errors for Configuration
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel] core: Errors for Configuration
- Date: Fri, 12 Jun 2009 12:23:34 -0400 (EDT)
commit e9ff7f4a3c4099a9e9d477503471039f990d1a83
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Jun 9 17:43:00 2009 +0300
core: Errors for Configuration
src/rygel/rygel-configuration.vala | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/rygel/rygel-configuration.vala b/src/rygel/rygel-configuration.vala
index 5c86a09..3d370ce 100644
--- a/src/rygel/rygel-configuration.vala
+++ b/src/rygel/rygel-configuration.vala
@@ -25,6 +25,11 @@
using GConf;
using CStuff;
+public errordomain Rygel.ConfigurationError {
+ NO_VALUE_SET,
+ VALUE_OUT_OF_RANGE
+}
+
/**
* Interface for dealing with Rygel configuration.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]