diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2012-03-31 19:37:17 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2012-03-31 19:37:17 +0400 |
commit | 4d8df469f5c04c9559cf480b0e5bad2b40d213f6 (patch) | |
tree | 86c0a874bfaa863567460912f89159edcc1f0f2b /saedit | |
parent | 66d1de521660ddcda4e2f51fc12fcb0966728221 (diff) | |
download | evol-tools-4d8df469f5c04c9559cf480b0e5bad2b40d213f6.tar.gz evol-tools-4d8df469f5c04c9559cf480b0e5bad2b40d213f6.tar.bz2 evol-tools-4d8df469f5c04c9559cf480b0e5bad2b40d213f6.tar.xz evol-tools-4d8df469f5c04c9559cf480b0e5bad2b40d213f6.zip |
Added TODO comment
Diffstat (limited to 'saedit')
-rw-r--r-- | saedit/xml.c | 2 |
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, |