mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 01:05:33 +00:00
691173a8ac
* gnome/PrintDialog.custom: Added overloaded ctor with fewer parameters. * sources/Gnome.metadata: Disabled default ctor for PrintJob, changed type from int to PrintDialogFlags for PrintDialog ctor and changed return type from byte to string for PrintConfig.Get. svn path=/trunk/gtk-sharp/; revision=18738
15 lines
295 B
Plaintext
15 lines
295 B
Plaintext
//
|
|
// 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);
|
|
}
|