aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-private.h
Commit message (Collapse)AuthorAgeFilesLines
* ephy-session.c: add ephy_session_clear()Claudio Saavedra2013-02-081-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=693297
* Move a few EphyShell methods to ephy-private.hXan Lopez2012-04-141-6/+22
| | | | These are clearly not meant to be used outside of Epiphany.
* history: remember visit typesXan Lopez2012-03-141-0/+1
| | | | | | | Instead of hardcoding all visits as 'TYPED' properly distinguish between bookmarks, following links and typing URIs in the entry. We'll use this to compute the frecency of history items.
* ephy-private: add missing headerXan Lopez2012-03-131-0/+1
|
* ephy-window: make ephy_window_get_find_toolbar privateXan Lopez2012-01-211-0/+2
| | | | | Surely this is not interesting for anyone outside Epiphany? It's not used in extensions.
* ephy-window: make ephy_window_set_location privateXan Lopez2012-01-211-1/+4
| | | | | Setting the EphyWindow's location string directly is the kind of crack that has to be private.
* Be a bit more strict about header includesXan Lopez2012-01-201-0/+1
|
* More private method cleanupsXan Lopez2012-01-201-0/+2
| | | | | Move another method to ephy-private.h, and stop exporting another one that is only used internally in EphyWindow.
* Add a ephy-private.h headerXan Lopez2012-01-201-0/+40
This should hold methods needed by Epiphany internally but that we do not want to export. Only a couple of them so far, but we should probably add a lot more.