Home
last modified time | relevance | path

Searched refs:WebExtensionBackground (Results 1 – 1 of 1) sorted by relevance

/dports/www/epiphany/epiphany-41.0/src/webextension/
H A Dephy-web-extension.c70 } WebExtensionBackground; typedef
102 WebExtensionBackground *background;
251 static WebExtensionBackground *
254 WebExtensionBackground *background = g_malloc0 (sizeof (WebExtensionBackground)); in web_extension_background_new()
262 web_extension_background_free (WebExtensionBackground *background) in web_extension_background_free()