[gxml] DomNode.vala: add some notes for things to do
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] DomNode.vala: add some notes for things to do
- Date: Thu, 11 Oct 2012 04:47:24 +0000 (UTC)
commit 79855ff4fe31a2115a29856c8fc67eda599ccd6c
Author: Richard Schwarting <aquarichy gmail com>
Date: Tue Oct 9 12:15:32 2012 -0400
DomNode.vala: add some notes for things to do
gxml/DomNode.vala | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gxml/DomNode.vala b/gxml/DomNode.vala
index ee2403c..fe0d16c 100644
--- a/gxml/DomNode.vala
+++ b/gxml/DomNode.vala
@@ -281,9 +281,11 @@ namespace GXml {
* @param format false: no formatting, true: formatted, with indentation
* @param level Indentation level
*
- * @return XML string for node.
+ * @return XML string for node
*/
// TODO: need to investigate how to activate format
+ // TODO: indicate in C that the return value must be freed.
+ // TODO: ask Colin Walters about storing docs in GIR files (might have not been him)
public virtual string to_string (bool format = false, int level = 0) {
_str = "DomNode(%d:%s)".printf (this.node_type, this.node_name);
return _str;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]