GUACAMOLE-200: Document all parameters of guac_rdp_print_job_write().
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/7a4b737a Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/7a4b737a Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/7a4b737a Branch: refs/heads/staging/0.9.12-incubating Commit: 7a4b737a3ab07f43fd183625f5fdb8a58285376b Parents: bf2a588 Author: Michael Jumper <[email protected]> Authored: Wed Feb 15 19:59:50 2017 -0800 Committer: Michael Jumper <[email protected]> Committed: Wed Feb 15 19:59:50 2017 -0800 ---------------------------------------------------------------------- src/protocols/rdp/rdp_print_job.h | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/7a4b737a/src/protocols/rdp/rdp_print_job.h ---------------------------------------------------------------------- diff --git a/src/protocols/rdp/rdp_print_job.h b/src/protocols/rdp/rdp_print_job.h index aa879d9..5682f18 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. *
