summaryrefslogtreecommitdiff
path: root/saedit
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2012-03-31 19:37:17 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2012-03-31 19:37:17 +0400
commit4d8df469f5c04c9559cf480b0e5bad2b40d213f6 (patch)
tree86c0a874bfaa863567460912f89159edcc1f0f2b /saedit
parent66d1de521660ddcda4e2f51fc12fcb0966728221 (diff)
downloadtools-4d8df469f5c04c9559cf480b0e5bad2b40d213f6.tar.gz
tools-4d8df469f5c04c9559cf480b0e5bad2b40d213f6.tar.bz2
tools-4d8df469f5c04c9559cf480b0e5bad2b40d213f6.tar.xz
tools-4d8df469f5c04c9559cf480b0e5bad2b40d213f6.zip
Added TODO comment
Diffstat (limited to 'saedit')
-rw-r--r--saedit/xml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/saedit/xml.c b/saedit/xml.c
index 4db8235..7cf0968 100644
--- a/saedit/xml.c
+++ b/saedit/xml.c
@@ -42,6 +42,8 @@ gint xml_node_compare_with_attr_func(const XMLNode *node, const gchar **attr) {
xml_node_get_attr_value(node, attr[0]));
}
+/* redefinition of private _GMarkupParseContext
+ TODO: must be removed */
typedef enum {
STATE_START,
STATE_AFTER_OPEN_ANGLE,