summaryrefslogtreecommitdiff
path: root/gtk/gtkcustompaperunixdialog.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-12 14:11:16 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-06-15 12:08:54 -0400
commitb25bba4862a46b7a4f0d113b921af512d9b9b460 (patch)
treeaa7a18d747829c3649fc67c857d3069813bc6f5e /gtk/gtkcustompaperunixdialog.h
parent02ce417279ed637bb7ea034e3ceb332a42eae891 (diff)
downloadgtk+-b25bba4862a46b7a4f0d113b921af512d9b9b460.tar.gz
paperdialog: Port to use GtkListView
Use GtkListView and GtkEditableLabel here.
Diffstat (limited to 'gtk/gtkcustompaperunixdialog.h')
-rw-r--r--gtk/gtkcustompaperunixdialog.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkcustompaperunixdialog.h b/gtk/gtkcustompaperunixdialog.h
index 44b7b7c45e..6a8250c129 100644
--- a/gtk/gtkcustompaperunixdialog.h
+++ b/gtk/gtkcustompaperunixdialog.h
@@ -26,7 +26,6 @@ G_BEGIN_DECLS
#define GTK_CUSTOM_PAPER_UNIX_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CUSTOM_PAPER_UNIX_DIALOG, GtkCustomPaperUnixDialog))
#define GTK_IS_CUSTOM_PAPER_UNIX_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CUSTOM_PAPER_UNIX_DIALOG))
-
typedef struct _GtkCustomPaperUnixDialog GtkCustomPaperUnixDialog;
GDK_AVAILABLE_IN_ALL
@@ -34,9 +33,8 @@ GType gtk_custom_paper_unix_dialog_get_type (void) G_GNUC_
GtkWidget * _gtk_custom_paper_unix_dialog_new (GtkWindow *parent,
const gchar *title);
GtkUnit _gtk_print_get_default_user_units (void);
-void gtk_print_load_custom_papers (GListStore *store);
void _gtk_print_load_custom_papers (GtkListStore *store);
-void _gtk_print_save_custom_papers (GtkListStore *store);
+void gtk_print_load_custom_papers (GListStore *store);
GList * _gtk_load_custom_papers (void);