1
0
Fork 0
mirror of https://github.com/Ryujinx/GtkSharp.git synced 2025-03-18 16:37:37 +00:00
GtkSharp/gnome/PrintJob.custom

15 lines
295 B
Plaintext
Raw Normal View History

//
// PrintJob.custom - customizations
//
// Author: Martin Willemoes Hansen <mwh@sysrq.dk>
//
// Copyright (C) 2003 Martin Willemoes Hansen
//
// This code is inserted after the automatically generated code.
//
public PrintJob()
{
Raw = gnome_print_job_new (PrintConfig.Default().Handle);
}