aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-persist.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-02-29 21:25:19 +0800
committerChristian Persch <chpe@src.gnome.org>2004-02-29 21:25:19 +0800
commit7638b82e1c60be930d3b9f98e403e21ee61df2f3 (patch)
tree3b4110d3ef71cd4b62ffcec3f98290e7a5ba2c44 /embed/ephy-embed-persist.h
parent4d9c8b44c8d04b463dfe1e8e0ae1d79d69c8009f (diff)
downloadgsoc2013-epiphany-7638b82e1c60be930d3b9f98e403e21ee61df2f3.tar
gsoc2013-epiphany-7638b82e1c60be930d3b9f98e403e21ee61df2f3.tar.gz
gsoc2013-epiphany-7638b82e1c60be930d3b9f98e403e21ee61df2f3.tar.bz2
gsoc2013-epiphany-7638b82e1c60be930d3b9f98e403e21ee61df2f3.tar.lz
gsoc2013-epiphany-7638b82e1c60be930d3b9f98e403e21ee61df2f3.tar.xz
gsoc2013-epiphany-7638b82e1c60be930d3b9f98e403e21ee61df2f3.tar.zst
gsoc2013-epiphany-7638b82e1c60be930d3b9f98e403e21ee61df2f3.zip
Add "cancelled" signal to EphyEmbedPersist.
2004-02-29 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-persist.c: (ephy_embed_persist_class_init): * embed/ephy-embed-persist.h: Add "cancelled" signal to EphyEmbedPersist. * embed/mozilla/mozilla-embed-persist.cpp: Emit "cancelled" signal when the download is cancelled.
Diffstat (limited to 'embed/ephy-embed-persist.h')
-rw-r--r--embed/ephy-embed-persist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-embed-persist.h b/embed/ephy-embed-persist.h
index 7e3b0180b..dbd0272ae 100644
--- a/embed/ephy-embed-persist.h
+++ b/embed/ephy-embed-persist.h
@@ -63,6 +63,7 @@ struct EphyEmbedPersistClass
GObjectClass parent_class;
void (* completed) (EphyEmbedPersist *persist);
+ void (* cancelled) (EphyEmbedPersist *persist);
/* Methods */