summaryrefslogtreecommitdiff
path: root/ccss/ccss-stylesheet-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'ccss/ccss-stylesheet-priv.h')
-rw-r--r--ccss/ccss-stylesheet-priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ccss/ccss-stylesheet-priv.h b/ccss/ccss-stylesheet-priv.h
index 4cc6c1e..8efab44 100644
--- a/ccss/ccss-stylesheet-priv.h
+++ b/ccss/ccss-stylesheet-priv.h
@@ -34,6 +34,7 @@ CCSS_BEGIN_DECLS
* @grammar: The grammar for this stylesheet.
* @blocks: List owning all blocks parsed from the stylesheet.
* @groups: Associates type names with all applying selectors.
+ * @current_descriptor: descriptor of the recently loaded CSS file or buffer.
*
* Represents a parsed instance of a stylesheet.
**/
@@ -43,6 +44,7 @@ struct ccss_stylesheet_ {
ccss_grammar_t *grammar;
GHashTable *blocks;
GHashTable *groups;
+ unsigned int current_descriptor;
};
ccss_stylesheet_t *