From aba053264da43f60b0628077e79cd52e3d78394a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 18 Dec 2003 15:58:01 +0000 Subject: Factor out the common encoding is_automatic check. 2003-12-18 Christian Persch * embed/ephy-encodings.c: (ephy_encoding_info_is_automatic): * embed/ephy-encodings.h: * src/ephy-encoding-dialog.c: (sync_embed_cb): * src/ephy-encoding-menu.c: (update_encoding_menu_cb): Factor out the common encoding is_automatic check. --- embed/ephy-encodings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'embed/ephy-encodings.h') diff --git a/embed/ephy-encodings.h b/embed/ephy-encodings.h index 6832b160c..9a565344a 100644 --- a/embed/ephy-encodings.h +++ b/embed/ephy-encodings.h @@ -146,6 +146,8 @@ GList *ephy_encodings_get_recent (EphyEncodings *encodings); void ephy_encoding_info_free (EphyEncodingInfo *info); +gboolean ephy_encoding_info_is_automatic (EphyEncodingInfo *info); + G_END_DECLS #endif -- cgit v1.2.3