[PATCH 1/2] Added an XML attribute error into GUPnPXMLError



---
 libgupnp/gupnp-error.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libgupnp/gupnp-error.h b/libgupnp/gupnp-error.h
index cfde0d3..6d3846b 100644
--- a/libgupnp/gupnp-error.h
+++ b/libgupnp/gupnp-error.h
@@ -113,6 +113,7 @@ typedef enum {
         GUPNP_XML_ERROR_PARSE,
         GUPNP_XML_ERROR_NO_NODE,
         GUPNP_XML_ERROR_EMPTY_NODE,
+       GUPNP_XML_ERROR_INVALID_ATTRIBUTE,
         GUPNP_XML_ERROR_OTHER
 } GUPnPXMLError;
 
-- 
1.7.1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]