summaryrefslogtreecommitdiff
path: root/gtk/gtkprintjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkprintjob.h')
-rw-r--r--gtk/gtkprintjob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkprintjob.h b/gtk/gtkprintjob.h
index 47b14c7149..ea9be52ac2 100644
--- a/gtk/gtkprintjob.h
+++ b/gtk/gtkprintjob.h
@@ -37,9 +37,9 @@ typedef struct _GtkPrintJob GtkPrintJob;
/**
* GtkPrintJobCompleteFunc:
- * @print_job: the #GtkPrintJob
+ * @print_job: the `GtkPrintJob`
* @user_data: user data that has been passed to gtk_print_job_send()
- * @error: a #GError that contains error information if the sending
+ * @error: a `GError` that contains error information if the sending
* of the print job failed, otherwise %NULL
*
* The type of callback that is passed to gtk_print_job_send().