[gxml/gsoc2013: 128/150] Implementation.vala: extend from GObject



commit 65d4b2176121855cf8e832bf87758dbe62d4515c
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sun Jul 28 01:30:12 2013 -0400

    Implementation.vala: extend from GObject

 .../js/{create_document.js => document_create.js}  |    0
 ...t_from_file.js => document_create_from_file.js} |    0
 ...t_from_path.js => document_create_from_path.js} |    0
 ...om_string.js => document_create_from_string.js} |    0
 ...ocument_to_path.js => document_save_to_path.js} |    0
 gxml/Implementation.vala                           |    2 +-
 6 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/js/create_document.js b/examples/js/document_create.js
similarity index 100%
rename from examples/js/create_document.js
rename to examples/js/document_create.js
diff --git a/examples/js/create_document_from_file.js b/examples/js/document_create_from_file.js
similarity index 100%
rename from examples/js/create_document_from_file.js
rename to examples/js/document_create_from_file.js
diff --git a/examples/js/create_document_from_path.js b/examples/js/document_create_from_path.js
similarity index 100%
rename from examples/js/create_document_from_path.js
rename to examples/js/document_create_from_path.js
diff --git a/examples/js/create_document_from_string.js b/examples/js/document_create_from_string.js
similarity index 100%
rename from examples/js/create_document_from_string.js
rename to examples/js/document_create_from_string.js
diff --git a/examples/js/save_document_to_path.js b/examples/js/document_save_to_path.js
similarity index 100%
rename from examples/js/save_document_to_path.js
rename to examples/js/document_save_to_path.js
diff --git a/gxml/Implementation.vala b/gxml/Implementation.vala
index 16714f2..58323d0 100644
--- a/gxml/Implementation.vala
+++ b/gxml/Implementation.vala
@@ -35,7 +35,7 @@ namespace GXml {
         * Version: DOM Level 1 Core
         * URL: [[http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-102161490]]
         */
-       public class Implementation {
+       public class Implementation : GLib.Object {
                internal Implementation () {
                }
 


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