[gxml/gsoc2013] Implementation.vala: extend from GObject
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml/gsoc2013] Implementation.vala: extend from GObject
- Date: Sun, 28 Jul 2013 05:34:25 +0000 (UTC)
commit d10d39a9fa5f62428ba37e03873fe3111cc16f0a
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]