From 7c6abe5cb07313cf8cd57d34c8fc8d26dfcf1203 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 5 Mar 2012 17:04:37 +0100 Subject: Rename ephy_history_service_add_page to ephy_history_service_visit_url Fits much better with the naming model in that class. --- lib/history/ephy-history-service.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/history/ephy-history-service.c') diff --git a/lib/history/ephy-history-service.c b/lib/history/ephy-history-service.c index b8bd2c26b..0677bfbe8 100644 --- a/lib/history/ephy-history-service.c +++ b/lib/history/ephy-history-service.c @@ -738,11 +738,14 @@ ephy_history_service_find_urls (EphyHistoryService *self, } void -ephy_history_service_add_page (EphyHistoryService *self, - const char *url) +ephy_history_service_visit_url (EphyHistoryService *self, + const char *url) { EphyHistoryPageVisit *visit; + g_return_if_fail (EPHY_IS_HISTORY_SERVICE (self)); + g_return_if_fail (url != NULL); + visit = ephy_history_page_visit_new (url, time (NULL), EPHY_PAGE_VISIT_TYPED); -- cgit v1.2.3