NetSurf
Data Fields
nscss_import_ctx Struct Reference

Context for import fetches. More...

Collaboration diagram for nscss_import_ctx:
[legend]

Data Fields

struct content_css_datacss
 Object containing import. More...
 
uint32_t index
 Index into parent sheet's imports array. More...
 

Detailed Description

Context for import fetches.

Definition at line 83 of file css.c.

Field Documentation

◆ css

struct content_css_data* nscss_import_ctx::css

Object containing import.

Definition at line 84 of file css.c.

Referenced by nscss_handle_import(), nscss_import(), and nscss_import_complete().

◆ index

uint32_t nscss_import_ctx::index

Index into parent sheet's imports array.

Definition at line 85 of file css.c.

Referenced by nscss_handle_import(), nscss_import(), and nscss_import_complete().


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