diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-06 00:04:37 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:45 +0800 |
commit | 7c6abe5cb07313cf8cd57d34c8fc8d26dfcf1203 (patch) | |
tree | 3c365fe5a825c86389581b9b08cba151b37721d0 /lib/history/ephy-history-service.h | |
parent | 9666dba09d79cd88777e9066dbdb2ca5b5e7588f (diff) | |
download | gsoc2013-epiphany-7c6abe5cb07313cf8cd57d34c8fc8d26dfcf1203.tar.gz gsoc2013-epiphany-7c6abe5cb07313cf8cd57d34c8fc8d26dfcf1203.tar.zst gsoc2013-epiphany-7c6abe5cb07313cf8cd57d34c8fc8d26dfcf1203.zip |
Rename ephy_history_service_add_page to ephy_history_service_visit_url
Fits much better with the naming model in that class.
Diffstat (limited to 'lib/history/ephy-history-service.h')
-rw-r--r-- | lib/history/ephy-history-service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/history/ephy-history-service.h b/lib/history/ephy-history-service.h index 049b3cdf5..9d8ed2f15 100644 --- a/lib/history/ephy-history-service.h +++ b/lib/history/ephy-history-service.h @@ -65,7 +65,7 @@ void ephy_history_service_get_host_for_url (EphyHisto void ephy_history_service_get_url (EphyHistoryService *self, const char *url, EphyHistoryJobCallback callback, gpointer user_data); void ephy_history_service_delete_urls (EphyHistoryService *self, GList *urls, EphyHistoryJobCallback callback, gpointer user_data); void ephy_history_service_find_urls (EphyHistoryService *self, gint64 from, gint64 to, guint limit, GList *substring_list, EphyHistoryJobCallback callback, gpointer user_data); -void ephy_history_service_add_page (EphyHistoryService *self, const char *orig_url); +void ephy_history_service_visit_url (EphyHistoryService *self, const char *orig_url); G_END_DECLS |