summaryrefslogtreecommitdiff
path: root/gtk/gtkprintjob.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-14 18:39:01 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-14 18:39:01 -0500
commit00a3685f416b531b0bf4a21213caf08e647c0970 (patch)
treedbc652fe52f3016a313f15873d8661c99e720d8e /gtk/gtkprintjob.h
parent6cf78a12c1e179b2d5eef4f045e242ceae475709 (diff)
downloadgtk+-00a3685f416b531b0bf4a21213caf08e647c0970.tar.gz
Move GtkPrintJob docs inline
Diffstat (limited to 'gtk/gtkprintjob.h')
-rw-r--r--gtk/gtkprintjob.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/gtkprintjob.h b/gtk/gtkprintjob.h
index 89668a5c7e..d09004a63f 100644
--- a/gtk/gtkprintjob.h
+++ b/gtk/gtkprintjob.h
@@ -42,6 +42,16 @@ typedef struct _GtkPrintJob GtkPrintJob;
typedef struct _GtkPrintJobClass GtkPrintJobClass;
typedef struct _GtkPrintJobPrivate GtkPrintJobPrivate;
+/**
+ * GtkPrintJobCompleteFunc:
+ * @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
+ * of the print job failed, otherwise %NULL
+ *
+ * The type of callback that is passed to gtk_print_job_send().
+ * It is called when the print job has been completely sent.
+ */
typedef void (*GtkPrintJobCompleteFunc) (GtkPrintJob *print_job,
gpointer user_data,
const GError *error);