diff options
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r-- | embed/ephy-embed.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 9e00ea0ff..2a2397236 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -249,7 +249,16 @@ ephy_embed_base_init (gpointer g_class) G_TYPE_NONE, 1, G_TYPE_FLOAT); - +/** + * EphyEmbed::ge-content-change: + * @embed: + * @uri: URI of the new content + * + * The ::ge_content_change signal is emitted when a new page content + * is being loadedinto the browser. It's a good place to do view + * related changes, for example to restore the zoom level of a page + * or to set an user style sheet. + **/ g_signal_new ("ge_content_change", EPHY_TYPE_EMBED, G_SIGNAL_RUN_FIRST, |