summaryrefslogtreecommitdiff
path: root/gtk/gtkprintbackend.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkprintbackend.c')
-rw-r--r--gtk/gtkprintbackend.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkprintbackend.c b/gtk/gtkprintbackend.c
index c24ad6603f..d8ae798b60 100644
--- a/gtk/gtkprintbackend.c
+++ b/gtk/gtkprintbackend.c
@@ -574,6 +574,8 @@ store_entry (GtkEntry *entry,
*data = g_strdup (gtk_editable_get_text (GTK_EDITABLE (entry)));
}
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
static void
password_dialog_response (GtkWidget *dialog,
int response_id,
@@ -732,6 +734,8 @@ request_password (GtkPrintBackend *backend,
gtk_widget_show (dialog);
}
+G_GNUC_END_IGNORE_DEPRECATIONS
+
void
gtk_print_backend_destroy (GtkPrintBackend *backend)
{