Gjsify LogoGjsify Logo

Hierarchy

  • UserStyleSheet

Index

Constructors

Properties

Methods

Constructors

  • Creates a new user style sheet. Style sheets can be applied to some URIs only by passing non-null values for allow_list or block_list. Passing a %NULL allow_list implies that all URIs are on the allow_list. The style sheet is applied if an URI matches the allow_list and not the block_list. URI patterns must be of the form [protocol]://[host]/[path], where the host and path components can contain the wildcard character (*) to represent zero or more other characters.

    Parameters

    • source: string

      Source code of the user style sheet.

    • injectedFrames: WebKit2.UserContentInjectedFrames

      A #WebKitUserContentInjectedFrames value

    • level: WebKit2.UserStyleLevel

      A #WebKitUserStyleLevel

    • allowList: string[]

      An allow_list of URI patterns or %NULL

    • blockList: string[]

      A block_list of URI patterns or %NULL

    Returns WebKit2.UserStyleSheet

Properties

name: string

Methods

  • unref(): void
  • Atomically decrements the reference count of user_style_sheet by one. If the reference count drops to 0, all memory allocated by #WebKitUserStyleSheet is released. This function is MT-safe and may be called from any thread.

    Returns void

  • Creates a new user style sheet. Style sheets can be applied to some URIs only by passing non-null values for allow_list or block_list. Passing a %NULL allow_list implies that all URIs are on the allow_list. The style sheet is applied if an URI matches the allow_list and not the block_list. URI patterns must be of the form [protocol]://[host]/[path], where the host and path components can contain the wildcard character (*) to represent zero or more other characters.

    Parameters

    • source: string

      Source code of the user style sheet.

    • injectedFrames: WebKit2.UserContentInjectedFrames

      A #WebKitUserContentInjectedFrames value

    • level: WebKit2.UserStyleLevel

      A #WebKitUserStyleLevel

    • allowList: string[]

      An allow_list of URI patterns or %NULL

    • blockList: string[]

      A block_list of URI patterns or %NULL

    Returns WebKit2.UserStyleSheet

  • Creates a new user style sheet for script world with name world_name. See webkit_user_style_sheet_new() for a full description.

    Parameters

    • source: string

      Source code of the user style sheet.

    • injectedFrames: WebKit2.UserContentInjectedFrames

      A #WebKitUserContentInjectedFrames value

    • level: WebKit2.UserStyleLevel

      A #WebKitUserStyleLevel

    • worldName: string

      the name of a #WebKitScriptWorld

    • allowList: string[]

      An allow_list of URI patterns or %NULL

    • blockList: string[]

      A block_list of URI patterns or %NULL

    Returns WebKit2.UserStyleSheet

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method