diff options
author | Christian Persch <chpe@src.gnome.org> | 2003-11-30 22:10:15 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-11-30 22:10:15 +0800 |
commit | 65a418a120a3ae643db7649d71e9dca9722d8088 (patch) | |
tree | d7836d146798c49a310fddc8ca5fac1c7e19e811 /embed/ephy-encodings.h | |
parent | dc5345fa3063b7c27c3cffa7745868bae56aa34c (diff) | |
download | gsoc2013-epiphany-65a418a120a3ae643db7649d71e9dca9722d8088.tar gsoc2013-epiphany-65a418a120a3ae643db7649d71e9dca9722d8088.tar.gz gsoc2013-epiphany-65a418a120a3ae643db7649d71e9dca9722d8088.tar.bz2 gsoc2013-epiphany-65a418a120a3ae643db7649d71e9dca9722d8088.tar.lz gsoc2013-epiphany-65a418a120a3ae643db7649d71e9dca9722d8088.tar.xz gsoc2013-epiphany-65a418a120a3ae643db7649d71e9dca9722d8088.tar.zst gsoc2013-epiphany-65a418a120a3ae643db7649d71e9dca9722d8088.zip |
Forgot even more
Diffstat (limited to 'embed/ephy-encodings.h')
-rw-r--r-- | embed/ephy-encodings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-encodings.h b/embed/ephy-encodings.h index b7b15f828..6832b160c 100644 --- a/embed/ephy-encodings.h +++ b/embed/ephy-encodings.h @@ -137,7 +137,7 @@ GList *ephy_encodings_get_encodings (EphyEncodings *encodings, EphyNode *ephy_encodings_get_all (EphyEncodings *encodings); -GList *ephy_encodings_get_detectors (EphyEncodings *encodings); +EphyNode *ephy_encodings_get_detectors (EphyEncodings *encodings); void ephy_encodings_add_recent (EphyEncodings *encodings, const char *code); |