forked from AuroraMiddleware/gtk
Fix a typo in the docs. (#347211, Kouhei Sutou)
2006-07-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintjob.c (gtk_print_job_send): Fix a typo in the docs. (#347211, Kouhei Sutou)
This commit is contained in:
parent
74dc7e5a01
commit
4a7ae0db4e
@ -1,5 +1,8 @@
|
||||
2006-07-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprintjob.c (gtk_print_job_send): Fix a typo in
|
||||
the docs. (#347211, Kouhei Sutou)
|
||||
|
||||
* configure.in: Make the test for the sync extension
|
||||
more robust. (#347315, Tommi Komulainen)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2006-07-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprintjob.c (gtk_print_job_send): Fix a typo in
|
||||
the docs. (#347211, Kouhei Sutou)
|
||||
|
||||
* configure.in: Make the test for the sync extension
|
||||
more robust. (#347315, Tommi Komulainen)
|
||||
|
||||
|
@ -650,7 +650,7 @@ gtk_print_job_get_property (GObject *object,
|
||||
/**
|
||||
* gtk_print_job_send:
|
||||
* @job: a GtkPrintJob
|
||||
* @callback: function to call when the job completes or an error occures
|
||||
* @callback: function to call when the job completes or an error occurs
|
||||
* @user_data: user data that gets passed to @callback
|
||||
* @dnotify: destroy notify for @user_data
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user