[gxml/gsoc2013: 94/150] DomException.vala: change errordomain DomError -> enum DomException



commit 52c5656a2db1af7340f5269a7acce11a417a8c94
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sat Jul 27 00:01:54 2013 -0400

    DomException.vala: change errordomain DomError -> enum DomException

 gxml/DomException.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gxml/DomException.vala b/gxml/DomException.vala
index a5bf665..88be538 100644
--- a/gxml/DomException.vala
+++ b/gxml/DomException.vala
@@ -1,5 +1,5 @@
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
-/* DomError.vala
+/* DomException.vala
  *
  * Copyright (C) 2011-2013  Richard Schwarting <aquarichy gmail com>
  * Copyright (C) 2011  Daniel Espinosa <esodan gmail com>
@@ -28,7 +28,7 @@
  * Version: DOM Level 1 Core
  * URL: [[http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-BBACDC08]]
  */
-public errordomain GXml.DomError {
+public enum GXml.DomException {
        /* These error codes are from the IDL: TODO: find out when I should use them */
        /* TODO: probably want to document them :) */
        /**


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