Libcroco
Data Fields
_CRAtImportRule Struct Reference

#include <cr-statement.h>

Data Fields

CRStringurl
 the url of the import rule More...
 
GList * media_list
 
CRStyleSheetsheet
 the stylesheet fetched from the url, if any. More...
 

Detailed Description

Definition at line 89 of file cr-statement.h.

Field Documentation

◆ media_list

GList* _CRAtImportRule::media_list

Definition at line 94 of file cr-statement.h.

Referenced by cr_statement_new_at_import_rule().

◆ sheet

CRStyleSheet* _CRAtImportRule::sheet

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().

◆ url

CRString* _CRAtImportRule::url

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().


The documentation for this struct was generated from the following file: