aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-private.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.