aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-download.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-10-19 17:53:50 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-10-19 17:53:50 +0800
commitffba6a5ae788b7c8ad83809a944907caa7a8fe84 (patch)
treedb6f0f070124b950f7ed6109b2ff0ba477e6eafd /embed/ephy-download.h
parent80f66913e794ce851a9e38145fd2f0cf0ca7dd31 (diff)
downloadgsoc2013-epiphany-ffba6a5ae788b7c8ad83809a944907caa7a8fe84.tar
gsoc2013-epiphany-ffba6a5ae788b7c8ad83809a944907caa7a8fe84.tar.gz
gsoc2013-epiphany-ffba6a5ae788b7c8ad83809a944907caa7a8fe84.tar.bz2
gsoc2013-epiphany-ffba6a5ae788b7c8ad83809a944907caa7a8fe84.tar.lz
gsoc2013-epiphany-ffba6a5ae788b7c8ad83809a944907caa7a8fe84.tar.xz
gsoc2013-epiphany-ffba6a5ae788b7c8ad83809a944907caa7a8fe84.tar.zst
gsoc2013-epiphany-ffba6a5ae788b7c8ad83809a944907caa7a8fe84.zip
Update remaning time every two seconds
2003-10-19 Marco Pesenti Gritti <marco@gnome.org> * TODO: * embed/ephy-download.c: (ephy_download_class_init), (ephy_download_init), (update_remaining_time), (ephy_download_get_remaining_time): * embed/ephy-download.h: Update remaning time every two seconds * embed/mozilla/mozilla-download.cpp: Source/target was swapped * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHeaderSniffer.h: Fix style
Diffstat (limited to 'embed/ephy-download.h')
-rw-r--r--embed/ephy-download.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-download.h b/embed/ephy-download.h
index adb82adaf..c36c0de5c 100644
--- a/embed/ephy-download.h
+++ b/embed/ephy-download.h
@@ -46,6 +46,7 @@ typedef enum
struct EphyDownload
{
GObject parent;
+ EphyDownloadPrivate *priv;
};
struct EphyDownloadClass