From 7a4b737a3ab07f43fd183625f5fdb8a58285376b Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 15 Feb 2017 19:59:50 -0800 Subject: [PATCH] GUACAMOLE-200: Document all parameters of guac_rdp_print_job_write(). --- src/protocols/rdp/rdp_print_job.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/protocols/rdp/rdp_print_job.h b/src/protocols/rdp/rdp_print_job.h index aa879d9c..5682f186 100644 --- a/src/protocols/rdp/rdp_print_job.h +++ b/src/protocols/rdp/rdp_print_job.h @@ -194,6 +194,9 @@ void* guac_rdp_print_job_alloc(guac_user* user, void* data); * Guacamole user associated with the print job. This function may block if * the print job is not yet ready for more data. * + * @param job + * The print job to write to. + * * @param buffer * The PostScript print data to write to the given print job. *