summaryrefslogtreecommitdiff
path: root/src/cr-cascade.h
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2004-01-29 22:05:14 +0000
committerDodji Seketeli <dodji@src.gnome.org>2004-01-29 22:05:14 +0000
commitb10c9b189723585325dee43719540a34f7269ceb (patch)
tree4baf102731c467ceaa59b9bb82f4fd172fc4c57e /src/cr-cascade.h
parent1f1479180cb81ec70c9308c447dfdfd6808a3c17 (diff)
downloadlibcroco-b10c9b189723585325dee43719540a34f7269ceb.tar.gz
make sure to set the fields of the style structure passed as an argument
2004-01-29 Dodji Seketeli <dodji@gnome.org> * src/cr-sel-eng.c: (cr_sel_eng_get_matched_style): make sure to set the fields of the style structure passed as an argument of the function, when its not NULL. * src/cr-style.c: (cr_style_set_props_to_defaults): make this function public
Diffstat (limited to 'src/cr-cascade.h')
-rw-r--r--src/cr-cascade.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/cr-cascade.h b/src/cr-cascade.h
index a8c45d6..3119ae8 100644
--- a/src/cr-cascade.h
+++ b/src/cr-cascade.h
@@ -52,14 +52,12 @@ struct _CRCascade
};
-CRCascade *
-cr_cascade_new (CRStyleSheet *a_author_sheet,
- CRStyleSheet *a_user_sheet,
- CRStyleSheet *a_ua_sheet) ;
-
-CRStyleSheet *
-cr_cascade_get_sheet (CRCascade *a_this,
- enum CRStyleOrigin a_origin) ;
+CRCascade * cr_cascade_new (CRStyleSheet *a_author_sheet,
+ CRStyleSheet *a_user_sheet,
+ CRStyleSheet *a_ua_sheet) ;
+
+CRStyleSheet * cr_cascade_get_sheet (CRCascade *a_this,
+ enum CRStyleOrigin a_origin) ;
enum CRStatus cr_cascade_set_sheet (CRCascade *a_this,
CRStyleSheet *a_sheet,