diff options
author | Christian Persch <chpe@gnome.org> | 2007-07-11 02:45:59 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-07-11 02:45:59 +0800 |
commit | dd039744f9f164ac9afeaa39ca13cf5db37f422a (patch) | |
tree | 5da3a7f93e7db3ed7713bd1637283ad900324d87 /lib/ephy-print-utils.h | |
parent | 538c11a68c3f5ff52399bda39c880cd8cf33761d (diff) | |
download | gsoc2013-epiphany-dd039744f9f164ac9afeaa39ca13cf5db37f422a.tar gsoc2013-epiphany-dd039744f9f164ac9afeaa39ca13cf5db37f422a.tar.gz gsoc2013-epiphany-dd039744f9f164ac9afeaa39ca13cf5db37f422a.tar.bz2 gsoc2013-epiphany-dd039744f9f164ac9afeaa39ca13cf5db37f422a.tar.lz gsoc2013-epiphany-dd039744f9f164ac9afeaa39ca13cf5db37f422a.tar.xz gsoc2013-epiphany-dd039744f9f164ac9afeaa39ca13cf5db37f422a.tar.zst gsoc2013-epiphany-dd039744f9f164ac9afeaa39ca13cf5db37f422a.zip |
Use the new gtk functions to persist and load the print settings and page
2007-07-10 Christian Persch <chpe@gnome.org>
* 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
Diffstat (limited to 'lib/ephy-print-utils.h')
-rw-r--r-- | lib/ephy-print-utils.h | 14 |
1 files changed, 0 insertions, 14 deletions
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); |