summaryrefslogtreecommitdiffstats
path: root/lasso/xml/errors.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-23 13:28:08 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-23 13:28:08 +0000
commit5da1b0185ae35cdeb24efd4fc8c642ee3d1f6bd0 (patch)
tree14f6777868da44d4da244bad67f1132cfe045fa5 /lasso/xml/errors.h
parent25c73745541cd659babe96bbb9daf6872f409479 (diff)
downloadlasso-5da1b0185ae35cdeb24efd4fc8c642ee3d1f6bd0.tar.gz
lasso-5da1b0185ae35cdeb24efd4fc8c642ee3d1f6bd0.tar.xz
lasso-5da1b0185ae35cdeb24efd4fc8c642ee3d1f6bd0.zip
- Added a third arg (GError **err) in lasso_node_get_attr_value()
method to report errors - Replaced some lasso_provider_get_providerID() by direct access to ProviderID attribute of server objects
Diffstat (limited to 'lasso/xml/errors.h')
-rw-r--r--lasso/xml/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/errors.h b/lasso/xml/errors.h
index e3c70407..5de7f4ba 100644
--- a/lasso/xml/errors.h
+++ b/lasso/xml/errors.h
@@ -23,6 +23,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#define LASSO_ERROR_METADATA_VALUE_NOTFOUND -1
+#define LASSO_ERROR_XML_ATTR_VALUE_NOTFOUND -1
const char* lasso_strerror(int error_code);