Home
last modified time | relevance | path

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

/dports/www/epiphany/epiphany-41.0/embed/
H A Dephy-embed-shell.c57 EphyHistoryService *global_history_service; member
192 g_clear_object (&priv->global_history_service); in ephy_embed_shell_dispose()
260 ephy_history_service_query_urls (priv->global_history_service, query, NULL, in ephy_embed_shell_update_overview_urls()
294 ephy_history_service_set_url_hidden (priv->global_history_service, in web_process_extension_overview_message_received_cb()
593 if (!priv->global_history_service) { in ephy_embed_shell_get_global_history_service()
605 priv->global_history_service = ephy_history_service_new (filename, mode); in ephy_embed_shell_get_global_history_service()
607 g_signal_connect_object (priv->global_history_service, "urls-visited", in ephy_embed_shell_get_global_history_service()
613 g_signal_connect_object (priv->global_history_service, "url-deleted", in ephy_embed_shell_get_global_history_service()
616 g_signal_connect_object (priv->global_history_service, "host-deleted", in ephy_embed_shell_get_global_history_service()
619 g_signal_connect_object (priv->global_history_service, "cleared", in ephy_embed_shell_get_global_history_service()
[all …]