#include <cr-statement.h>
Data Fields | |
CRString * | url |
the url of the import rule | |
GList * | media_list |
CRStyleSheet * | sheet |
the stylesheet fetched from the url, if any. |
Definition at line 89 of file cr-statement.h.
the url of the import rule
Definition at line 92 of file cr-statement.h.
Referenced by cr_statement_at_import_rule_get_url(), cr_statement_at_import_rule_set_url(), and cr_statement_new_at_import_rule().
GList* _CRAtImportRule::media_list |
the stylesheet fetched from the url, if any.
this is not "owned" by CRAtImportRule which means it is not destroyed by the destructor of CRAtImportRule.
Definition at line 101 of file cr-statement.h.
Referenced by cr_statement_at_import_rule_get_imported_sheet(), cr_statement_at_import_rule_set_imported_sheet(), and cr_statement_new_at_import_rule().