summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-05-24 19:59:02 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-05-24 19:59:02 +0000
commitdea5f2b7f1afaf541d3a66a8dbb6c1d08d3dc5f7 (patch)
tree85ad2b764dcf204cc1f24632fb2cf091344e1d47
parentaac885f1ebc4f714db4c4563be61c32c511cc708 (diff)
downloadlibcroco-dea5f2b7f1afaf541d3a66a8dbb6c1d08d3dc5f7.tar.gz
updated a small function comment.
Dodji.
-rw-r--r--src/seleng/cr-sel-eng.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/seleng/cr-sel-eng.c b/src/seleng/cr-sel-eng.c
index 37ce565..0959364 100644
--- a/src/seleng/cr-sel-eng.c
+++ b/src/seleng/cr-sel-eng.c
@@ -751,15 +751,16 @@ cr_sel_eng_get_matched_rulesets_real (CRSelEng *a_this,
*Walks through the property/value pairs of a ruleset
*statement and put the properties found into a hashtable.
*Each key of the hashtable is a css property. The
- *associated value is a pointer to the current #CRStatement.
+ *associated value is a pointer to the current #CRDeclaration.
*This function is where the cascading property sorting is done.
*
*@param a_props_hashtable in/out parameter. The hashtable into
- *which the the property/statement pairs will be added.
+ *which the the property/Declaration pairs will be added.
*Note that each hashtable key (a statement property) is a null terminated
*instance of guchar *.
- *Each value associated to a key is an instance of #CRStatement. The statement
- *is actually the css ruleset that contains the property (the key).
+ *Each value associated to a key is an instance of #CRDeclaration.
+ *The declaration is actually the css declaration (rule)
+ *that contains the property (the key).
*@param a_ruleset the ruleset from wich the properties are gathered.
*@return CR_OK upon successfull completion, an error code otherwise.
*/