From dd039744f9f164ac9afeaa39ca13cf5db37f422a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 10 Jul 2007 18:45:59 +0000 Subject: Use the new gtk functions to persist and load the print settings and page 2007-07-10 Christian Persch * embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup), (ephy_embed_shell_get_page_setup), (ephy_embed_shell_set_print_settings), (ephy_embed_shell_get_print_settings): * lib/ephy-print-utils.c: * lib/ephy-print-utils.h: Use the new gtk functions to persist and load the print settings and page setup. Migrate our old settings, if present. svn path=/trunk/; revision=7143 --- lib/ephy-print-utils.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'lib/ephy-print-utils.h') diff --git a/lib/ephy-print-utils.h b/lib/ephy-print-utils.h index 3236db537..551a0a968 100644 --- a/lib/ephy-print-utils.h +++ b/lib/ephy-print-utils.h @@ -27,20 +27,6 @@ G_BEGIN_DECLS -GtkPrintSettings *ephy_print_utils_settings_new_from_file (const gchar *file_name, - GError **error); - -GtkPrintSettings *ephy_print_utils_settings_new_from_key_file (GKeyFile *key_file, - GError **error); - -gboolean ephy_print_utils_settings_to_file (GtkPrintSettings *settings, - const char *file_name, - GError **error); - -gboolean ephy_print_utils_settings_to_key_file (GtkPrintSettings *settings, - GKeyFile *key_file, - GError **error); - GtkPageSetup *ephy_print_utils_page_setup_new_from_file (const gchar *file_name, GError **error); -- cgit v1.2.3