aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-container.h
Commit message (Collapse)AuthorAgeFilesLines
* ephy-embed-container.h: fix indentationXan Lopez2009-09-201-30/+23
|
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ↵Xan Lopez2009-06-051-2/+3
| | | | | | | EphyWebView. Those two embed classes are pretty much dummy leftovers, so it should be easier to remove them now.
* Add epiphany.h. Only allow including epiphany.h; all other headers are privateChristian Persch2008-04-121-0/+4
| | | | svn path=/trunk/; revision=8211
* Need to put the parent struct first.Christian Persch2007-11-291-0/+2
| | | | svn path=/trunk/; revision=7739
* Rename param to "set_active".Christian Persch2007-11-171-2/+2
| | | | svn path=/trunk/; revision=7708
* Make EphyEmbedContainer add_child method return the child's new position ↵Xan Lopez2007-11-171-2/+2
| | | | | | inside the container. svn path=/trunk/; revision=7700
* Rename ephy_embed_container_jump_to_child to ↵Xan Lopez2007-11-161-4/+4
| | | | | | ephy_embed_container_set_active_child. svn path=/trunk/; revision=7699
* Untabify ephy-embed-container.hXan Lopez2007-11-161-9/+9
| | | | svn path=/trunk/; revision=7696
* Add EphyEmbedContainer.Xan Lopez2007-11-161-0/+85
svn path=/trunk/; revision=7692