gtk2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +22 -0
- data/ext/gtk2/rbgtkwindow.c +3 -1
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/sample/gtk-demo/cairo-operator.rb +1 -1
- data/sample/misc/bindings.rb +1 -1
- data/sample/misc/cairo-pong.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +29 -2
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +2 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
- data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
- data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +60 -94
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +135 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +81 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +193 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +17 -11
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +117 -0
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +236 -45
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +69 -124
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +152 -158
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +63 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +5 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +39 -31
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +445 -412
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +8 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +10 -6
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +4934 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
- metadata +26 -33
- data/ext/gtk2/Makefile +0 -169
- data/ext/gtk2/rbgdkkeysyms.h +0 -2174
- data/ext/gtk2/rbgtkinits.c +0 -473
- data/ext/gtk2/ruby-gtk2.pc +0 -3
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
| @@ -8,7 +8,7 @@ | |
| 8 8 | 
             
            <link rel="up" href="Printing.html" title="Printing">
         | 
| 9 9 | 
             
            <link rel="prev" href="GtkPrintContext.html" title="GtkPrintContext">
         | 
| 10 10 | 
             
            <link rel="next" href="GtkPageSetup.html" title="GtkPageSetup">
         | 
| 11 | 
            -
            <meta name="generator" content="GTK-Doc V1. | 
| 11 | 
            +
            <meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
         | 
| 12 12 | 
             
            <link rel="stylesheet" href="style.css" type="text/css">
         | 
| 13 13 | 
             
            </head>
         | 
| 14 14 | 
             
            <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
         | 
| @@ -28,7 +28,7 @@ | |
| 28 28 | 
             
                              <a href="#GtkPrintSettings.object-hierarchy" class="shortcut">Object Hierarchy</a>
         | 
| 29 29 | 
             
            </td></tr>
         | 
| 30 30 | 
             
            </table>
         | 
| 31 | 
            -
            <div class="refentry" | 
| 31 | 
            +
            <div class="refentry">
         | 
| 32 32 | 
             
            <a name="GtkPrintSettings"></a><div class="titlepage"></div>
         | 
| 33 33 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 34 34 | 
             
            <td valign="top">
         | 
| @@ -37,7 +37,7 @@ | |
| 37 37 | 
             
            </td>
         | 
| 38 38 | 
             
            <td valign="top" align="right"></td>
         | 
| 39 39 | 
             
            </tr></table></div>
         | 
| 40 | 
            -
            <div class="refsynopsisdiv" | 
| 40 | 
            +
            <div class="refsynopsisdiv">
         | 
| 41 41 | 
             
            <a name="GtkPrintSettings.synopsis"></a><h2>Synopsis</h2>
         | 
| 42 42 | 
             
            <pre class="synopsis">
         | 
| 43 43 | 
             
            #include <gtk/gtk.h>
         | 
| @@ -76,11 +76,11 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm | |
| 76 76 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> value</code></em>);
         | 
| 77 77 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             <a class="link" href="GtkPrintSettings.html#gtk-print-settings-get-length" title="gtk_print_settings_get_length ()">gtk_print_settings_get_length</a>       (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 78 78 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
         | 
| 79 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 79 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 80 80 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkPrintSettings.html#gtk-print-settings-set-length" title="gtk_print_settings_set_length ()">gtk_print_settings_set_length</a>       (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 81 81 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
         | 
| 82 82 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> value</code></em>,
         | 
| 83 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 83 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 84 84 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkPrintSettings.html#gtk-print-settings-get-int" title="gtk_print_settings_get_int ()">gtk_print_settings_get_int</a>          (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 85 85 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>);
         | 
| 86 86 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkPrintSettings.html#gtk-print-settings-get-int-with-default" title="gtk_print_settings_get_int_with_default ()">gtk_print_settings_get_int_with_default</a>
         | 
| @@ -100,21 +100,22 @@ enum                <a class="link" href="GtkPrintSettings.html#GtkPageOrientati | |
| 100 100 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkPrintSettings.html#gtk-print-settings-set-orientation" title="gtk_print_settings_set_orientation ()">gtk_print_settings_set_orientation</a>  (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 101 101 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkPrintSettings.html#GtkPageOrientation" title="enum GtkPageOrientation"><span class="type">GtkPageOrientation</span></a> orientation</code></em>);
         | 
| 102 102 | 
             
            #define             <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PAPER-FORMAT:CAPS" title="GTK_PRINT_SETTINGS_PAPER_FORMAT">GTK_PRINT_SETTINGS_PAPER_FORMAT</a>
         | 
| 103 | 
            -
            <a class="link" href=" | 
| 103 | 
            +
            <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> *         <a class="link" href="GtkPrintSettings.html#gtk-print-settings-get-paper-size" title="gtk_print_settings_get_paper_size ()">gtk_print_settings_get_paper_size</a>
         | 
| 104 | 
            +
                                                                    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);
         | 
| 104 105 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkPrintSettings.html#gtk-print-settings-set-paper-size" title="gtk_print_settings_set_paper_size ()">gtk_print_settings_set_paper_size</a>   (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 105 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 106 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *paper_size</code></em>);
         | 
| 106 107 | 
             
            #define             <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PAPER-WIDTH:CAPS" title="GTK_PRINT_SETTINGS_PAPER_WIDTH">GTK_PRINT_SETTINGS_PAPER_WIDTH</a>
         | 
| 107 108 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             <a class="link" href="GtkPrintSettings.html#gtk-print-settings-get-paper-width" title="gtk_print_settings_get_paper_width ()">gtk_print_settings_get_paper_width</a>  (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 108 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 109 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 109 110 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkPrintSettings.html#gtk-print-settings-set-paper-width" title="gtk_print_settings_set_paper_width ()">gtk_print_settings_set_paper_width</a>  (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 110 111 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> width</code></em>,
         | 
| 111 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 112 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 112 113 | 
             
            #define             <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PAPER-HEIGHT:CAPS" title="GTK_PRINT_SETTINGS_PAPER_HEIGHT">GTK_PRINT_SETTINGS_PAPER_HEIGHT</a>
         | 
| 113 114 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             <a class="link" href="GtkPrintSettings.html#gtk-print-settings-get-paper-height" title="gtk_print_settings_get_paper_height ()">gtk_print_settings_get_paper_height</a> (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 114 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 115 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 115 116 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkPrintSettings.html#gtk-print-settings-set-paper-height" title="gtk_print_settings_set_paper_height ()">gtk_print_settings_set_paper_height</a> (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 116 117 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> height</code></em>,
         | 
| 117 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 118 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 118 119 | 
             
            #define             <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS-USE-COLOR:CAPS" title="GTK_PRINT_SETTINGS_USE_COLOR">GTK_PRINT_SETTINGS_USE_COLOR</a>
         | 
| 119 120 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkPrintSettings.html#gtk-print-settings-get-use-color" title="gtk_print_settings_get_use_color ()">gtk_print_settings_get_use_color</a>    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);
         | 
| 120 121 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkPrintSettings.html#gtk-print-settings-set-use-color" title="gtk_print_settings_set_use_color ()">gtk_print_settings_set_use_color</a>    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| @@ -177,12 +178,13 @@ enum                <a class="link" href="GtkPrintSettings.html#GtkPrintPages" t | |
| 177 178 | 
             
            <a class="link" href="GtkPrintSettings.html#GtkPrintPages" title="enum GtkPrintPages"><span class="returnvalue">GtkPrintPages</span></a>       <a class="link" href="GtkPrintSettings.html#gtk-print-settings-get-print-pages" title="gtk_print_settings_get_print_pages ()">gtk_print_settings_get_print_pages</a>  (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);
         | 
| 178 179 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkPrintSettings.html#gtk-print-settings-set-print-pages" title="gtk_print_settings_set_print_pages ()">gtk_print_settings_set_print_pages</a>  (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 179 180 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkPrintSettings.html#GtkPrintPages" title="enum GtkPrintPages"><span class="type">GtkPrintPages</span></a> pages</code></em>);
         | 
| 180 | 
            -
             | 
| 181 | 
            +
            struct              <a class="link" href="GtkPrintSettings.html#GtkPageRange" title="struct GtkPageRange">GtkPageRange</a>;
         | 
| 181 182 | 
             
            #define             <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PAGE-RANGES:CAPS" title="GTK_PRINT_SETTINGS_PAGE_RANGES">GTK_PRINT_SETTINGS_PAGE_RANGES</a>
         | 
| 182 | 
            -
            <a class="link" href="GtkPrintSettings.html#GtkPageRange" title="GtkPageRange"><span class="returnvalue">GtkPageRange</span></a> * | 
| 183 | 
            +
            <a class="link" href="GtkPrintSettings.html#GtkPageRange" title="struct GtkPageRange"><span class="returnvalue">GtkPageRange</span></a> *         <a class="link" href="GtkPrintSettings.html#gtk-print-settings-get-page-ranges" title="gtk_print_settings_get_page_ranges ()">gtk_print_settings_get_page_ranges</a>
         | 
| 184 | 
            +
                                                                    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 183 185 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *num_ranges</code></em>);
         | 
| 184 186 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkPrintSettings.html#gtk-print-settings-set-page-ranges" title="gtk_print_settings_set_page_ranges ()">gtk_print_settings_set_page_ranges</a>  (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 185 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkPrintSettings.html#GtkPageRange" title="GtkPageRange"><span class="type">GtkPageRange</span></a> *page_ranges</code></em>,
         | 
| 187 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPrintSettings.html#GtkPageRange" title="struct GtkPageRange"><span class="type">GtkPageRange</span></a> *page_ranges</code></em>,
         | 
| 186 188 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num_ranges</code></em>);
         | 
| 187 189 | 
             
            enum                <a class="link" href="GtkPrintSettings.html#GtkPageSet" title="enum GtkPageSet">GtkPageSet</a>;
         | 
| 188 190 | 
             
            #define             <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PAGE-SET:CAPS" title="GTK_PRINT_SETTINGS_PAGE_SET">GTK_PRINT_SETTINGS_PAGE_SET</a>
         | 
| @@ -237,14 +239,14 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm | |
| 237 239 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *group_name</code></em>);
         | 
| 238 240 | 
             
            </pre>
         | 
| 239 241 | 
             
            </div>
         | 
| 240 | 
            -
            <div class="refsect1" | 
| 242 | 
            +
            <div class="refsect1">
         | 
| 241 243 | 
             
            <a name="GtkPrintSettings.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 242 244 | 
             
            <pre class="synopsis">
         | 
| 243 245 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| 244 246 | 
             
               +----GtkPrintSettings
         | 
| 245 247 | 
             
            </pre>
         | 
| 246 248 | 
             
            </div>
         | 
| 247 | 
            -
            <div class="refsect1" | 
| 249 | 
            +
            <div class="refsect1">
         | 
| 248 250 | 
             
            <a name="GtkPrintSettings.description"></a><h2>Description</h2>
         | 
| 249 251 | 
             
            <p>
         | 
| 250 252 | 
             
            A GtkPrintSettings object represents the settings of a print dialog in
         | 
| @@ -263,45 +265,25 @@ so that moving such a document between systems still works. | |
| 263 265 | 
             
            Printing support was added in GTK+ 2.10.
         | 
| 264 266 | 
             
            </p>
         | 
| 265 267 | 
             
            </div>
         | 
| 266 | 
            -
            <div class="refsect1" | 
| 268 | 
            +
            <div class="refsect1">
         | 
| 267 269 | 
             
            <a name="GtkPrintSettings.details"></a><h2>Details</h2>
         | 
| 268 | 
            -
            <div class="refsect2" | 
| 270 | 
            +
            <div class="refsect2">
         | 
| 269 271 | 
             
            <a name="GtkPrintSettings-struct"></a><h3>GtkPrintSettings</h3>
         | 
| 270 272 | 
             
            <pre class="programlisting">typedef struct _GtkPrintSettings GtkPrintSettings;</pre>
         | 
| 271 273 | 
             
            <p>
         | 
| 272 274 | 
             
            </p>
         | 
| 273 275 | 
             
            </div>
         | 
| 274 276 | 
             
            <hr>
         | 
| 275 | 
            -
            <div class="refsect2" | 
| 277 | 
            +
            <div class="refsect2">
         | 
| 276 278 | 
             
            <a name="GtkPrintSettingsFunc"></a><h3>GtkPrintSettingsFunc ()</h3>
         | 
| 277 279 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                (*GtkPrintSettingsFunc)             (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
         | 
| 278 280 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>,
         | 
| 279 281 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
         | 
| 280 282 | 
             
            <p>
         | 
| 281 283 | 
             
            </p>
         | 
| 282 | 
            -
            <div class="variablelist"><table border="0">
         | 
| 283 | 
            -
            <col align="left" valign="top">
         | 
| 284 | 
            -
            <tbody>
         | 
| 285 | 
            -
            <tr>
         | 
| 286 | 
            -
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 287 | 
            -
            <td>
         | 
| 288 | 
            -
            </td>
         | 
| 289 | 
            -
            </tr>
         | 
| 290 | 
            -
            <tr>
         | 
| 291 | 
            -
            <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
         | 
| 292 | 
            -
            <td>
         | 
| 293 | 
            -
            </td>
         | 
| 294 | 
            -
            </tr>
         | 
| 295 | 
            -
            <tr>
         | 
| 296 | 
            -
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| 297 | 
            -
            <td>
         | 
| 298 | 
            -
            </td>
         | 
| 299 | 
            -
            </tr>
         | 
| 300 | 
            -
            </tbody>
         | 
| 301 | 
            -
            </table></div>
         | 
| 302 284 | 
             
            </div>
         | 
| 303 285 | 
             
            <hr>
         | 
| 304 | 
            -
            <div class="refsect2" | 
| 286 | 
            +
            <div class="refsect2">
         | 
| 305 287 | 
             
            <a name="gtk-print-settings-new"></a><h3>gtk_print_settings_new ()</h3>
         | 
| 306 288 | 
             
            <pre class="programlisting"><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="returnvalue">GtkPrintSettings</span></a> *  gtk_print_settings_new              (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 307 289 | 
             
            <p>
         | 
| @@ -311,15 +293,13 @@ Creates a new <a class="link" href="GtkPrintSettings.html" title="GtkPrintSettin | |
| 311 293 | 
             
            <col align="left" valign="top">
         | 
| 312 294 | 
             
            <tbody><tr>
         | 
| 313 295 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 314 | 
            -
            <td> | 
| 315 | 
            -
             | 
| 316 | 
            -
            </td>
         | 
| 296 | 
            +
            <td>a new <a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> object</td>
         | 
| 317 297 | 
             
            </tr></tbody>
         | 
| 318 298 | 
             
            </table></div>
         | 
| 319 299 | 
             
            <p class="since">Since 2.10</p>
         | 
| 320 300 | 
             
            </div>
         | 
| 321 301 | 
             
            <hr>
         | 
| 322 | 
            -
            <div class="refsect2" | 
| 302 | 
            +
            <div class="refsect2">
         | 
| 323 303 | 
             
            <a name="gtk-print-settings-copy"></a><h3>gtk_print_settings_copy ()</h3>
         | 
| 324 304 | 
             
            <pre class="programlisting"><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="returnvalue">GtkPrintSettings</span></a> *  gtk_print_settings_copy             (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *other</code></em>);</pre>
         | 
| 325 305 | 
             
            <p>
         | 
| @@ -335,8 +315,7 @@ Copies a <a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings">< | |
| 335 315 | 
             
            </tr>
         | 
| 336 316 | 
             
            <tr>
         | 
| 337 317 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 338 | 
            -
            <td> | 
| 339 | 
            -
             | 
| 318 | 
            +
            <td>a newly allocated copy of <em class="parameter"><code>other</code></em>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
         | 
| 340 319 | 
             
            </td>
         | 
| 341 320 | 
             
            </tr>
         | 
| 342 321 | 
             
            </tbody>
         | 
| @@ -344,7 +323,7 @@ Copies a <a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings">< | |
| 344 323 | 
             
            <p class="since">Since 2.10</p>
         | 
| 345 324 | 
             
            </div>
         | 
| 346 325 | 
             
            <hr>
         | 
| 347 | 
            -
            <div class="refsect2" | 
| 326 | 
            +
            <div class="refsect2">
         | 
| 348 327 | 
             
            <a name="gtk-print-settings-has-key"></a><h3>gtk_print_settings_has_key ()</h3>
         | 
| 349 328 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_print_settings_has_key          (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 350 329 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>);</pre>
         | 
| @@ -361,21 +340,19 @@ Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macr | |
| 361 340 | 
             
            </tr>
         | 
| 362 341 | 
             
            <tr>
         | 
| 363 342 | 
             
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 364 | 
            -
            <td>a key
         | 
| 365 | 
            -
            </td>
         | 
| 343 | 
            +
            <td>a key</td>
         | 
| 366 344 | 
             
            </tr>
         | 
| 367 345 | 
             
            <tr>
         | 
| 368 346 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 369 | 
            -
            <td> | 
| 370 | 
            -
             | 
| 371 | 
            -
            </td>
         | 
| 347 | 
            +
            <td>
         | 
| 348 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>key</code></em> has a value</td>
         | 
| 372 349 | 
             
            </tr>
         | 
| 373 350 | 
             
            </tbody>
         | 
| 374 351 | 
             
            </table></div>
         | 
| 375 352 | 
             
            <p class="since">Since 2.10</p>
         | 
| 376 353 | 
             
            </div>
         | 
| 377 354 | 
             
            <hr>
         | 
| 378 | 
            -
            <div class="refsect2" | 
| 355 | 
            +
            <div class="refsect2">
         | 
| 379 356 | 
             
            <a name="gtk-print-settings-get"></a><h3>gtk_print_settings_get ()</h3>
         | 
| 380 357 | 
             
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_print_settings_get              (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 381 358 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>);</pre>
         | 
| @@ -392,13 +369,11 @@ Looks up the string value associated with <em class="parameter"><code>key</code> | |
| 392 369 | 
             
            </tr>
         | 
| 393 370 | 
             
            <tr>
         | 
| 394 371 | 
             
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 395 | 
            -
            <td>a key
         | 
| 396 | 
            -
            </td>
         | 
| 372 | 
            +
            <td>a key</td>
         | 
| 397 373 | 
             
            </tr>
         | 
| 398 374 | 
             
            <tr>
         | 
| 399 375 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 400 | 
            -
            <td> | 
| 401 | 
            -
             | 
| 376 | 
            +
            <td>the string value for <em class="parameter"><code>key</code></em>
         | 
| 402 377 | 
             
            </td>
         | 
| 403 378 | 
             
            </tr>
         | 
| 404 379 | 
             
            </tbody>
         | 
| @@ -406,7 +381,7 @@ Looks up the string value associated with <em class="parameter"><code>key</code> | |
| 406 381 | 
             
            <p class="since">Since 2.10</p>
         | 
| 407 382 | 
             
            </div>
         | 
| 408 383 | 
             
            <hr>
         | 
| 409 | 
            -
            <div class="refsect2" | 
| 384 | 
            +
            <div class="refsect2">
         | 
| 410 385 | 
             
            <a name="gtk-print-settings-set"></a><h3>gtk_print_settings_set ()</h3>
         | 
| 411 386 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set              (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 412 387 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
         | 
| @@ -424,12 +399,11 @@ Associates <em class="parameter"><code>value</code></em> with <em class="paramet | |
| 424 399 | 
             
            </tr>
         | 
| 425 400 | 
             
            <tr>
         | 
| 426 401 | 
             
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 427 | 
            -
            <td>a key
         | 
| 428 | 
            -
            </td>
         | 
| 402 | 
            +
            <td>a key</td>
         | 
| 429 403 | 
             
            </tr>
         | 
| 430 404 | 
             
            <tr>
         | 
| 431 405 | 
             
            <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
         | 
| 432 | 
            -
            <td> | 
| 406 | 
            +
            <td>a string value, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 433 407 | 
             
            </td>
         | 
| 434 408 | 
             
            </tr>
         | 
| 435 409 | 
             
            </tbody>
         | 
| @@ -437,7 +411,7 @@ Associates <em class="parameter"><code>value</code></em> with <em class="paramet | |
| 437 411 | 
             
            <p class="since">Since 2.10</p>
         | 
| 438 412 | 
             
            </div>
         | 
| 439 413 | 
             
            <hr>
         | 
| 440 | 
            -
            <div class="refsect2" | 
| 414 | 
            +
            <div class="refsect2">
         | 
| 441 415 | 
             
            <a name="gtk-print-settings-unset"></a><h3>gtk_print_settings_unset ()</h3>
         | 
| 442 416 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_unset            (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 443 417 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>);</pre>
         | 
| @@ -455,15 +429,14 @@ This has the same effect as setting the value to <a href="http://library.gnome.o | |
| 455 429 | 
             
            </tr>
         | 
| 456 430 | 
             
            <tr>
         | 
| 457 431 | 
             
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 458 | 
            -
            <td>a key
         | 
| 459 | 
            -
            </td>
         | 
| 432 | 
            +
            <td>a key</td>
         | 
| 460 433 | 
             
            </tr>
         | 
| 461 434 | 
             
            </tbody>
         | 
| 462 435 | 
             
            </table></div>
         | 
| 463 436 | 
             
            <p class="since">Since 2.10</p>
         | 
| 464 437 | 
             
            </div>
         | 
| 465 438 | 
             
            <hr>
         | 
| 466 | 
            -
            <div class="refsect2" | 
| 439 | 
            +
            <div class="refsect2">
         | 
| 467 440 | 
             
            <a name="gtk-print-settings-foreach"></a><h3>gtk_print_settings_foreach ()</h3>
         | 
| 468 441 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_foreach          (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 469 442 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkPrintSettings.html#GtkPrintSettingsFunc" title="GtkPrintSettingsFunc ()"><span class="type">GtkPrintSettingsFunc</span></a> func</code></em>,
         | 
| @@ -481,7 +454,7 @@ Calls <em class="parameter"><code>func</code></em> for each key-value pair of <e | |
| 481 454 | 
             
            </tr>
         | 
| 482 455 | 
             
            <tr>
         | 
| 483 456 | 
             
            <td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
         | 
| 484 | 
            -
            <td> | 
| 457 | 
            +
            <td>the function to call. <span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span>
         | 
| 485 458 | 
             
            </td>
         | 
| 486 459 | 
             
            </tr>
         | 
| 487 460 | 
             
            <tr>
         | 
| @@ -494,7 +467,7 @@ Calls <em class="parameter"><code>func</code></em> for each key-value pair of <e | |
| 494 467 | 
             
            <p class="since">Since 2.10</p>
         | 
| 495 468 | 
             
            </div>
         | 
| 496 469 | 
             
            <hr>
         | 
| 497 | 
            -
            <div class="refsect2" | 
| 470 | 
            +
            <div class="refsect2">
         | 
| 498 471 | 
             
            <a name="gtk-print-settings-get-bool"></a><h3>gtk_print_settings_get_bool ()</h3>
         | 
| 499 472 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_print_settings_get_bool         (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 500 473 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>);</pre>
         | 
| @@ -516,21 +489,19 @@ string <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macro | |
| 516 489 | 
             
            </tr>
         | 
| 517 490 | 
             
            <tr>
         | 
| 518 491 | 
             
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 519 | 
            -
            <td>a key
         | 
| 520 | 
            -
            </td>
         | 
| 492 | 
            +
            <td>a key</td>
         | 
| 521 493 | 
             
            </tr>
         | 
| 522 494 | 
             
            <tr>
         | 
| 523 495 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 524 | 
            -
            <td> | 
| 525 | 
            -
             | 
| 526 | 
            -
            </td>
         | 
| 496 | 
            +
            <td>
         | 
| 497 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>key</code></em> maps to a true value.</td>
         | 
| 527 498 | 
             
            </tr>
         | 
| 528 499 | 
             
            </tbody>
         | 
| 529 500 | 
             
            </table></div>
         | 
| 530 501 | 
             
            <p class="since">Since 2.10</p>
         | 
| 531 502 | 
             
            </div>
         | 
| 532 503 | 
             
            <hr>
         | 
| 533 | 
            -
            <div class="refsect2" | 
| 504 | 
            +
            <div class="refsect2">
         | 
| 534 505 | 
             
            <a name="gtk-print-settings-set-bool"></a><h3>gtk_print_settings_set_bool ()</h3>
         | 
| 535 506 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_bool         (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 536 507 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
         | 
| @@ -548,20 +519,18 @@ Sets <em class="parameter"><code>key</code></em> to a boolean value. | |
| 548 519 | 
             
            </tr>
         | 
| 549 520 | 
             
            <tr>
         | 
| 550 521 | 
             
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 551 | 
            -
            <td>a key
         | 
| 552 | 
            -
            </td>
         | 
| 522 | 
            +
            <td>a key</td>
         | 
| 553 523 | 
             
            </tr>
         | 
| 554 524 | 
             
            <tr>
         | 
| 555 525 | 
             
            <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
         | 
| 556 | 
            -
            <td>a boolean
         | 
| 557 | 
            -
            </td>
         | 
| 526 | 
            +
            <td>a boolean</td>
         | 
| 558 527 | 
             
            </tr>
         | 
| 559 528 | 
             
            </tbody>
         | 
| 560 529 | 
             
            </table></div>
         | 
| 561 530 | 
             
            <p class="since">Since 2.10</p>
         | 
| 562 531 | 
             
            </div>
         | 
| 563 532 | 
             
            <hr>
         | 
| 564 | 
            -
            <div class="refsect2" | 
| 533 | 
            +
            <div class="refsect2">
         | 
| 565 534 | 
             
            <a name="gtk-print-settings-get-double"></a><h3>gtk_print_settings_get_double ()</h3>
         | 
| 566 535 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_print_settings_get_double       (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 567 536 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>);</pre>
         | 
| @@ -578,13 +547,11 @@ Returns the double value associated with <em class="parameter"><code>key</code>< | |
| 578 547 | 
             
            </tr>
         | 
| 579 548 | 
             
            <tr>
         | 
| 580 549 | 
             
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 581 | 
            -
            <td>a key
         | 
| 582 | 
            -
            </td>
         | 
| 550 | 
            +
            <td>a key</td>
         | 
| 583 551 | 
             
            </tr>
         | 
| 584 552 | 
             
            <tr>
         | 
| 585 553 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 586 | 
            -
            <td> | 
| 587 | 
            -
             | 
| 554 | 
            +
            <td>the double value of <em class="parameter"><code>key</code></em>
         | 
| 588 555 | 
             
            </td>
         | 
| 589 556 | 
             
            </tr>
         | 
| 590 557 | 
             
            </tbody>
         | 
| @@ -592,7 +559,7 @@ Returns the double value associated with <em class="parameter"><code>key</code>< | |
| 592 559 | 
             
            <p class="since">Since 2.10</p>
         | 
| 593 560 | 
             
            </div>
         | 
| 594 561 | 
             
            <hr>
         | 
| 595 | 
            -
            <div class="refsect2" | 
| 562 | 
            +
            <div class="refsect2">
         | 
| 596 563 | 
             
            <a name="gtk-print-settings-get-double-with-default"></a><h3>gtk_print_settings_get_double_with_default ()</h3>
         | 
| 597 564 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_print_settings_get_double_with_default
         | 
| 598 565 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| @@ -616,18 +583,15 @@ Floating point numbers are parsed with <a href="http://library.gnome.org/devel/g | |
| 616 583 | 
             
            </tr>
         | 
| 617 584 | 
             
            <tr>
         | 
| 618 585 | 
             
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 619 | 
            -
            <td>a key
         | 
| 620 | 
            -
            </td>
         | 
| 586 | 
            +
            <td>a key</td>
         | 
| 621 587 | 
             
            </tr>
         | 
| 622 588 | 
             
            <tr>
         | 
| 623 589 | 
             
            <td><p><span class="term"><em class="parameter"><code>def</code></em> :</span></p></td>
         | 
| 624 | 
            -
            <td>the default value
         | 
| 625 | 
            -
            </td>
         | 
| 590 | 
            +
            <td>the default value</td>
         | 
| 626 591 | 
             
            </tr>
         | 
| 627 592 | 
             
            <tr>
         | 
| 628 593 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 629 | 
            -
            <td> | 
| 630 | 
            -
             | 
| 594 | 
            +
            <td>the floating point number associated with <em class="parameter"><code>key</code></em>
         | 
| 631 595 | 
             
            </td>
         | 
| 632 596 | 
             
            </tr>
         | 
| 633 597 | 
             
            </tbody>
         | 
| @@ -635,7 +599,7 @@ Floating point numbers are parsed with <a href="http://library.gnome.org/devel/g | |
| 635 599 | 
             
            <p class="since">Since 2.10</p>
         | 
| 636 600 | 
             
            </div>
         | 
| 637 601 | 
             
            <hr>
         | 
| 638 | 
            -
            <div class="refsect2" | 
| 602 | 
            +
            <div class="refsect2">
         | 
| 639 603 | 
             
            <a name="gtk-print-settings-set-double"></a><h3>gtk_print_settings_set_double ()</h3>
         | 
| 640 604 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_double       (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 641 605 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
         | 
| @@ -653,24 +617,22 @@ Sets <em class="parameter"><code>key</code></em> to a double value. | |
| 653 617 | 
             
            </tr>
         | 
| 654 618 | 
             
            <tr>
         | 
| 655 619 | 
             
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 656 | 
            -
            <td>a key | 
| 657 | 
            -
            </td>
         | 
| 620 | 
            +
            <td>a key</td>
         | 
| 658 621 | 
             
            </tr>
         | 
| 659 622 | 
             
            <tr>
         | 
| 660 623 | 
             
            <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
         | 
| 661 | 
            -
            <td>a double value
         | 
| 662 | 
            -
            </td>
         | 
| 624 | 
            +
            <td>a double value</td>
         | 
| 663 625 | 
             
            </tr>
         | 
| 664 626 | 
             
            </tbody>
         | 
| 665 627 | 
             
            </table></div>
         | 
| 666 628 | 
             
            <p class="since">Since 2.10</p>
         | 
| 667 629 | 
             
            </div>
         | 
| 668 630 | 
             
            <hr>
         | 
| 669 | 
            -
            <div class="refsect2" | 
| 631 | 
            +
            <div class="refsect2">
         | 
| 670 632 | 
             
            <a name="gtk-print-settings-get-length"></a><h3>gtk_print_settings_get_length ()</h3>
         | 
| 671 633 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_print_settings_get_length       (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 672 634 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
         | 
| 673 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 635 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 674 636 | 
             
            <p>
         | 
| 675 637 | 
             
            Returns the value associated with <em class="parameter"><code>key</code></em>, interpreted
         | 
| 676 638 | 
             
            as a length. The returned value is converted to <em class="parameter"><code>units</code></em>.
         | 
| @@ -685,18 +647,15 @@ as a length. The returned value is converted to <em class="parameter"><code>unit | |
| 685 647 | 
             
            </tr>
         | 
| 686 648 | 
             
            <tr>
         | 
| 687 649 | 
             
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 688 | 
            -
            <td>a key
         | 
| 689 | 
            -
            </td>
         | 
| 650 | 
            +
            <td>a key</td>
         | 
| 690 651 | 
             
            </tr>
         | 
| 691 652 | 
             
            <tr>
         | 
| 692 653 | 
             
            <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
         | 
| 693 | 
            -
            <td>the unit of the return value
         | 
| 694 | 
            -
            </td>
         | 
| 654 | 
            +
            <td>the unit of the return value</td>
         | 
| 695 655 | 
             
            </tr>
         | 
| 696 656 | 
             
            <tr>
         | 
| 697 657 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 698 | 
            -
            <td> | 
| 699 | 
            -
             | 
| 658 | 
            +
            <td>the length value of <em class="parameter"><code>key</code></em>, converted to <em class="parameter"><code>unit</code></em>
         | 
| 700 659 | 
             
            </td>
         | 
| 701 660 | 
             
            </tr>
         | 
| 702 661 | 
             
            </tbody>
         | 
| @@ -704,12 +663,12 @@ as a length. The returned value is converted to <em class="parameter"><code>unit | |
| 704 663 | 
             
            <p class="since">Since 2.10</p>
         | 
| 705 664 | 
             
            </div>
         | 
| 706 665 | 
             
            <hr>
         | 
| 707 | 
            -
            <div class="refsect2" | 
| 666 | 
            +
            <div class="refsect2">
         | 
| 708 667 | 
             
            <a name="gtk-print-settings-set-length"></a><h3>gtk_print_settings_set_length ()</h3>
         | 
| 709 668 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_length       (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 710 669 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
         | 
| 711 670 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> value</code></em>,
         | 
| 712 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 671 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 713 672 | 
             
            <p>
         | 
| 714 673 | 
             
            Associates a length in units of <em class="parameter"><code>unit</code></em> with <em class="parameter"><code>key</code></em>.
         | 
| 715 674 | 
             
            </p>
         | 
| @@ -723,13 +682,11 @@ Associates a length in units of <em class="parameter"><code>unit</code></em> wit | |
| 723 682 | 
             
            </tr>
         | 
| 724 683 | 
             
            <tr>
         | 
| 725 684 | 
             
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 726 | 
            -
            <td>a key
         | 
| 727 | 
            -
            </td>
         | 
| 685 | 
            +
            <td>a key</td>
         | 
| 728 686 | 
             
            </tr>
         | 
| 729 687 | 
             
            <tr>
         | 
| 730 688 | 
             
            <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
         | 
| 731 | 
            -
            <td>a length
         | 
| 732 | 
            -
            </td>
         | 
| 689 | 
            +
            <td>a length</td>
         | 
| 733 690 | 
             
            </tr>
         | 
| 734 691 | 
             
            <tr>
         | 
| 735 692 | 
             
            <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
         | 
| @@ -741,7 +698,7 @@ Associates a length in units of <em class="parameter"><code>unit</code></em> wit | |
| 741 698 | 
             
            <p class="since">Since 2.10</p>
         | 
| 742 699 | 
             
            </div>
         | 
| 743 700 | 
             
            <hr>
         | 
| 744 | 
            -
            <div class="refsect2" | 
| 701 | 
            +
            <div class="refsect2">
         | 
| 745 702 | 
             
            <a name="gtk-print-settings-get-int"></a><h3>gtk_print_settings_get_int ()</h3>
         | 
| 746 703 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_print_settings_get_int          (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 747 704 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>);</pre>
         | 
| @@ -758,13 +715,11 @@ Returns the integer value of <em class="parameter"><code>key</code></em>, or 0. | |
| 758 715 | 
             
            </tr>
         | 
| 759 716 | 
             
            <tr>
         | 
| 760 717 | 
             
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 761 | 
            -
            <td>a key
         | 
| 762 | 
            -
            </td>
         | 
| 718 | 
            +
            <td>a key</td>
         | 
| 763 719 | 
             
            </tr>
         | 
| 764 720 | 
             
            <tr>
         | 
| 765 721 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 766 | 
            -
            <td> | 
| 767 | 
            -
             | 
| 722 | 
            +
            <td>the integer value of <em class="parameter"><code>key</code></em>
         | 
| 768 723 | 
             
            </td>
         | 
| 769 724 | 
             
            </tr>
         | 
| 770 725 | 
             
            </tbody>
         | 
| @@ -772,7 +727,7 @@ Returns the integer value of <em class="parameter"><code>key</code></em>, or 0. | |
| 772 727 | 
             
            <p class="since">Since 2.10</p>
         | 
| 773 728 | 
             
            </div>
         | 
| 774 729 | 
             
            <hr>
         | 
| 775 | 
            -
            <div class="refsect2" | 
| 730 | 
            +
            <div class="refsect2">
         | 
| 776 731 | 
             
            <a name="gtk-print-settings-get-int-with-default"></a><h3>gtk_print_settings_get_int_with_default ()</h3>
         | 
| 777 732 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_print_settings_get_int_with_default
         | 
| 778 733 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| @@ -792,18 +747,15 @@ an integer, or the default value. | |
| 792 747 | 
             
            </tr>
         | 
| 793 748 | 
             
            <tr>
         | 
| 794 749 | 
             
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 795 | 
            -
            <td>a key
         | 
| 796 | 
            -
            </td>
         | 
| 750 | 
            +
            <td>a key</td>
         | 
| 797 751 | 
             
            </tr>
         | 
| 798 752 | 
             
            <tr>
         | 
| 799 753 | 
             
            <td><p><span class="term"><em class="parameter"><code>def</code></em> :</span></p></td>
         | 
| 800 | 
            -
            <td>the default value
         | 
| 801 | 
            -
            </td>
         | 
| 754 | 
            +
            <td>the default value</td>
         | 
| 802 755 | 
             
            </tr>
         | 
| 803 756 | 
             
            <tr>
         | 
| 804 757 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 805 | 
            -
            <td> | 
| 806 | 
            -
             | 
| 758 | 
            +
            <td>the integer value of <em class="parameter"><code>key</code></em>
         | 
| 807 759 | 
             
            </td>
         | 
| 808 760 | 
             
            </tr>
         | 
| 809 761 | 
             
            </tbody>
         | 
| @@ -811,7 +763,7 @@ an integer, or the default value. | |
| 811 763 | 
             
            <p class="since">Since 2.10</p>
         | 
| 812 764 | 
             
            </div>
         | 
| 813 765 | 
             
            <hr>
         | 
| 814 | 
            -
            <div class="refsect2" | 
| 766 | 
            +
            <div class="refsect2">
         | 
| 815 767 | 
             
            <a name="gtk-print-settings-set-int"></a><h3>gtk_print_settings_set_int ()</h3>
         | 
| 816 768 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_int          (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 817 769 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
         | 
| @@ -829,20 +781,18 @@ Sets <em class="parameter"><code>key</code></em> to an integer value. | |
| 829 781 | 
             
            </tr>
         | 
| 830 782 | 
             
            <tr>
         | 
| 831 783 | 
             
            <td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
         | 
| 832 | 
            -
            <td>a key
         | 
| 833 | 
            -
            </td>
         | 
| 784 | 
            +
            <td>a key</td>
         | 
| 834 785 | 
             
            </tr>
         | 
| 835 786 | 
             
            <tr>
         | 
| 836 787 | 
             
            <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
         | 
| 837 | 
            -
            <td>an integer | 
| 838 | 
            -
            </td>
         | 
| 788 | 
            +
            <td>an integer</td>
         | 
| 839 789 | 
             
            </tr>
         | 
| 840 790 | 
             
            </tbody>
         | 
| 841 791 | 
             
            </table></div>
         | 
| 842 792 | 
             
            <p class="since">Since 2.10</p>
         | 
| 843 793 | 
             
            </div>
         | 
| 844 794 | 
             
            <hr>
         | 
| 845 | 
            -
            <div class="refsect2" | 
| 795 | 
            +
            <div class="refsect2">
         | 
| 846 796 | 
             
            <a name="GTK-PRINT-SETTINGS-PRINTER:CAPS"></a><h3>GTK_PRINT_SETTINGS_PRINTER</h3>
         | 
| 847 797 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_PRINTER          "printer"
         | 
| 848 798 | 
             
            </pre>
         | 
| @@ -850,7 +800,7 @@ Sets <em class="parameter"><code>key</code></em> to an integer value. | |
| 850 800 | 
             
            </p>
         | 
| 851 801 | 
             
            </div>
         | 
| 852 802 | 
             
            <hr>
         | 
| 853 | 
            -
            <div class="refsect2" | 
| 803 | 
            +
            <div class="refsect2">
         | 
| 854 804 | 
             
            <a name="gtk-print-settings-get-printer"></a><h3>gtk_print_settings_get_printer ()</h3>
         | 
| 855 805 | 
             
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_print_settings_get_printer      (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 856 806 | 
             
            <p>
         | 
| @@ -867,16 +817,14 @@ Convenience function to obtain the value of | |
| 867 817 | 
             
            </tr>
         | 
| 868 818 | 
             
            <tr>
         | 
| 869 819 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 870 | 
            -
            <td> | 
| 871 | 
            -
             | 
| 872 | 
            -
            </td>
         | 
| 820 | 
            +
            <td>the printer name</td>
         | 
| 873 821 | 
             
            </tr>
         | 
| 874 822 | 
             
            </tbody>
         | 
| 875 823 | 
             
            </table></div>
         | 
| 876 824 | 
             
            <p class="since">Since 2.10</p>
         | 
| 877 825 | 
             
            </div>
         | 
| 878 826 | 
             
            <hr>
         | 
| 879 | 
            -
            <div class="refsect2" | 
| 827 | 
            +
            <div class="refsect2">
         | 
| 880 828 | 
             
            <a name="gtk-print-settings-set-printer"></a><h3>gtk_print_settings_set_printer ()</h3>
         | 
| 881 829 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_printer      (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 882 830 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *printer</code></em>);</pre>
         | 
| @@ -894,15 +842,14 @@ to <em class="parameter"><code>printer</code></em>. | |
| 894 842 | 
             
            </tr>
         | 
| 895 843 | 
             
            <tr>
         | 
| 896 844 | 
             
            <td><p><span class="term"><em class="parameter"><code>printer</code></em> :</span></p></td>
         | 
| 897 | 
            -
            <td>the printer name
         | 
| 898 | 
            -
            </td>
         | 
| 845 | 
            +
            <td>the printer name</td>
         | 
| 899 846 | 
             
            </tr>
         | 
| 900 847 | 
             
            </tbody>
         | 
| 901 848 | 
             
            </table></div>
         | 
| 902 849 | 
             
            <p class="since">Since 2.10</p>
         | 
| 903 850 | 
             
            </div>
         | 
| 904 851 | 
             
            <hr>
         | 
| 905 | 
            -
            <div class="refsect2" | 
| 852 | 
            +
            <div class="refsect2">
         | 
| 906 853 | 
             
            <a name="GtkPageOrientation"></a><h3>enum GtkPageOrientation</h3>
         | 
| 907 854 | 
             
            <pre class="programlisting">typedef enum
         | 
| 908 855 | 
             
            {
         | 
| @@ -916,7 +863,7 @@ to <em class="parameter"><code>printer</code></em>. | |
| 916 863 | 
             
            </p>
         | 
| 917 864 | 
             
            </div>
         | 
| 918 865 | 
             
            <hr>
         | 
| 919 | 
            -
            <div class="refsect2" | 
| 866 | 
            +
            <div class="refsect2">
         | 
| 920 867 | 
             
            <a name="GTK-PRINT-SETTINGS-ORIENTATION:CAPS"></a><h3>GTK_PRINT_SETTINGS_ORIENTATION</h3>
         | 
| 921 868 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_ORIENTATION      "orientation"
         | 
| 922 869 | 
             
            </pre>
         | 
| @@ -924,7 +871,7 @@ to <em class="parameter"><code>printer</code></em>. | |
| 924 871 | 
             
            </p>
         | 
| 925 872 | 
             
            </div>
         | 
| 926 873 | 
             
            <hr>
         | 
| 927 | 
            -
            <div class="refsect2" | 
| 874 | 
            +
            <div class="refsect2">
         | 
| 928 875 | 
             
            <a name="gtk-print-settings-get-orientation"></a><h3>gtk_print_settings_get_orientation ()</h3>
         | 
| 929 876 | 
             
            <pre class="programlisting"><a class="link" href="GtkPrintSettings.html#GtkPageOrientation" title="enum GtkPageOrientation"><span class="returnvalue">GtkPageOrientation</span></a>  gtk_print_settings_get_orientation  (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 930 877 | 
             
            <p>
         | 
| @@ -941,16 +888,14 @@ converted to a <a class="link" href="GtkPrintSettings.html#GtkPageOrientation" t | |
| 941 888 | 
             
            </tr>
         | 
| 942 889 | 
             
            <tr>
         | 
| 943 890 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 944 | 
            -
            <td> | 
| 945 | 
            -
             | 
| 946 | 
            -
            </td>
         | 
| 891 | 
            +
            <td>the orientation</td>
         | 
| 947 892 | 
             
            </tr>
         | 
| 948 893 | 
             
            </tbody>
         | 
| 949 894 | 
             
            </table></div>
         | 
| 950 895 | 
             
            <p class="since">Since 2.10</p>
         | 
| 951 896 | 
             
            </div>
         | 
| 952 897 | 
             
            <hr>
         | 
| 953 | 
            -
            <div class="refsect2" | 
| 898 | 
            +
            <div class="refsect2">
         | 
| 954 899 | 
             
            <a name="gtk-print-settings-set-orientation"></a><h3>gtk_print_settings_set_orientation ()</h3>
         | 
| 955 900 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_orientation  (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 956 901 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkPrintSettings.html#GtkPageOrientation" title="enum GtkPageOrientation"><span class="type">GtkPageOrientation</span></a> orientation</code></em>);</pre>
         | 
| @@ -967,15 +912,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 967 912 | 
             
            </tr>
         | 
| 968 913 | 
             
            <tr>
         | 
| 969 914 | 
             
            <td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
         | 
| 970 | 
            -
            <td>a page orientation
         | 
| 971 | 
            -
            </td>
         | 
| 915 | 
            +
            <td>a page orientation</td>
         | 
| 972 916 | 
             
            </tr>
         | 
| 973 917 | 
             
            </tbody>
         | 
| 974 918 | 
             
            </table></div>
         | 
| 975 919 | 
             
            <p class="since">Since 2.10</p>
         | 
| 976 920 | 
             
            </div>
         | 
| 977 921 | 
             
            <hr>
         | 
| 978 | 
            -
            <div class="refsect2" | 
| 922 | 
            +
            <div class="refsect2">
         | 
| 979 923 | 
             
            <a name="GTK-PRINT-SETTINGS-PAPER-FORMAT:CAPS"></a><h3>GTK_PRINT_SETTINGS_PAPER_FORMAT</h3>
         | 
| 980 924 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_PAPER_FORMAT     "paper-format"
         | 
| 981 925 | 
             
            </pre>
         | 
| @@ -983,12 +927,13 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 983 927 | 
             
            </p>
         | 
| 984 928 | 
             
            </div>
         | 
| 985 929 | 
             
            <hr>
         | 
| 986 | 
            -
            <div class="refsect2" | 
| 930 | 
            +
            <div class="refsect2">
         | 
| 987 931 | 
             
            <a name="gtk-print-settings-get-paper-size"></a><h3>gtk_print_settings_get_paper_size ()</h3>
         | 
| 988 | 
            -
            <pre class="programlisting"><a class="link" href=" | 
| 932 | 
            +
            <pre class="programlisting"><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> *         gtk_print_settings_get_paper_size
         | 
| 933 | 
            +
                                                                    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 989 934 | 
             
            <p>
         | 
| 990 935 | 
             
            Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PAPER-FORMAT:CAPS" title="GTK_PRINT_SETTINGS_PAPER_FORMAT"><code class="literal">GTK_PRINT_SETTINGS_PAPER_FORMAT</code></a>, 
         | 
| 991 | 
            -
            converted to a <a class="link" href=" | 
| 936 | 
            +
            converted to a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>.
         | 
| 992 937 | 
             
            </p>
         | 
| 993 938 | 
             
            <div class="variablelist"><table border="0">
         | 
| 994 939 | 
             
            <col align="left" valign="top">
         | 
| @@ -1000,19 +945,17 @@ converted to a <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title=" | |
| 1000 945 | 
             
            </tr>
         | 
| 1001 946 | 
             
            <tr>
         | 
| 1002 947 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1003 | 
            -
            <td> | 
| 1004 | 
            -
             | 
| 1005 | 
            -
            </td>
         | 
| 948 | 
            +
            <td>the paper size</td>
         | 
| 1006 949 | 
             
            </tr>
         | 
| 1007 950 | 
             
            </tbody>
         | 
| 1008 951 | 
             
            </table></div>
         | 
| 1009 952 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1010 953 | 
             
            </div>
         | 
| 1011 954 | 
             
            <hr>
         | 
| 1012 | 
            -
            <div class="refsect2" | 
| 955 | 
            +
            <div class="refsect2">
         | 
| 1013 956 | 
             
            <a name="gtk-print-settings-set-paper-size"></a><h3>gtk_print_settings_set_paper_size ()</h3>
         | 
| 1014 957 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_paper_size   (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 1015 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 958 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *paper_size</code></em>);</pre>
         | 
| 1016 959 | 
             
            <p>
         | 
| 1017 960 | 
             
            Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PAPER-FORMAT:CAPS" title="GTK_PRINT_SETTINGS_PAPER_FORMAT"><code class="literal">GTK_PRINT_SETTINGS_PAPER_FORMAT</code></a>,
         | 
| 1018 961 | 
             
            <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PAPER-WIDTH:CAPS" title="GTK_PRINT_SETTINGS_PAPER_WIDTH"><code class="literal">GTK_PRINT_SETTINGS_PAPER_WIDTH</code></a> and
         | 
| @@ -1028,15 +971,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1028 971 | 
             
            </tr>
         | 
| 1029 972 | 
             
            <tr>
         | 
| 1030 973 | 
             
            <td><p><span class="term"><em class="parameter"><code>paper_size</code></em> :</span></p></td>
         | 
| 1031 | 
            -
            <td>a paper size
         | 
| 1032 | 
            -
            </td>
         | 
| 974 | 
            +
            <td>a paper size</td>
         | 
| 1033 975 | 
             
            </tr>
         | 
| 1034 976 | 
             
            </tbody>
         | 
| 1035 977 | 
             
            </table></div>
         | 
| 1036 978 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1037 979 | 
             
            </div>
         | 
| 1038 980 | 
             
            <hr>
         | 
| 1039 | 
            -
            <div class="refsect2" | 
| 981 | 
            +
            <div class="refsect2">
         | 
| 1040 982 | 
             
            <a name="GTK-PRINT-SETTINGS-PAPER-WIDTH:CAPS"></a><h3>GTK_PRINT_SETTINGS_PAPER_WIDTH</h3>
         | 
| 1041 983 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_PAPER_WIDTH      "paper-width"
         | 
| 1042 984 | 
             
            </pre>
         | 
| @@ -1044,10 +986,10 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1044 986 | 
             
            </p>
         | 
| 1045 987 | 
             
            </div>
         | 
| 1046 988 | 
             
            <hr>
         | 
| 1047 | 
            -
            <div class="refsect2" | 
| 989 | 
            +
            <div class="refsect2">
         | 
| 1048 990 | 
             
            <a name="gtk-print-settings-get-paper-width"></a><h3>gtk_print_settings_get_paper_width ()</h3>
         | 
| 1049 991 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_print_settings_get_paper_width  (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 1050 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 992 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 1051 993 | 
             
            <p>
         | 
| 1052 994 | 
             
            Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PAPER-WIDTH:CAPS" title="GTK_PRINT_SETTINGS_PAPER_WIDTH"><code class="literal">GTK_PRINT_SETTINGS_PAPER_WIDTH</code></a>,
         | 
| 1053 995 | 
             
            converted to <em class="parameter"><code>unit</code></em>.
         | 
| @@ -1062,13 +1004,11 @@ converted to <em class="parameter"><code>unit</code></em>. | |
| 1062 1004 | 
             
            </tr>
         | 
| 1063 1005 | 
             
            <tr>
         | 
| 1064 1006 | 
             
            <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
         | 
| 1065 | 
            -
            <td>the unit for the return value
         | 
| 1066 | 
            -
            </td>
         | 
| 1007 | 
            +
            <td>the unit for the return value</td>
         | 
| 1067 1008 | 
             
            </tr>
         | 
| 1068 1009 | 
             
            <tr>
         | 
| 1069 1010 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1070 | 
            -
            <td> | 
| 1071 | 
            -
             | 
| 1011 | 
            +
            <td>the paper width, in units of <em class="parameter"><code>unit</code></em>
         | 
| 1072 1012 | 
             
            </td>
         | 
| 1073 1013 | 
             
            </tr>
         | 
| 1074 1014 | 
             
            </tbody>
         | 
| @@ -1076,11 +1016,11 @@ converted to <em class="parameter"><code>unit</code></em>. | |
| 1076 1016 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1077 1017 | 
             
            </div>
         | 
| 1078 1018 | 
             
            <hr>
         | 
| 1079 | 
            -
            <div class="refsect2" | 
| 1019 | 
            +
            <div class="refsect2">
         | 
| 1080 1020 | 
             
            <a name="gtk-print-settings-set-paper-width"></a><h3>gtk_print_settings_set_paper_width ()</h3>
         | 
| 1081 1021 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_paper_width  (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 1082 1022 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> width</code></em>,
         | 
| 1083 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 1023 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 1084 1024 | 
             
            <p>
         | 
| 1085 1025 | 
             
            Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PAPER-WIDTH:CAPS" title="GTK_PRINT_SETTINGS_PAPER_WIDTH"><code class="literal">GTK_PRINT_SETTINGS_PAPER_WIDTH</code></a>.
         | 
| 1086 1026 | 
             
            </p>
         | 
| @@ -1094,8 +1034,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1094 1034 | 
             
            </tr>
         | 
| 1095 1035 | 
             
            <tr>
         | 
| 1096 1036 | 
             
            <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
         | 
| 1097 | 
            -
            <td>the paper width
         | 
| 1098 | 
            -
            </td>
         | 
| 1037 | 
            +
            <td>the paper width</td>
         | 
| 1099 1038 | 
             
            </tr>
         | 
| 1100 1039 | 
             
            <tr>
         | 
| 1101 1040 | 
             
            <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
         | 
| @@ -1107,7 +1046,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1107 1046 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1108 1047 | 
             
            </div>
         | 
| 1109 1048 | 
             
            <hr>
         | 
| 1110 | 
            -
            <div class="refsect2" | 
| 1049 | 
            +
            <div class="refsect2">
         | 
| 1111 1050 | 
             
            <a name="GTK-PRINT-SETTINGS-PAPER-HEIGHT:CAPS"></a><h3>GTK_PRINT_SETTINGS_PAPER_HEIGHT</h3>
         | 
| 1112 1051 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_PAPER_HEIGHT     "paper-height"
         | 
| 1113 1052 | 
             
            </pre>
         | 
| @@ -1115,10 +1054,10 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1115 1054 | 
             
            </p>
         | 
| 1116 1055 | 
             
            </div>
         | 
| 1117 1056 | 
             
            <hr>
         | 
| 1118 | 
            -
            <div class="refsect2" | 
| 1057 | 
            +
            <div class="refsect2">
         | 
| 1119 1058 | 
             
            <a name="gtk-print-settings-get-paper-height"></a><h3>gtk_print_settings_get_paper_height ()</h3>
         | 
| 1120 1059 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_print_settings_get_paper_height (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 1121 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 1060 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 1122 1061 | 
             
            <p>
         | 
| 1123 1062 | 
             
            Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PAPER-HEIGHT:CAPS" title="GTK_PRINT_SETTINGS_PAPER_HEIGHT"><code class="literal">GTK_PRINT_SETTINGS_PAPER_HEIGHT</code></a>,
         | 
| 1124 1063 | 
             
            converted to <em class="parameter"><code>unit</code></em>.
         | 
| @@ -1133,13 +1072,11 @@ converted to <em class="parameter"><code>unit</code></em>. | |
| 1133 1072 | 
             
            </tr>
         | 
| 1134 1073 | 
             
            <tr>
         | 
| 1135 1074 | 
             
            <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
         | 
| 1136 | 
            -
            <td>the unit for the return value
         | 
| 1137 | 
            -
            </td>
         | 
| 1075 | 
            +
            <td>the unit for the return value</td>
         | 
| 1138 1076 | 
             
            </tr>
         | 
| 1139 1077 | 
             
            <tr>
         | 
| 1140 1078 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1141 | 
            -
            <td> | 
| 1142 | 
            -
             | 
| 1079 | 
            +
            <td>the paper height, in units of <em class="parameter"><code>unit</code></em>
         | 
| 1143 1080 | 
             
            </td>
         | 
| 1144 1081 | 
             
            </tr>
         | 
| 1145 1082 | 
             
            </tbody>
         | 
| @@ -1147,11 +1084,11 @@ converted to <em class="parameter"><code>unit</code></em>. | |
| 1147 1084 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1148 1085 | 
             
            </div>
         | 
| 1149 1086 | 
             
            <hr>
         | 
| 1150 | 
            -
            <div class="refsect2" | 
| 1087 | 
            +
            <div class="refsect2">
         | 
| 1151 1088 | 
             
            <a name="gtk-print-settings-set-paper-height"></a><h3>gtk_print_settings_set_paper_height ()</h3>
         | 
| 1152 1089 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_paper_height (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 1153 1090 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> height</code></em>,
         | 
| 1154 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 1091 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 1155 1092 | 
             
            <p>
         | 
| 1156 1093 | 
             
            Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PAPER-HEIGHT:CAPS" title="GTK_PRINT_SETTINGS_PAPER_HEIGHT"><code class="literal">GTK_PRINT_SETTINGS_PAPER_HEIGHT</code></a>.
         | 
| 1157 1094 | 
             
            </p>
         | 
| @@ -1165,8 +1102,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1165 1102 | 
             
            </tr>
         | 
| 1166 1103 | 
             
            <tr>
         | 
| 1167 1104 | 
             
            <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
         | 
| 1168 | 
            -
            <td>the paper height
         | 
| 1169 | 
            -
            </td>
         | 
| 1105 | 
            +
            <td>the paper height</td>
         | 
| 1170 1106 | 
             
            </tr>
         | 
| 1171 1107 | 
             
            <tr>
         | 
| 1172 1108 | 
             
            <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
         | 
| @@ -1178,7 +1114,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1178 1114 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1179 1115 | 
             
            </div>
         | 
| 1180 1116 | 
             
            <hr>
         | 
| 1181 | 
            -
            <div class="refsect2" | 
| 1117 | 
            +
            <div class="refsect2">
         | 
| 1182 1118 | 
             
            <a name="GTK-PRINT-SETTINGS-USE-COLOR:CAPS"></a><h3>GTK_PRINT_SETTINGS_USE_COLOR</h3>
         | 
| 1183 1119 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_USE_COLOR        "use-color"
         | 
| 1184 1120 | 
             
            </pre>
         | 
| @@ -1186,7 +1122,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1186 1122 | 
             
            </p>
         | 
| 1187 1123 | 
             
            </div>
         | 
| 1188 1124 | 
             
            <hr>
         | 
| 1189 | 
            -
            <div class="refsect2" | 
| 1125 | 
            +
            <div class="refsect2">
         | 
| 1190 1126 | 
             
            <a name="gtk-print-settings-get-use-color"></a><h3>gtk_print_settings_get_use_color ()</h3>
         | 
| 1191 1127 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_print_settings_get_use_color    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 1192 1128 | 
             
            <p>
         | 
| @@ -1202,16 +1138,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1202 1138 | 
             
            </tr>
         | 
| 1203 1139 | 
             
            <tr>
         | 
| 1204 1140 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1205 | 
            -
            <td> | 
| 1206 | 
            -
             | 
| 1207 | 
            -
            </td>
         | 
| 1141 | 
            +
            <td>whether to use color</td>
         | 
| 1208 1142 | 
             
            </tr>
         | 
| 1209 1143 | 
             
            </tbody>
         | 
| 1210 1144 | 
             
            </table></div>
         | 
| 1211 1145 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1212 1146 | 
             
            </div>
         | 
| 1213 1147 | 
             
            <hr>
         | 
| 1214 | 
            -
            <div class="refsect2" | 
| 1148 | 
            +
            <div class="refsect2">
         | 
| 1215 1149 | 
             
            <a name="gtk-print-settings-set-use-color"></a><h3>gtk_print_settings_set_use_color ()</h3>
         | 
| 1216 1150 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_use_color    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 1217 1151 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_color</code></em>);</pre>
         | 
| @@ -1228,15 +1162,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1228 1162 | 
             
            </tr>
         | 
| 1229 1163 | 
             
            <tr>
         | 
| 1230 1164 | 
             
            <td><p><span class="term"><em class="parameter"><code>use_color</code></em> :</span></p></td>
         | 
| 1231 | 
            -
            <td>whether to use color
         | 
| 1232 | 
            -
            </td>
         | 
| 1165 | 
            +
            <td>whether to use color</td>
         | 
| 1233 1166 | 
             
            </tr>
         | 
| 1234 1167 | 
             
            </tbody>
         | 
| 1235 1168 | 
             
            </table></div>
         | 
| 1236 1169 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1237 1170 | 
             
            </div>
         | 
| 1238 1171 | 
             
            <hr>
         | 
| 1239 | 
            -
            <div class="refsect2" | 
| 1172 | 
            +
            <div class="refsect2">
         | 
| 1240 1173 | 
             
            <a name="GTK-PRINT-SETTINGS-COLLATE:CAPS"></a><h3>GTK_PRINT_SETTINGS_COLLATE</h3>
         | 
| 1241 1174 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_COLLATE          "collate"
         | 
| 1242 1175 | 
             
            </pre>
         | 
| @@ -1244,7 +1177,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1244 1177 | 
             
            </p>
         | 
| 1245 1178 | 
             
            </div>
         | 
| 1246 1179 | 
             
            <hr>
         | 
| 1247 | 
            -
            <div class="refsect2" | 
| 1180 | 
            +
            <div class="refsect2">
         | 
| 1248 1181 | 
             
            <a name="gtk-print-settings-get-collate"></a><h3>gtk_print_settings_get_collate ()</h3>
         | 
| 1249 1182 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_print_settings_get_collate      (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 1250 1183 | 
             
            <p>
         | 
| @@ -1260,16 +1193,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1260 1193 | 
             
            </tr>
         | 
| 1261 1194 | 
             
            <tr>
         | 
| 1262 1195 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1263 | 
            -
            <td> | 
| 1264 | 
            -
             | 
| 1265 | 
            -
            </td>
         | 
| 1196 | 
            +
            <td>whether to collate the printed pages</td>
         | 
| 1266 1197 | 
             
            </tr>
         | 
| 1267 1198 | 
             
            </tbody>
         | 
| 1268 1199 | 
             
            </table></div>
         | 
| 1269 1200 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1270 1201 | 
             
            </div>
         | 
| 1271 1202 | 
             
            <hr>
         | 
| 1272 | 
            -
            <div class="refsect2" | 
| 1203 | 
            +
            <div class="refsect2">
         | 
| 1273 1204 | 
             
            <a name="gtk-print-settings-set-collate"></a><h3>gtk_print_settings_set_collate ()</h3>
         | 
| 1274 1205 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_collate      (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 1275 1206 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> collate</code></em>);</pre>
         | 
| @@ -1286,15 +1217,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1286 1217 | 
             
            </tr>
         | 
| 1287 1218 | 
             
            <tr>
         | 
| 1288 1219 | 
             
            <td><p><span class="term"><em class="parameter"><code>collate</code></em> :</span></p></td>
         | 
| 1289 | 
            -
            <td>whether to collate the output
         | 
| 1290 | 
            -
            </td>
         | 
| 1220 | 
            +
            <td>whether to collate the output</td>
         | 
| 1291 1221 | 
             
            </tr>
         | 
| 1292 1222 | 
             
            </tbody>
         | 
| 1293 1223 | 
             
            </table></div>
         | 
| 1294 1224 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1295 1225 | 
             
            </div>
         | 
| 1296 1226 | 
             
            <hr>
         | 
| 1297 | 
            -
            <div class="refsect2" | 
| 1227 | 
            +
            <div class="refsect2">
         | 
| 1298 1228 | 
             
            <a name="GTK-PRINT-SETTINGS-REVERSE:CAPS"></a><h3>GTK_PRINT_SETTINGS_REVERSE</h3>
         | 
| 1299 1229 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_REVERSE          "reverse"
         | 
| 1300 1230 | 
             
            </pre>
         | 
| @@ -1302,7 +1232,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1302 1232 | 
             
            </p>
         | 
| 1303 1233 | 
             
            </div>
         | 
| 1304 1234 | 
             
            <hr>
         | 
| 1305 | 
            -
            <div class="refsect2" | 
| 1235 | 
            +
            <div class="refsect2">
         | 
| 1306 1236 | 
             
            <a name="gtk-print-settings-get-reverse"></a><h3>gtk_print_settings_get_reverse ()</h3>
         | 
| 1307 1237 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_print_settings_get_reverse      (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 1308 1238 | 
             
            <p>
         | 
| @@ -1318,16 +1248,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1318 1248 | 
             
            </tr>
         | 
| 1319 1249 | 
             
            <tr>
         | 
| 1320 1250 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1321 | 
            -
            <td> | 
| 1322 | 
            -
             | 
| 1323 | 
            -
            </td>
         | 
| 1251 | 
            +
            <td>whether to reverse the order of the printed pages</td>
         | 
| 1324 1252 | 
             
            </tr>
         | 
| 1325 1253 | 
             
            </tbody>
         | 
| 1326 1254 | 
             
            </table></div>
         | 
| 1327 1255 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1328 1256 | 
             
            </div>
         | 
| 1329 1257 | 
             
            <hr>
         | 
| 1330 | 
            -
            <div class="refsect2" | 
| 1258 | 
            +
            <div class="refsect2">
         | 
| 1331 1259 | 
             
            <a name="gtk-print-settings-set-reverse"></a><h3>gtk_print_settings_set_reverse ()</h3>
         | 
| 1332 1260 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_reverse      (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 1333 1261 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> reverse</code></em>);</pre>
         | 
| @@ -1344,15 +1272,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1344 1272 | 
             
            </tr>
         | 
| 1345 1273 | 
             
            <tr>
         | 
| 1346 1274 | 
             
            <td><p><span class="term"><em class="parameter"><code>reverse</code></em> :</span></p></td>
         | 
| 1347 | 
            -
            <td>whether to reverse the output
         | 
| 1348 | 
            -
            </td>
         | 
| 1275 | 
            +
            <td>whether to reverse the output</td>
         | 
| 1349 1276 | 
             
            </tr>
         | 
| 1350 1277 | 
             
            </tbody>
         | 
| 1351 1278 | 
             
            </table></div>
         | 
| 1352 1279 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1353 1280 | 
             
            </div>
         | 
| 1354 1281 | 
             
            <hr>
         | 
| 1355 | 
            -
            <div class="refsect2" | 
| 1282 | 
            +
            <div class="refsect2">
         | 
| 1356 1283 | 
             
            <a name="GtkPrintDuplex"></a><h3>enum GtkPrintDuplex</h3>
         | 
| 1357 1284 | 
             
            <pre class="programlisting">typedef enum
         | 
| 1358 1285 | 
             
            {
         | 
| @@ -1365,7 +1292,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1365 1292 | 
             
            </p>
         | 
| 1366 1293 | 
             
            </div>
         | 
| 1367 1294 | 
             
            <hr>
         | 
| 1368 | 
            -
            <div class="refsect2" | 
| 1295 | 
            +
            <div class="refsect2">
         | 
| 1369 1296 | 
             
            <a name="GTK-PRINT-SETTINGS-DUPLEX:CAPS"></a><h3>GTK_PRINT_SETTINGS_DUPLEX</h3>
         | 
| 1370 1297 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_DUPLEX           "duplex"
         | 
| 1371 1298 | 
             
            </pre>
         | 
| @@ -1373,7 +1300,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1373 1300 | 
             
            </p>
         | 
| 1374 1301 | 
             
            </div>
         | 
| 1375 1302 | 
             
            <hr>
         | 
| 1376 | 
            -
            <div class="refsect2" | 
| 1303 | 
            +
            <div class="refsect2">
         | 
| 1377 1304 | 
             
            <a name="gtk-print-settings-get-duplex"></a><h3>gtk_print_settings_get_duplex ()</h3>
         | 
| 1378 1305 | 
             
            <pre class="programlisting"><a class="link" href="GtkPrintSettings.html#GtkPrintDuplex" title="enum GtkPrintDuplex"><span class="returnvalue">GtkPrintDuplex</span></a>      gtk_print_settings_get_duplex       (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 1379 1306 | 
             
            <p>
         | 
| @@ -1389,16 +1316,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1389 1316 | 
             
            </tr>
         | 
| 1390 1317 | 
             
            <tr>
         | 
| 1391 1318 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1392 | 
            -
            <td> | 
| 1393 | 
            -
             | 
| 1394 | 
            -
            </td>
         | 
| 1319 | 
            +
            <td>whether to print the output in duplex.</td>
         | 
| 1395 1320 | 
             
            </tr>
         | 
| 1396 1321 | 
             
            </tbody>
         | 
| 1397 1322 | 
             
            </table></div>
         | 
| 1398 1323 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1399 1324 | 
             
            </div>
         | 
| 1400 1325 | 
             
            <hr>
         | 
| 1401 | 
            -
            <div class="refsect2" | 
| 1326 | 
            +
            <div class="refsect2">
         | 
| 1402 1327 | 
             
            <a name="gtk-print-settings-set-duplex"></a><h3>gtk_print_settings_set_duplex ()</h3>
         | 
| 1403 1328 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_duplex       (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 1404 1329 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkPrintSettings.html#GtkPrintDuplex" title="enum GtkPrintDuplex"><span class="type">GtkPrintDuplex</span></a> duplex</code></em>);</pre>
         | 
| @@ -1415,15 +1340,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1415 1340 | 
             
            </tr>
         | 
| 1416 1341 | 
             
            <tr>
         | 
| 1417 1342 | 
             
            <td><p><span class="term"><em class="parameter"><code>duplex</code></em> :</span></p></td>
         | 
| 1418 | 
            -
            <td>a <a class="link" href="GtkPrintSettings.html#GtkPrintDuplex" title="enum GtkPrintDuplex"><span class="type">GtkPrintDuplex</span></a> value
         | 
| 1419 | 
            -
            </td>
         | 
| 1343 | 
            +
            <td>a <a class="link" href="GtkPrintSettings.html#GtkPrintDuplex" title="enum GtkPrintDuplex"><span class="type">GtkPrintDuplex</span></a> value</td>
         | 
| 1420 1344 | 
             
            </tr>
         | 
| 1421 1345 | 
             
            </tbody>
         | 
| 1422 1346 | 
             
            </table></div>
         | 
| 1423 1347 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1424 1348 | 
             
            </div>
         | 
| 1425 1349 | 
             
            <hr>
         | 
| 1426 | 
            -
            <div class="refsect2" | 
| 1350 | 
            +
            <div class="refsect2">
         | 
| 1427 1351 | 
             
            <a name="GtkPrintQuality"></a><h3>enum GtkPrintQuality</h3>
         | 
| 1428 1352 | 
             
            <pre class="programlisting">typedef enum
         | 
| 1429 1353 | 
             
            {
         | 
| @@ -1437,7 +1361,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1437 1361 | 
             
            </p>
         | 
| 1438 1362 | 
             
            </div>
         | 
| 1439 1363 | 
             
            <hr>
         | 
| 1440 | 
            -
            <div class="refsect2" | 
| 1364 | 
            +
            <div class="refsect2">
         | 
| 1441 1365 | 
             
            <a name="GTK-PRINT-SETTINGS-QUALITY:CAPS"></a><h3>GTK_PRINT_SETTINGS_QUALITY</h3>
         | 
| 1442 1366 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_QUALITY          "quality"
         | 
| 1443 1367 | 
             
            </pre>
         | 
| @@ -1445,7 +1369,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1445 1369 | 
             
            </p>
         | 
| 1446 1370 | 
             
            </div>
         | 
| 1447 1371 | 
             
            <hr>
         | 
| 1448 | 
            -
            <div class="refsect2" | 
| 1372 | 
            +
            <div class="refsect2">
         | 
| 1449 1373 | 
             
            <a name="gtk-print-settings-get-quality"></a><h3>gtk_print_settings_get_quality ()</h3>
         | 
| 1450 1374 | 
             
            <pre class="programlisting"><a class="link" href="GtkPrintSettings.html#GtkPrintQuality" title="enum GtkPrintQuality"><span class="returnvalue">GtkPrintQuality</span></a>     gtk_print_settings_get_quality      (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 1451 1375 | 
             
            <p>
         | 
| @@ -1461,16 +1385,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1461 1385 | 
             
            </tr>
         | 
| 1462 1386 | 
             
            <tr>
         | 
| 1463 1387 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1464 | 
            -
            <td> | 
| 1465 | 
            -
             | 
| 1466 | 
            -
            </td>
         | 
| 1388 | 
            +
            <td>the print quality</td>
         | 
| 1467 1389 | 
             
            </tr>
         | 
| 1468 1390 | 
             
            </tbody>
         | 
| 1469 1391 | 
             
            </table></div>
         | 
| 1470 1392 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1471 1393 | 
             
            </div>
         | 
| 1472 1394 | 
             
            <hr>
         | 
| 1473 | 
            -
            <div class="refsect2" | 
| 1395 | 
            +
            <div class="refsect2">
         | 
| 1474 1396 | 
             
            <a name="gtk-print-settings-set-quality"></a><h3>gtk_print_settings_set_quality ()</h3>
         | 
| 1475 1397 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_quality      (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 1476 1398 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkPrintSettings.html#GtkPrintQuality" title="enum GtkPrintQuality"><span class="type">GtkPrintQuality</span></a> quality</code></em>);</pre>
         | 
| @@ -1487,15 +1409,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1487 1409 | 
             
            </tr>
         | 
| 1488 1410 | 
             
            <tr>
         | 
| 1489 1411 | 
             
            <td><p><span class="term"><em class="parameter"><code>quality</code></em> :</span></p></td>
         | 
| 1490 | 
            -
            <td>a <a class="link" href="GtkPrintSettings.html#GtkPrintQuality" title="enum GtkPrintQuality"><span class="type">GtkPrintQuality</span></a> value
         | 
| 1491 | 
            -
            </td>
         | 
| 1412 | 
            +
            <td>a <a class="link" href="GtkPrintSettings.html#GtkPrintQuality" title="enum GtkPrintQuality"><span class="type">GtkPrintQuality</span></a> value</td>
         | 
| 1492 1413 | 
             
            </tr>
         | 
| 1493 1414 | 
             
            </tbody>
         | 
| 1494 1415 | 
             
            </table></div>
         | 
| 1495 1416 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1496 1417 | 
             
            </div>
         | 
| 1497 1418 | 
             
            <hr>
         | 
| 1498 | 
            -
            <div class="refsect2" | 
| 1419 | 
            +
            <div class="refsect2">
         | 
| 1499 1420 | 
             
            <a name="GTK-PRINT-SETTINGS-N-COPIES:CAPS"></a><h3>GTK_PRINT_SETTINGS_N_COPIES</h3>
         | 
| 1500 1421 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_N_COPIES         "n-copies"
         | 
| 1501 1422 | 
             
            </pre>
         | 
| @@ -1503,7 +1424,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1503 1424 | 
             
            </p>
         | 
| 1504 1425 | 
             
            </div>
         | 
| 1505 1426 | 
             
            <hr>
         | 
| 1506 | 
            -
            <div class="refsect2" | 
| 1427 | 
            +
            <div class="refsect2">
         | 
| 1507 1428 | 
             
            <a name="gtk-print-settings-get-n-copies"></a><h3>gtk_print_settings_get_n_copies ()</h3>
         | 
| 1508 1429 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_print_settings_get_n_copies     (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 1509 1430 | 
             
            <p>
         | 
| @@ -1519,16 +1440,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1519 1440 | 
             
            </tr>
         | 
| 1520 1441 | 
             
            <tr>
         | 
| 1521 1442 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1522 | 
            -
            <td> | 
| 1523 | 
            -
             | 
| 1524 | 
            -
            </td>
         | 
| 1443 | 
            +
            <td>the number of copies to print</td>
         | 
| 1525 1444 | 
             
            </tr>
         | 
| 1526 1445 | 
             
            </tbody>
         | 
| 1527 1446 | 
             
            </table></div>
         | 
| 1528 1447 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1529 1448 | 
             
            </div>
         | 
| 1530 1449 | 
             
            <hr>
         | 
| 1531 | 
            -
            <div class="refsect2" | 
| 1450 | 
            +
            <div class="refsect2">
         | 
| 1532 1451 | 
             
            <a name="gtk-print-settings-set-n-copies"></a><h3>gtk_print_settings_set_n_copies ()</h3>
         | 
| 1533 1452 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_n_copies     (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 1534 1453 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num_copies</code></em>);</pre>
         | 
| @@ -1545,15 +1464,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1545 1464 | 
             
            </tr>
         | 
| 1546 1465 | 
             
            <tr>
         | 
| 1547 1466 | 
             
            <td><p><span class="term"><em class="parameter"><code>num_copies</code></em> :</span></p></td>
         | 
| 1548 | 
            -
            <td>the number of copies | 
| 1549 | 
            -
            </td>
         | 
| 1467 | 
            +
            <td>the number of copies</td>
         | 
| 1550 1468 | 
             
            </tr>
         | 
| 1551 1469 | 
             
            </tbody>
         | 
| 1552 1470 | 
             
            </table></div>
         | 
| 1553 1471 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1554 1472 | 
             
            </div>
         | 
| 1555 1473 | 
             
            <hr>
         | 
| 1556 | 
            -
            <div class="refsect2" | 
| 1474 | 
            +
            <div class="refsect2">
         | 
| 1557 1475 | 
             
            <a name="GTK-PRINT-SETTINGS-NUMBER-UP:CAPS"></a><h3>GTK_PRINT_SETTINGS_NUMBER_UP</h3>
         | 
| 1558 1476 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_NUMBER_UP        "number-up"
         | 
| 1559 1477 | 
             
            </pre>
         | 
| @@ -1561,7 +1479,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1561 1479 | 
             
            </p>
         | 
| 1562 1480 | 
             
            </div>
         | 
| 1563 1481 | 
             
            <hr>
         | 
| 1564 | 
            -
            <div class="refsect2" | 
| 1482 | 
            +
            <div class="refsect2">
         | 
| 1565 1483 | 
             
            <a name="gtk-print-settings-get-number-up"></a><h3>gtk_print_settings_get_number_up ()</h3>
         | 
| 1566 1484 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_print_settings_get_number_up    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 1567 1485 | 
             
            <p>
         | 
| @@ -1577,16 +1495,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1577 1495 | 
             
            </tr>
         | 
| 1578 1496 | 
             
            <tr>
         | 
| 1579 1497 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1580 | 
            -
            <td> | 
| 1581 | 
            -
             | 
| 1582 | 
            -
            </td>
         | 
| 1498 | 
            +
            <td>the number of pages per sheet</td>
         | 
| 1583 1499 | 
             
            </tr>
         | 
| 1584 1500 | 
             
            </tbody>
         | 
| 1585 1501 | 
             
            </table></div>
         | 
| 1586 1502 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1587 1503 | 
             
            </div>
         | 
| 1588 1504 | 
             
            <hr>
         | 
| 1589 | 
            -
            <div class="refsect2" | 
| 1505 | 
            +
            <div class="refsect2">
         | 
| 1590 1506 | 
             
            <a name="gtk-print-settings-set-number-up"></a><h3>gtk_print_settings_set_number_up ()</h3>
         | 
| 1591 1507 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_number_up    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 1592 1508 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> number_up</code></em>);</pre>
         | 
| @@ -1603,15 +1519,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1603 1519 | 
             
            </tr>
         | 
| 1604 1520 | 
             
            <tr>
         | 
| 1605 1521 | 
             
            <td><p><span class="term"><em class="parameter"><code>number_up</code></em> :</span></p></td>
         | 
| 1606 | 
            -
            <td>the number of pages per sheet | 
| 1607 | 
            -
            </td>
         | 
| 1522 | 
            +
            <td>the number of pages per sheet</td>
         | 
| 1608 1523 | 
             
            </tr>
         | 
| 1609 1524 | 
             
            </tbody>
         | 
| 1610 1525 | 
             
            </table></div>
         | 
| 1611 1526 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1612 1527 | 
             
            </div>
         | 
| 1613 1528 | 
             
            <hr>
         | 
| 1614 | 
            -
            <div class="refsect2" | 
| 1529 | 
            +
            <div class="refsect2">
         | 
| 1615 1530 | 
             
            <a name="GtkNumberUpLayout"></a><h3>enum GtkNumberUpLayout</h3>
         | 
| 1616 1531 | 
             
            <pre class="programlisting">typedef enum
         | 
| 1617 1532 | 
             
            {
         | 
| @@ -1684,7 +1599,7 @@ multiple pages per sheet. | |
| 1684 1599 | 
             
            </table></div>
         | 
| 1685 1600 | 
             
            </div>
         | 
| 1686 1601 | 
             
            <hr>
         | 
| 1687 | 
            -
            <div class="refsect2" | 
| 1602 | 
            +
            <div class="refsect2">
         | 
| 1688 1603 | 
             
            <a name="GTK-PRINT-SETTINGS-NUMBER-UP-LAYOUT:CAPS"></a><h3>GTK_PRINT_SETTINGS_NUMBER_UP_LAYOUT</h3>
         | 
| 1689 1604 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_NUMBER_UP_LAYOUT "number-up-layout"
         | 
| 1690 1605 | 
             
            </pre>
         | 
| @@ -1692,7 +1607,7 @@ multiple pages per sheet. | |
| 1692 1607 | 
             
            </p>
         | 
| 1693 1608 | 
             
            </div>
         | 
| 1694 1609 | 
             
            <hr>
         | 
| 1695 | 
            -
            <div class="refsect2" | 
| 1610 | 
            +
            <div class="refsect2">
         | 
| 1696 1611 | 
             
            <a name="gtk-print-settings-get-number-up-layout"></a><h3>gtk_print_settings_get_number_up_layout ()</h3>
         | 
| 1697 1612 | 
             
            <pre class="programlisting"><a class="link" href="GtkPrintSettings.html#GtkNumberUpLayout" title="enum GtkNumberUpLayout"><span class="returnvalue">GtkNumberUpLayout</span></a>   gtk_print_settings_get_number_up_layout
         | 
| 1698 1613 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| @@ -1709,16 +1624,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1709 1624 | 
             
            </tr>
         | 
| 1710 1625 | 
             
            <tr>
         | 
| 1711 1626 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1712 | 
            -
            <td> | 
| 1713 | 
            -
             | 
| 1714 | 
            -
            </td>
         | 
| 1627 | 
            +
            <td>layout of page in number-up mode</td>
         | 
| 1715 1628 | 
             
            </tr>
         | 
| 1716 1629 | 
             
            </tbody>
         | 
| 1717 1630 | 
             
            </table></div>
         | 
| 1718 1631 | 
             
            <p class="since">Since 2.14</p>
         | 
| 1719 1632 | 
             
            </div>
         | 
| 1720 1633 | 
             
            <hr>
         | 
| 1721 | 
            -
            <div class="refsect2" | 
| 1634 | 
            +
            <div class="refsect2">
         | 
| 1722 1635 | 
             
            <a name="gtk-print-settings-set-number-up-layout"></a><h3>gtk_print_settings_set_number_up_layout ()</h3>
         | 
| 1723 1636 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_number_up_layout
         | 
| 1724 1637 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| @@ -1736,15 +1649,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1736 1649 | 
             
            </tr>
         | 
| 1737 1650 | 
             
            <tr>
         | 
| 1738 1651 | 
             
            <td><p><span class="term"><em class="parameter"><code>number_up_layout</code></em> :</span></p></td>
         | 
| 1739 | 
            -
            <td>a <a class="link" href="GtkPrintSettings.html#GtkNumberUpLayout" title="enum GtkNumberUpLayout"><span class="type">GtkNumberUpLayout</span></a> value
         | 
| 1740 | 
            -
            </td>
         | 
| 1652 | 
            +
            <td>a <a class="link" href="GtkPrintSettings.html#GtkNumberUpLayout" title="enum GtkNumberUpLayout"><span class="type">GtkNumberUpLayout</span></a> value</td>
         | 
| 1741 1653 | 
             
            </tr>
         | 
| 1742 1654 | 
             
            </tbody>
         | 
| 1743 1655 | 
             
            </table></div>
         | 
| 1744 1656 | 
             
            <p class="since">Since 2.14</p>
         | 
| 1745 1657 | 
             
            </div>
         | 
| 1746 1658 | 
             
            <hr>
         | 
| 1747 | 
            -
            <div class="refsect2" | 
| 1659 | 
            +
            <div class="refsect2">
         | 
| 1748 1660 | 
             
            <a name="GTK-PRINT-SETTINGS-RESOLUTION:CAPS"></a><h3>GTK_PRINT_SETTINGS_RESOLUTION</h3>
         | 
| 1749 1661 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_RESOLUTION       "resolution"
         | 
| 1750 1662 | 
             
            </pre>
         | 
| @@ -1752,7 +1664,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1752 1664 | 
             
            </p>
         | 
| 1753 1665 | 
             
            </div>
         | 
| 1754 1666 | 
             
            <hr>
         | 
| 1755 | 
            -
            <div class="refsect2" | 
| 1667 | 
            +
            <div class="refsect2">
         | 
| 1756 1668 | 
             
            <a name="gtk-print-settings-get-resolution"></a><h3>gtk_print_settings_get_resolution ()</h3>
         | 
| 1757 1669 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_print_settings_get_resolution   (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 1758 1670 | 
             
            <p>
         | 
| @@ -1768,16 +1680,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1768 1680 | 
             
            </tr>
         | 
| 1769 1681 | 
             
            <tr>
         | 
| 1770 1682 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1771 | 
            -
            <td> | 
| 1772 | 
            -
             | 
| 1773 | 
            -
            </td>
         | 
| 1683 | 
            +
            <td>the resolution in dpi</td>
         | 
| 1774 1684 | 
             
            </tr>
         | 
| 1775 1685 | 
             
            </tbody>
         | 
| 1776 1686 | 
             
            </table></div>
         | 
| 1777 1687 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1778 1688 | 
             
            </div>
         | 
| 1779 1689 | 
             
            <hr>
         | 
| 1780 | 
            -
            <div class="refsect2" | 
| 1690 | 
            +
            <div class="refsect2">
         | 
| 1781 1691 | 
             
            <a name="gtk-print-settings-set-resolution"></a><h3>gtk_print_settings_set_resolution ()</h3>
         | 
| 1782 1692 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_resolution   (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 1783 1693 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> resolution</code></em>);</pre>
         | 
| @@ -1796,15 +1706,14 @@ Sets the values of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTING | |
| 1796 1706 | 
             
            </tr>
         | 
| 1797 1707 | 
             
            <tr>
         | 
| 1798 1708 | 
             
            <td><p><span class="term"><em class="parameter"><code>resolution</code></em> :</span></p></td>
         | 
| 1799 | 
            -
            <td>the resolution in dpi
         | 
| 1800 | 
            -
            </td>
         | 
| 1709 | 
            +
            <td>the resolution in dpi</td>
         | 
| 1801 1710 | 
             
            </tr>
         | 
| 1802 1711 | 
             
            </tbody>
         | 
| 1803 1712 | 
             
            </table></div>
         | 
| 1804 1713 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1805 1714 | 
             
            </div>
         | 
| 1806 1715 | 
             
            <hr>
         | 
| 1807 | 
            -
            <div class="refsect2" | 
| 1716 | 
            +
            <div class="refsect2">
         | 
| 1808 1717 | 
             
            <a name="gtk-print-settings-set-resolution-xy"></a><h3>gtk_print_settings_set_resolution_xy ()</h3>
         | 
| 1809 1718 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_resolution_xy
         | 
| 1810 1719 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| @@ -1825,20 +1734,18 @@ Sets the values of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTING | |
| 1825 1734 | 
             
            </tr>
         | 
| 1826 1735 | 
             
            <tr>
         | 
| 1827 1736 | 
             
            <td><p><span class="term"><em class="parameter"><code>resolution_x</code></em> :</span></p></td>
         | 
| 1828 | 
            -
            <td>the horizontal resolution in dpi
         | 
| 1829 | 
            -
            </td>
         | 
| 1737 | 
            +
            <td>the horizontal resolution in dpi</td>
         | 
| 1830 1738 | 
             
            </tr>
         | 
| 1831 1739 | 
             
            <tr>
         | 
| 1832 1740 | 
             
            <td><p><span class="term"><em class="parameter"><code>resolution_y</code></em> :</span></p></td>
         | 
| 1833 | 
            -
            <td>the vertical resolution in dpi
         | 
| 1834 | 
            -
            </td>
         | 
| 1741 | 
            +
            <td>the vertical resolution in dpi</td>
         | 
| 1835 1742 | 
             
            </tr>
         | 
| 1836 1743 | 
             
            </tbody>
         | 
| 1837 1744 | 
             
            </table></div>
         | 
| 1838 1745 | 
             
            <p class="since">Since 2.16</p>
         | 
| 1839 1746 | 
             
            </div>
         | 
| 1840 1747 | 
             
            <hr>
         | 
| 1841 | 
            -
            <div class="refsect2" | 
| 1748 | 
            +
            <div class="refsect2">
         | 
| 1842 1749 | 
             
            <a name="GTK-PRINT-SETTINGS-RESOLUTION-X:CAPS"></a><h3>GTK_PRINT_SETTINGS_RESOLUTION_X</h3>
         | 
| 1843 1750 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_RESOLUTION_X     "resolution-x"
         | 
| 1844 1751 | 
             
            </pre>
         | 
| @@ -1846,7 +1753,7 @@ Sets the values of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTING | |
| 1846 1753 | 
             
            </p>
         | 
| 1847 1754 | 
             
            </div>
         | 
| 1848 1755 | 
             
            <hr>
         | 
| 1849 | 
            -
            <div class="refsect2" | 
| 1756 | 
            +
            <div class="refsect2">
         | 
| 1850 1757 | 
             
            <a name="gtk-print-settings-get-resolution-x"></a><h3>gtk_print_settings_get_resolution_x ()</h3>
         | 
| 1851 1758 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_print_settings_get_resolution_x (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 1852 1759 | 
             
            <p>
         | 
| @@ -1862,16 +1769,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1862 1769 | 
             
            </tr>
         | 
| 1863 1770 | 
             
            <tr>
         | 
| 1864 1771 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1865 | 
            -
            <td> | 
| 1866 | 
            -
             | 
| 1867 | 
            -
            </td>
         | 
| 1772 | 
            +
            <td>the horizontal resolution in dpi</td>
         | 
| 1868 1773 | 
             
            </tr>
         | 
| 1869 1774 | 
             
            </tbody>
         | 
| 1870 1775 | 
             
            </table></div>
         | 
| 1871 1776 | 
             
            <p class="since">Since 2.16</p>
         | 
| 1872 1777 | 
             
            </div>
         | 
| 1873 1778 | 
             
            <hr>
         | 
| 1874 | 
            -
            <div class="refsect2" | 
| 1779 | 
            +
            <div class="refsect2">
         | 
| 1875 1780 | 
             
            <a name="GTK-PRINT-SETTINGS-RESOLUTION-Y:CAPS"></a><h3>GTK_PRINT_SETTINGS_RESOLUTION_Y</h3>
         | 
| 1876 1781 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_RESOLUTION_Y     "resolution-y"
         | 
| 1877 1782 | 
             
            </pre>
         | 
| @@ -1879,7 +1784,7 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1879 1784 | 
             
            </p>
         | 
| 1880 1785 | 
             
            </div>
         | 
| 1881 1786 | 
             
            <hr>
         | 
| 1882 | 
            -
            <div class="refsect2" | 
| 1787 | 
            +
            <div class="refsect2">
         | 
| 1883 1788 | 
             
            <a name="gtk-print-settings-get-resolution-y"></a><h3>gtk_print_settings_get_resolution_y ()</h3>
         | 
| 1884 1789 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gtk_print_settings_get_resolution_y (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 1885 1790 | 
             
            <p>
         | 
| @@ -1895,16 +1800,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1895 1800 | 
             
            </tr>
         | 
| 1896 1801 | 
             
            <tr>
         | 
| 1897 1802 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1898 | 
            -
            <td> | 
| 1899 | 
            -
             | 
| 1900 | 
            -
            </td>
         | 
| 1803 | 
            +
            <td>the vertical resolution in dpi</td>
         | 
| 1901 1804 | 
             
            </tr>
         | 
| 1902 1805 | 
             
            </tbody>
         | 
| 1903 1806 | 
             
            </table></div>
         | 
| 1904 1807 | 
             
            <p class="since">Since 2.16</p>
         | 
| 1905 1808 | 
             
            </div>
         | 
| 1906 1809 | 
             
            <hr>
         | 
| 1907 | 
            -
            <div class="refsect2" | 
| 1810 | 
            +
            <div class="refsect2">
         | 
| 1908 1811 | 
             
            <a name="GTK-PRINT-SETTINGS-PRINTER-LPI:CAPS"></a><h3>GTK_PRINT_SETTINGS_PRINTER_LPI</h3>
         | 
| 1909 1812 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_PRINTER_LPI      "printer-lpi"
         | 
| 1910 1813 | 
             
            </pre>
         | 
| @@ -1912,7 +1815,7 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1912 1815 | 
             
            </p>
         | 
| 1913 1816 | 
             
            </div>
         | 
| 1914 1817 | 
             
            <hr>
         | 
| 1915 | 
            -
            <div class="refsect2" | 
| 1818 | 
            +
            <div class="refsect2">
         | 
| 1916 1819 | 
             
            <a name="gtk-print-settings-get-printer-lpi"></a><h3>gtk_print_settings_get_printer_lpi ()</h3>
         | 
| 1917 1820 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_print_settings_get_printer_lpi  (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 1918 1821 | 
             
            <p>
         | 
| @@ -1928,16 +1831,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1928 1831 | 
             
            </tr>
         | 
| 1929 1832 | 
             
            <tr>
         | 
| 1930 1833 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1931 | 
            -
            <td> | 
| 1932 | 
            -
             | 
| 1933 | 
            -
            </td>
         | 
| 1834 | 
            +
            <td>the resolution in lpi (lines per inch)</td>
         | 
| 1934 1835 | 
             
            </tr>
         | 
| 1935 1836 | 
             
            </tbody>
         | 
| 1936 1837 | 
             
            </table></div>
         | 
| 1937 1838 | 
             
            <p class="since">Since 2.16</p>
         | 
| 1938 1839 | 
             
            </div>
         | 
| 1939 1840 | 
             
            <hr>
         | 
| 1940 | 
            -
            <div class="refsect2" | 
| 1841 | 
            +
            <div class="refsect2">
         | 
| 1941 1842 | 
             
            <a name="gtk-print-settings-set-printer-lpi"></a><h3>gtk_print_settings_set_printer_lpi ()</h3>
         | 
| 1942 1843 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_printer_lpi  (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 1943 1844 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> lpi</code></em>);</pre>
         | 
| @@ -1954,15 +1855,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1954 1855 | 
             
            </tr>
         | 
| 1955 1856 | 
             
            <tr>
         | 
| 1956 1857 | 
             
            <td><p><span class="term"><em class="parameter"><code>lpi</code></em> :</span></p></td>
         | 
| 1957 | 
            -
            <td>the resolution in lpi (lines per inch)
         | 
| 1958 | 
            -
            </td>
         | 
| 1858 | 
            +
            <td>the resolution in lpi (lines per inch)</td>
         | 
| 1959 1859 | 
             
            </tr>
         | 
| 1960 1860 | 
             
            </tbody>
         | 
| 1961 1861 | 
             
            </table></div>
         | 
| 1962 1862 | 
             
            <p class="since">Since 2.16</p>
         | 
| 1963 1863 | 
             
            </div>
         | 
| 1964 1864 | 
             
            <hr>
         | 
| 1965 | 
            -
            <div class="refsect2" | 
| 1865 | 
            +
            <div class="refsect2">
         | 
| 1966 1866 | 
             
            <a name="GTK-PRINT-SETTINGS-SCALE:CAPS"></a><h3>GTK_PRINT_SETTINGS_SCALE</h3>
         | 
| 1967 1867 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_SCALE            "scale"
         | 
| 1968 1868 | 
             
            </pre>
         | 
| @@ -1970,7 +1870,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1970 1870 | 
             
            </p>
         | 
| 1971 1871 | 
             
            </div>
         | 
| 1972 1872 | 
             
            <hr>
         | 
| 1973 | 
            -
            <div class="refsect2" | 
| 1873 | 
            +
            <div class="refsect2">
         | 
| 1974 1874 | 
             
            <a name="gtk-print-settings-get-scale"></a><h3>gtk_print_settings_get_scale ()</h3>
         | 
| 1975 1875 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_print_settings_get_scale        (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 1976 1876 | 
             
            <p>
         | 
| @@ -1986,16 +1886,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 1986 1886 | 
             
            </tr>
         | 
| 1987 1887 | 
             
            <tr>
         | 
| 1988 1888 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 1989 | 
            -
            <td> | 
| 1990 | 
            -
             | 
| 1991 | 
            -
            </td>
         | 
| 1889 | 
            +
            <td>the scale in percent</td>
         | 
| 1992 1890 | 
             
            </tr>
         | 
| 1993 1891 | 
             
            </tbody>
         | 
| 1994 1892 | 
             
            </table></div>
         | 
| 1995 1893 | 
             
            <p class="since">Since 2.10</p>
         | 
| 1996 1894 | 
             
            </div>
         | 
| 1997 1895 | 
             
            <hr>
         | 
| 1998 | 
            -
            <div class="refsect2" | 
| 1896 | 
            +
            <div class="refsect2">
         | 
| 1999 1897 | 
             
            <a name="gtk-print-settings-set-scale"></a><h3>gtk_print_settings_set_scale ()</h3>
         | 
| 2000 1898 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_scale        (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 2001 1899 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> scale</code></em>);</pre>
         | 
| @@ -2012,15 +1910,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2012 1910 | 
             
            </tr>
         | 
| 2013 1911 | 
             
            <tr>
         | 
| 2014 1912 | 
             
            <td><p><span class="term"><em class="parameter"><code>scale</code></em> :</span></p></td>
         | 
| 2015 | 
            -
            <td>the scale in percent
         | 
| 2016 | 
            -
            </td>
         | 
| 1913 | 
            +
            <td>the scale in percent</td>
         | 
| 2017 1914 | 
             
            </tr>
         | 
| 2018 1915 | 
             
            </tbody>
         | 
| 2019 1916 | 
             
            </table></div>
         | 
| 2020 1917 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2021 1918 | 
             
            </div>
         | 
| 2022 1919 | 
             
            <hr>
         | 
| 2023 | 
            -
            <div class="refsect2" | 
| 1920 | 
            +
            <div class="refsect2">
         | 
| 2024 1921 | 
             
            <a name="GtkPrintPages"></a><h3>enum GtkPrintPages</h3>
         | 
| 2025 1922 | 
             
            <pre class="programlisting">typedef enum
         | 
| 2026 1923 | 
             
            {
         | 
| @@ -2034,7 +1931,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2034 1931 | 
             
            </p>
         | 
| 2035 1932 | 
             
            </div>
         | 
| 2036 1933 | 
             
            <hr>
         | 
| 2037 | 
            -
            <div class="refsect2" | 
| 1934 | 
            +
            <div class="refsect2">
         | 
| 2038 1935 | 
             
            <a name="GTK-PRINT-SETTINGS-PRINT-PAGES:CAPS"></a><h3>GTK_PRINT_SETTINGS_PRINT_PAGES</h3>
         | 
| 2039 1936 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_PRINT_PAGES      "print-pages"
         | 
| 2040 1937 | 
             
            </pre>
         | 
| @@ -2042,7 +1939,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2042 1939 | 
             
            </p>
         | 
| 2043 1940 | 
             
            </div>
         | 
| 2044 1941 | 
             
            <hr>
         | 
| 2045 | 
            -
            <div class="refsect2" | 
| 1942 | 
            +
            <div class="refsect2">
         | 
| 2046 1943 | 
             
            <a name="gtk-print-settings-get-print-pages"></a><h3>gtk_print_settings_get_print_pages ()</h3>
         | 
| 2047 1944 | 
             
            <pre class="programlisting"><a class="link" href="GtkPrintSettings.html#GtkPrintPages" title="enum GtkPrintPages"><span class="returnvalue">GtkPrintPages</span></a>       gtk_print_settings_get_print_pages  (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 2048 1945 | 
             
            <p>
         | 
| @@ -2058,16 +1955,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2058 1955 | 
             
            </tr>
         | 
| 2059 1956 | 
             
            <tr>
         | 
| 2060 1957 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2061 | 
            -
            <td> | 
| 2062 | 
            -
             | 
| 2063 | 
            -
            </td>
         | 
| 1958 | 
            +
            <td>which pages to print</td>
         | 
| 2064 1959 | 
             
            </tr>
         | 
| 2065 1960 | 
             
            </tbody>
         | 
| 2066 1961 | 
             
            </table></div>
         | 
| 2067 1962 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2068 1963 | 
             
            </div>
         | 
| 2069 1964 | 
             
            <hr>
         | 
| 2070 | 
            -
            <div class="refsect2" | 
| 1965 | 
            +
            <div class="refsect2">
         | 
| 2071 1966 | 
             
            <a name="gtk-print-settings-set-print-pages"></a><h3>gtk_print_settings_set_print_pages ()</h3>
         | 
| 2072 1967 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_print_pages  (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 2073 1968 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkPrintSettings.html#GtkPrintPages" title="enum GtkPrintPages"><span class="type">GtkPrintPages</span></a> pages</code></em>);</pre>
         | 
| @@ -2084,26 +1979,25 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2084 1979 | 
             
            </tr>
         | 
| 2085 1980 | 
             
            <tr>
         | 
| 2086 1981 | 
             
            <td><p><span class="term"><em class="parameter"><code>pages</code></em> :</span></p></td>
         | 
| 2087 | 
            -
            <td>a <a class="link" href="GtkPrintSettings.html#GtkPrintPages" title="enum GtkPrintPages"><span class="type">GtkPrintPages</span></a> value
         | 
| 2088 | 
            -
            </td>
         | 
| 1982 | 
            +
            <td>a <a class="link" href="GtkPrintSettings.html#GtkPrintPages" title="enum GtkPrintPages"><span class="type">GtkPrintPages</span></a> value</td>
         | 
| 2089 1983 | 
             
            </tr>
         | 
| 2090 1984 | 
             
            </tbody>
         | 
| 2091 1985 | 
             
            </table></div>
         | 
| 2092 1986 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2093 1987 | 
             
            </div>
         | 
| 2094 1988 | 
             
            <hr>
         | 
| 2095 | 
            -
            <div class="refsect2" | 
| 2096 | 
            -
            <a name="GtkPageRange"></a><h3>GtkPageRange</h3>
         | 
| 2097 | 
            -
            <pre class="programlisting"> | 
| 1989 | 
            +
            <div class="refsect2">
         | 
| 1990 | 
            +
            <a name="GtkPageRange"></a><h3>struct GtkPageRange</h3>
         | 
| 1991 | 
            +
            <pre class="programlisting">struct GtkPageRange {
         | 
| 2098 1992 | 
             
              gint start;
         | 
| 2099 1993 | 
             
              gint end;
         | 
| 2100 | 
            -
            } | 
| 1994 | 
            +
            };
         | 
| 2101 1995 | 
             
            </pre>
         | 
| 2102 1996 | 
             
            <p>
         | 
| 2103 1997 | 
             
            </p>
         | 
| 2104 1998 | 
             
            </div>
         | 
| 2105 1999 | 
             
            <hr>
         | 
| 2106 | 
            -
            <div class="refsect2" | 
| 2000 | 
            +
            <div class="refsect2">
         | 
| 2107 2001 | 
             
            <a name="GTK-PRINT-SETTINGS-PAGE-RANGES:CAPS"></a><h3>GTK_PRINT_SETTINGS_PAGE_RANGES</h3>
         | 
| 2108 2002 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_PAGE_RANGES      "page-ranges"
         | 
| 2109 2003 | 
             
            </pre>
         | 
| @@ -2111,9 +2005,10 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2111 2005 | 
             
            </p>
         | 
| 2112 2006 | 
             
            </div>
         | 
| 2113 2007 | 
             
            <hr>
         | 
| 2114 | 
            -
            <div class="refsect2" | 
| 2008 | 
            +
            <div class="refsect2">
         | 
| 2115 2009 | 
             
            <a name="gtk-print-settings-get-page-ranges"></a><h3>gtk_print_settings_get_page_ranges ()</h3>
         | 
| 2116 | 
            -
            <pre class="programlisting"><a class="link" href="GtkPrintSettings.html#GtkPageRange" title="GtkPageRange"><span class="returnvalue">GtkPageRange</span></a> * | 
| 2010 | 
            +
            <pre class="programlisting"><a class="link" href="GtkPrintSettings.html#GtkPageRange" title="struct GtkPageRange"><span class="returnvalue">GtkPageRange</span></a> *         gtk_print_settings_get_page_ranges
         | 
| 2011 | 
            +
                                                                    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 2117 2012 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *num_ranges</code></em>);</pre>
         | 
| 2118 2013 | 
             
            <p>
         | 
| 2119 2014 | 
             
            Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PAGE-RANGES:CAPS" title="GTK_PRINT_SETTINGS_PAGE_RANGES"><code class="literal">GTK_PRINT_SETTINGS_PAGE_RANGES</code></a>.
         | 
| @@ -2128,14 +2023,12 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2128 2023 | 
             
            </tr>
         | 
| 2129 2024 | 
             
            <tr>
         | 
| 2130 2025 | 
             
            <td><p><span class="term"><em class="parameter"><code>num_ranges</code></em> :</span></p></td>
         | 
| 2131 | 
            -
            <td>return location for the length of the returned array
         | 
| 2132 | 
            -
            </td>
         | 
| 2026 | 
            +
            <td>return location for the length of the returned array</td>
         | 
| 2133 2027 | 
             
            </tr>
         | 
| 2134 2028 | 
             
            <tr>
         | 
| 2135 2029 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2136 | 
            -
            <td> | 
| 2137 | 
            -
             | 
| 2138 | 
            -
             | 
| 2030 | 
            +
            <td>an array of <a class="link" href="GtkPrintSettings.html#GtkPageRange" title="struct GtkPageRange"><span class="type">GtkPageRange</span></a>s.
         | 
| 2031 | 
            +
            Use <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> to free the array when it is no longer needed. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
         | 
| 2139 2032 | 
             
            </td>
         | 
| 2140 2033 | 
             
            </tr>
         | 
| 2141 2034 | 
             
            </tbody>
         | 
| @@ -2143,10 +2036,10 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2143 2036 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2144 2037 | 
             
            </div>
         | 
| 2145 2038 | 
             
            <hr>
         | 
| 2146 | 
            -
            <div class="refsect2" | 
| 2039 | 
            +
            <div class="refsect2">
         | 
| 2147 2040 | 
             
            <a name="gtk-print-settings-set-page-ranges"></a><h3>gtk_print_settings_set_page_ranges ()</h3>
         | 
| 2148 2041 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_page_ranges  (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 2149 | 
            -
                                                                     <em class="parameter"><code><a class="link" href="GtkPrintSettings.html#GtkPageRange" title="GtkPageRange"><span class="type">GtkPageRange</span></a> *page_ranges</code></em>,
         | 
| 2042 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPrintSettings.html#GtkPageRange" title="struct GtkPageRange"><span class="type">GtkPageRange</span></a> *page_ranges</code></em>,
         | 
| 2150 2043 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num_ranges</code></em>);</pre>
         | 
| 2151 2044 | 
             
            <p>
         | 
| 2152 2045 | 
             
            Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PAGE-RANGES:CAPS" title="GTK_PRINT_SETTINGS_PAGE_RANGES"><code class="literal">GTK_PRINT_SETTINGS_PAGE_RANGES</code></a>.
         | 
| @@ -2161,8 +2054,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2161 2054 | 
             
            </tr>
         | 
| 2162 2055 | 
             
            <tr>
         | 
| 2163 2056 | 
             
            <td><p><span class="term"><em class="parameter"><code>page_ranges</code></em> :</span></p></td>
         | 
| 2164 | 
            -
            <td>an array of <a class="link" href="GtkPrintSettings.html#GtkPageRange" title="GtkPageRange"><span class="type">GtkPageRange</span></a>s
         | 
| 2165 | 
            -
            </td>
         | 
| 2057 | 
            +
            <td>an array of <a class="link" href="GtkPrintSettings.html#GtkPageRange" title="struct GtkPageRange"><span class="type">GtkPageRange</span></a>s</td>
         | 
| 2166 2058 | 
             
            </tr>
         | 
| 2167 2059 | 
             
            <tr>
         | 
| 2168 2060 | 
             
            <td><p><span class="term"><em class="parameter"><code>num_ranges</code></em> :</span></p></td>
         | 
| @@ -2174,7 +2066,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2174 2066 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2175 2067 | 
             
            </div>
         | 
| 2176 2068 | 
             
            <hr>
         | 
| 2177 | 
            -
            <div class="refsect2" | 
| 2069 | 
            +
            <div class="refsect2">
         | 
| 2178 2070 | 
             
            <a name="GtkPageSet"></a><h3>enum GtkPageSet</h3>
         | 
| 2179 2071 | 
             
            <pre class="programlisting">typedef enum
         | 
| 2180 2072 | 
             
            {
         | 
| @@ -2187,7 +2079,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2187 2079 | 
             
            </p>
         | 
| 2188 2080 | 
             
            </div>
         | 
| 2189 2081 | 
             
            <hr>
         | 
| 2190 | 
            -
            <div class="refsect2" | 
| 2082 | 
            +
            <div class="refsect2">
         | 
| 2191 2083 | 
             
            <a name="GTK-PRINT-SETTINGS-PAGE-SET:CAPS"></a><h3>GTK_PRINT_SETTINGS_PAGE_SET</h3>
         | 
| 2192 2084 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_PAGE_SET         "page-set"
         | 
| 2193 2085 | 
             
            </pre>
         | 
| @@ -2195,7 +2087,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2195 2087 | 
             
            </p>
         | 
| 2196 2088 | 
             
            </div>
         | 
| 2197 2089 | 
             
            <hr>
         | 
| 2198 | 
            -
            <div class="refsect2" | 
| 2090 | 
            +
            <div class="refsect2">
         | 
| 2199 2091 | 
             
            <a name="gtk-print-settings-get-page-set"></a><h3>gtk_print_settings_get_page_set ()</h3>
         | 
| 2200 2092 | 
             
            <pre class="programlisting"><a class="link" href="GtkPrintSettings.html#GtkPageSet" title="enum GtkPageSet"><span class="returnvalue">GtkPageSet</span></a>          gtk_print_settings_get_page_set     (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 2201 2093 | 
             
            <p>
         | 
| @@ -2211,16 +2103,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2211 2103 | 
             
            </tr>
         | 
| 2212 2104 | 
             
            <tr>
         | 
| 2213 2105 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2214 | 
            -
            <td> | 
| 2215 | 
            -
             | 
| 2216 | 
            -
            </td>
         | 
| 2106 | 
            +
            <td>the set of pages to print</td>
         | 
| 2217 2107 | 
             
            </tr>
         | 
| 2218 2108 | 
             
            </tbody>
         | 
| 2219 2109 | 
             
            </table></div>
         | 
| 2220 2110 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2221 2111 | 
             
            </div>
         | 
| 2222 2112 | 
             
            <hr>
         | 
| 2223 | 
            -
            <div class="refsect2" | 
| 2113 | 
            +
            <div class="refsect2">
         | 
| 2224 2114 | 
             
            <a name="gtk-print-settings-set-page-set"></a><h3>gtk_print_settings_set_page_set ()</h3>
         | 
| 2225 2115 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_page_set     (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 2226 2116 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkPrintSettings.html#GtkPageSet" title="enum GtkPageSet"><span class="type">GtkPageSet</span></a> page_set</code></em>);</pre>
         | 
| @@ -2237,15 +2127,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2237 2127 | 
             
            </tr>
         | 
| 2238 2128 | 
             
            <tr>
         | 
| 2239 2129 | 
             
            <td><p><span class="term"><em class="parameter"><code>page_set</code></em> :</span></p></td>
         | 
| 2240 | 
            -
            <td>a <a class="link" href="GtkPrintSettings.html#GtkPageSet" title="enum GtkPageSet"><span class="type">GtkPageSet</span></a> value
         | 
| 2241 | 
            -
            </td>
         | 
| 2130 | 
            +
            <td>a <a class="link" href="GtkPrintSettings.html#GtkPageSet" title="enum GtkPageSet"><span class="type">GtkPageSet</span></a> value</td>
         | 
| 2242 2131 | 
             
            </tr>
         | 
| 2243 2132 | 
             
            </tbody>
         | 
| 2244 2133 | 
             
            </table></div>
         | 
| 2245 2134 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2246 2135 | 
             
            </div>
         | 
| 2247 2136 | 
             
            <hr>
         | 
| 2248 | 
            -
            <div class="refsect2" | 
| 2137 | 
            +
            <div class="refsect2">
         | 
| 2249 2138 | 
             
            <a name="GTK-PRINT-SETTINGS-DEFAULT-SOURCE:CAPS"></a><h3>GTK_PRINT_SETTINGS_DEFAULT_SOURCE</h3>
         | 
| 2250 2139 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_DEFAULT_SOURCE   "default-source"
         | 
| 2251 2140 | 
             
            </pre>
         | 
| @@ -2253,7 +2142,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2253 2142 | 
             
            </p>
         | 
| 2254 2143 | 
             
            </div>
         | 
| 2255 2144 | 
             
            <hr>
         | 
| 2256 | 
            -
            <div class="refsect2" | 
| 2145 | 
            +
            <div class="refsect2">
         | 
| 2257 2146 | 
             
            <a name="gtk-print-settings-get-default-source"></a><h3>gtk_print_settings_get_default_source ()</h3>
         | 
| 2258 2147 | 
             
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_print_settings_get_default_source
         | 
| 2259 2148 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| @@ -2270,16 +2159,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2270 2159 | 
             
            </tr>
         | 
| 2271 2160 | 
             
            <tr>
         | 
| 2272 2161 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2273 | 
            -
            <td> | 
| 2274 | 
            -
             | 
| 2275 | 
            -
            </td>
         | 
| 2162 | 
            +
            <td>the default source</td>
         | 
| 2276 2163 | 
             
            </tr>
         | 
| 2277 2164 | 
             
            </tbody>
         | 
| 2278 2165 | 
             
            </table></div>
         | 
| 2279 2166 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2280 2167 | 
             
            </div>
         | 
| 2281 2168 | 
             
            <hr>
         | 
| 2282 | 
            -
            <div class="refsect2" | 
| 2169 | 
            +
            <div class="refsect2">
         | 
| 2283 2170 | 
             
            <a name="gtk-print-settings-set-default-source"></a><h3>gtk_print_settings_set_default_source ()</h3>
         | 
| 2284 2171 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_default_source
         | 
| 2285 2172 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| @@ -2297,15 +2184,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2297 2184 | 
             
            </tr>
         | 
| 2298 2185 | 
             
            <tr>
         | 
| 2299 2186 | 
             
            <td><p><span class="term"><em class="parameter"><code>default_source</code></em> :</span></p></td>
         | 
| 2300 | 
            -
            <td>the default source
         | 
| 2301 | 
            -
            </td>
         | 
| 2187 | 
            +
            <td>the default source</td>
         | 
| 2302 2188 | 
             
            </tr>
         | 
| 2303 2189 | 
             
            </tbody>
         | 
| 2304 2190 | 
             
            </table></div>
         | 
| 2305 2191 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2306 2192 | 
             
            </div>
         | 
| 2307 2193 | 
             
            <hr>
         | 
| 2308 | 
            -
            <div class="refsect2" | 
| 2194 | 
            +
            <div class="refsect2">
         | 
| 2309 2195 | 
             
            <a name="GTK-PRINT-SETTINGS-MEDIA-TYPE:CAPS"></a><h3>GTK_PRINT_SETTINGS_MEDIA_TYPE</h3>
         | 
| 2310 2196 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_MEDIA_TYPE       "media-type"
         | 
| 2311 2197 | 
             
            </pre>
         | 
| @@ -2313,7 +2199,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2313 2199 | 
             
            </p>
         | 
| 2314 2200 | 
             
            </div>
         | 
| 2315 2201 | 
             
            <hr>
         | 
| 2316 | 
            -
            <div class="refsect2" | 
| 2202 | 
            +
            <div class="refsect2">
         | 
| 2317 2203 | 
             
            <a name="gtk-print-settings-get-media-type"></a><h3>gtk_print_settings_get_media_type ()</h3>
         | 
| 2318 2204 | 
             
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_print_settings_get_media_type   (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 2319 2205 | 
             
            <p>
         | 
| @@ -2333,16 +2219,14 @@ The set of media types is defined in PWG 5101.1-2002 PWG. | |
| 2333 2219 | 
             
            </tr>
         | 
| 2334 2220 | 
             
            <tr>
         | 
| 2335 2221 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2336 | 
            -
            <td> | 
| 2337 | 
            -
             | 
| 2338 | 
            -
            </td>
         | 
| 2222 | 
            +
            <td>the media type</td>
         | 
| 2339 2223 | 
             
            </tr>
         | 
| 2340 2224 | 
             
            </tbody>
         | 
| 2341 2225 | 
             
            </table></div>
         | 
| 2342 2226 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2343 2227 | 
             
            </div>
         | 
| 2344 2228 | 
             
            <hr>
         | 
| 2345 | 
            -
            <div class="refsect2" | 
| 2229 | 
            +
            <div class="refsect2">
         | 
| 2346 2230 | 
             
            <a name="gtk-print-settings-set-media-type"></a><h3>gtk_print_settings_set_media_type ()</h3>
         | 
| 2347 2231 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_media_type   (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 2348 2232 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *media_type</code></em>);</pre>
         | 
| @@ -2363,15 +2247,14 @@ The set of media types is defined in PWG 5101.1-2002 PWG. | |
| 2363 2247 | 
             
            </tr>
         | 
| 2364 2248 | 
             
            <tr>
         | 
| 2365 2249 | 
             
            <td><p><span class="term"><em class="parameter"><code>media_type</code></em> :</span></p></td>
         | 
| 2366 | 
            -
            <td>the media type
         | 
| 2367 | 
            -
            </td>
         | 
| 2250 | 
            +
            <td>the media type</td>
         | 
| 2368 2251 | 
             
            </tr>
         | 
| 2369 2252 | 
             
            </tbody>
         | 
| 2370 2253 | 
             
            </table></div>
         | 
| 2371 2254 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2372 2255 | 
             
            </div>
         | 
| 2373 2256 | 
             
            <hr>
         | 
| 2374 | 
            -
            <div class="refsect2" | 
| 2257 | 
            +
            <div class="refsect2">
         | 
| 2375 2258 | 
             
            <a name="GTK-PRINT-SETTINGS-DITHER:CAPS"></a><h3>GTK_PRINT_SETTINGS_DITHER</h3>
         | 
| 2376 2259 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_DITHER           "dither"
         | 
| 2377 2260 | 
             
            </pre>
         | 
| @@ -2379,7 +2262,7 @@ The set of media types is defined in PWG 5101.1-2002 PWG. | |
| 2379 2262 | 
             
            </p>
         | 
| 2380 2263 | 
             
            </div>
         | 
| 2381 2264 | 
             
            <hr>
         | 
| 2382 | 
            -
            <div class="refsect2" | 
| 2265 | 
            +
            <div class="refsect2">
         | 
| 2383 2266 | 
             
            <a name="gtk-print-settings-get-dither"></a><h3>gtk_print_settings_get_dither ()</h3>
         | 
| 2384 2267 | 
             
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_print_settings_get_dither       (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 2385 2268 | 
             
            <p>
         | 
| @@ -2395,16 +2278,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2395 2278 | 
             
            </tr>
         | 
| 2396 2279 | 
             
            <tr>
         | 
| 2397 2280 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2398 | 
            -
            <td> | 
| 2399 | 
            -
             | 
| 2400 | 
            -
            </td>
         | 
| 2281 | 
            +
            <td>the dithering that is used</td>
         | 
| 2401 2282 | 
             
            </tr>
         | 
| 2402 2283 | 
             
            </tbody>
         | 
| 2403 2284 | 
             
            </table></div>
         | 
| 2404 2285 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2405 2286 | 
             
            </div>
         | 
| 2406 2287 | 
             
            <hr>
         | 
| 2407 | 
            -
            <div class="refsect2" | 
| 2288 | 
            +
            <div class="refsect2">
         | 
| 2408 2289 | 
             
            <a name="gtk-print-settings-set-dither"></a><h3>gtk_print_settings_set_dither ()</h3>
         | 
| 2409 2290 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_dither       (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 2410 2291 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dither</code></em>);</pre>
         | 
| @@ -2421,15 +2302,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2421 2302 | 
             
            </tr>
         | 
| 2422 2303 | 
             
            <tr>
         | 
| 2423 2304 | 
             
            <td><p><span class="term"><em class="parameter"><code>dither</code></em> :</span></p></td>
         | 
| 2424 | 
            -
            <td>the dithering that is used
         | 
| 2425 | 
            -
            </td>
         | 
| 2305 | 
            +
            <td>the dithering that is used</td>
         | 
| 2426 2306 | 
             
            </tr>
         | 
| 2427 2307 | 
             
            </tbody>
         | 
| 2428 2308 | 
             
            </table></div>
         | 
| 2429 2309 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2430 2310 | 
             
            </div>
         | 
| 2431 2311 | 
             
            <hr>
         | 
| 2432 | 
            -
            <div class="refsect2" | 
| 2312 | 
            +
            <div class="refsect2">
         | 
| 2433 2313 | 
             
            <a name="GTK-PRINT-SETTINGS-FINISHINGS:CAPS"></a><h3>GTK_PRINT_SETTINGS_FINISHINGS</h3>
         | 
| 2434 2314 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_FINISHINGS       "finishings"
         | 
| 2435 2315 | 
             
            </pre>
         | 
| @@ -2437,7 +2317,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2437 2317 | 
             
            </p>
         | 
| 2438 2318 | 
             
            </div>
         | 
| 2439 2319 | 
             
            <hr>
         | 
| 2440 | 
            -
            <div class="refsect2" | 
| 2320 | 
            +
            <div class="refsect2">
         | 
| 2441 2321 | 
             
            <a name="gtk-print-settings-get-finishings"></a><h3>gtk_print_settings_get_finishings ()</h3>
         | 
| 2442 2322 | 
             
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_print_settings_get_finishings   (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 2443 2323 | 
             
            <p>
         | 
| @@ -2453,16 +2333,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2453 2333 | 
             
            </tr>
         | 
| 2454 2334 | 
             
            <tr>
         | 
| 2455 2335 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2456 | 
            -
            <td> | 
| 2457 | 
            -
             | 
| 2458 | 
            -
            </td>
         | 
| 2336 | 
            +
            <td>the finishings</td>
         | 
| 2459 2337 | 
             
            </tr>
         | 
| 2460 2338 | 
             
            </tbody>
         | 
| 2461 2339 | 
             
            </table></div>
         | 
| 2462 2340 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2463 2341 | 
             
            </div>
         | 
| 2464 2342 | 
             
            <hr>
         | 
| 2465 | 
            -
            <div class="refsect2" | 
| 2343 | 
            +
            <div class="refsect2">
         | 
| 2466 2344 | 
             
            <a name="gtk-print-settings-set-finishings"></a><h3>gtk_print_settings_set_finishings ()</h3>
         | 
| 2467 2345 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_finishings   (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 2468 2346 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *finishings</code></em>);</pre>
         | 
| @@ -2479,15 +2357,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2479 2357 | 
             
            </tr>
         | 
| 2480 2358 | 
             
            <tr>
         | 
| 2481 2359 | 
             
            <td><p><span class="term"><em class="parameter"><code>finishings</code></em> :</span></p></td>
         | 
| 2482 | 
            -
            <td>the finishings
         | 
| 2483 | 
            -
            </td>
         | 
| 2360 | 
            +
            <td>the finishings</td>
         | 
| 2484 2361 | 
             
            </tr>
         | 
| 2485 2362 | 
             
            </tbody>
         | 
| 2486 2363 | 
             
            </table></div>
         | 
| 2487 2364 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2488 2365 | 
             
            </div>
         | 
| 2489 2366 | 
             
            <hr>
         | 
| 2490 | 
            -
            <div class="refsect2" | 
| 2367 | 
            +
            <div class="refsect2">
         | 
| 2491 2368 | 
             
            <a name="GTK-PRINT-SETTINGS-OUTPUT-BIN:CAPS"></a><h3>GTK_PRINT_SETTINGS_OUTPUT_BIN</h3>
         | 
| 2492 2369 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_OUTPUT_BIN       "output-bin"
         | 
| 2493 2370 | 
             
            </pre>
         | 
| @@ -2495,7 +2372,7 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2495 2372 | 
             
            </p>
         | 
| 2496 2373 | 
             
            </div>
         | 
| 2497 2374 | 
             
            <hr>
         | 
| 2498 | 
            -
            <div class="refsect2" | 
| 2375 | 
            +
            <div class="refsect2">
         | 
| 2499 2376 | 
             
            <a name="gtk-print-settings-get-output-bin"></a><h3>gtk_print_settings_get_output_bin ()</h3>
         | 
| 2500 2377 | 
             
            <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gtk_print_settings_get_output_bin   (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>);</pre>
         | 
| 2501 2378 | 
             
            <p>
         | 
| @@ -2511,16 +2388,14 @@ Gets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2511 2388 | 
             
            </tr>
         | 
| 2512 2389 | 
             
            <tr>
         | 
| 2513 2390 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2514 | 
            -
            <td> | 
| 2515 | 
            -
             | 
| 2516 | 
            -
            </td>
         | 
| 2391 | 
            +
            <td>the output bin</td>
         | 
| 2517 2392 | 
             
            </tr>
         | 
| 2518 2393 | 
             
            </tbody>
         | 
| 2519 2394 | 
             
            </table></div>
         | 
| 2520 2395 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2521 2396 | 
             
            </div>
         | 
| 2522 2397 | 
             
            <hr>
         | 
| 2523 | 
            -
            <div class="refsect2" | 
| 2398 | 
            +
            <div class="refsect2">
         | 
| 2524 2399 | 
             
            <a name="gtk-print-settings-set-output-bin"></a><h3>gtk_print_settings_set_output_bin ()</h3>
         | 
| 2525 2400 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_set_output_bin   (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 2526 2401 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *output_bin</code></em>);</pre>
         | 
| @@ -2537,15 +2412,14 @@ Sets the value of <a class="link" href="GtkPrintSettings.html#GTK-PRINT-SETTINGS | |
| 2537 2412 | 
             
            </tr>
         | 
| 2538 2413 | 
             
            <tr>
         | 
| 2539 2414 | 
             
            <td><p><span class="term"><em class="parameter"><code>output_bin</code></em> :</span></p></td>
         | 
| 2540 | 
            -
            <td>the output bin
         | 
| 2541 | 
            -
            </td>
         | 
| 2415 | 
            +
            <td>the output bin</td>
         | 
| 2542 2416 | 
             
            </tr>
         | 
| 2543 2417 | 
             
            </tbody>
         | 
| 2544 2418 | 
             
            </table></div>
         | 
| 2545 2419 | 
             
            <p class="since">Since 2.10</p>
         | 
| 2546 2420 | 
             
            </div>
         | 
| 2547 2421 | 
             
            <hr>
         | 
| 2548 | 
            -
            <div class="refsect2" | 
| 2422 | 
            +
            <div class="refsect2">
         | 
| 2549 2423 | 
             
            <a name="GTK-PRINT-SETTINGS-OUTPUT-FILE-FORMAT:CAPS"></a><h3>GTK_PRINT_SETTINGS_OUTPUT_FILE_FORMAT</h3>
         | 
| 2550 2424 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_OUTPUT_FILE_FORMAT  "output-file-format"
         | 
| 2551 2425 | 
             
            </pre>
         | 
| @@ -2555,7 +2429,7 @@ of the output. The supported values are "PS" and "PDF". | |
| 2555 2429 | 
             
            </p>
         | 
| 2556 2430 | 
             
            </div>
         | 
| 2557 2431 | 
             
            <hr>
         | 
| 2558 | 
            -
            <div class="refsect2" | 
| 2432 | 
            +
            <div class="refsect2">
         | 
| 2559 2433 | 
             
            <a name="GTK-PRINT-SETTINGS-OUTPUT-URI:CAPS"></a><h3>GTK_PRINT_SETTINGS_OUTPUT_URI</h3>
         | 
| 2560 2434 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_OUTPUT_URI          "output-uri"
         | 
| 2561 2435 | 
             
            </pre>
         | 
| @@ -2566,7 +2440,7 @@ only "file://" URIs. | |
| 2566 2440 | 
             
            </p>
         | 
| 2567 2441 | 
             
            </div>
         | 
| 2568 2442 | 
             
            <hr>
         | 
| 2569 | 
            -
            <div class="refsect2" | 
| 2443 | 
            +
            <div class="refsect2">
         | 
| 2570 2444 | 
             
            <a name="GTK-PRINT-SETTINGS-WIN32-DRIVER-EXTRA:CAPS"></a><h3>GTK_PRINT_SETTINGS_WIN32_DRIVER_EXTRA</h3>
         | 
| 2571 2445 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_WIN32_DRIVER_EXTRA   "win32-driver-extra"
         | 
| 2572 2446 | 
             
            </pre>
         | 
| @@ -2574,7 +2448,7 @@ only "file://" URIs. | |
| 2574 2448 | 
             
            </p>
         | 
| 2575 2449 | 
             
            </div>
         | 
| 2576 2450 | 
             
            <hr>
         | 
| 2577 | 
            -
            <div class="refsect2" | 
| 2451 | 
            +
            <div class="refsect2">
         | 
| 2578 2452 | 
             
            <a name="GTK-PRINT-SETTINGS-WIN32-DRIVER-VERSION:CAPS"></a><h3>GTK_PRINT_SETTINGS_WIN32_DRIVER_VERSION</h3>
         | 
| 2579 2453 | 
             
            <pre class="programlisting">#define GTK_PRINT_SETTINGS_WIN32_DRIVER_VERSION "win32-driver-version"
         | 
| 2580 2454 | 
             
            </pre>
         | 
| @@ -2582,7 +2456,7 @@ only "file://" URIs. | |
| 2582 2456 | 
             
            </p>
         | 
| 2583 2457 | 
             
            </div>
         | 
| 2584 2458 | 
             
            <hr>
         | 
| 2585 | 
            -
            <div class="refsect2" | 
| 2459 | 
            +
            <div class="refsect2">
         | 
| 2586 2460 | 
             
            <a name="gtk-print-settings-new-from-file"></a><h3>gtk_print_settings_new_from_file ()</h3>
         | 
| 2587 2461 | 
             
            <pre class="programlisting"><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="returnvalue">GtkPrintSettings</span></a> *  gtk_print_settings_new_from_file    (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *file_name</code></em>,
         | 
| 2588 2462 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
         | 
| @@ -2597,18 +2471,16 @@ file could not be loaded then error is set to either a <a href="http://library.g | |
| 2597 2471 | 
             
            <tbody>
         | 
| 2598 2472 | 
             
            <tr>
         | 
| 2599 2473 | 
             
            <td><p><span class="term"><em class="parameter"><code>file_name</code></em> :</span></p></td>
         | 
| 2600 | 
            -
            <td>the filename to read the settings from
         | 
| 2601 | 
            -
            </td>
         | 
| 2474 | 
            +
            <td>the filename to read the settings from</td>
         | 
| 2602 2475 | 
             
            </tr>
         | 
| 2603 2476 | 
             
            <tr>
         | 
| 2604 2477 | 
             
            <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
         | 
| 2605 | 
            -
            <td> | 
| 2478 | 
            +
            <td>return location for errors, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2606 2479 | 
             
            </td>
         | 
| 2607 2480 | 
             
            </tr>
         | 
| 2608 2481 | 
             
            <tr>
         | 
| 2609 2482 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2610 | 
            -
            <td> | 
| 2611 | 
            -
             | 
| 2483 | 
            +
            <td>the restored <a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a>
         | 
| 2612 2484 | 
             
            </td>
         | 
| 2613 2485 | 
             
            </tr>
         | 
| 2614 2486 | 
             
            </tbody>
         | 
| @@ -2616,7 +2488,7 @@ file could not be loaded then error is set to either a <a href="http://library.g | |
| 2616 2488 | 
             
            <p class="since">Since 2.12</p>
         | 
| 2617 2489 | 
             
            </div>
         | 
| 2618 2490 | 
             
            <hr>
         | 
| 2619 | 
            -
            <div class="refsect2" | 
| 2491 | 
            +
            <div class="refsect2">
         | 
| 2620 2492 | 
             
            <a name="gtk-print-settings-new-from-key-file"></a><h3>gtk_print_settings_new_from_key_file ()</h3>
         | 
| 2621 2493 | 
             
            <pre class="programlisting"><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="returnvalue">GtkPrintSettings</span></a> *  gtk_print_settings_new_from_key_file
         | 
| 2622 2494 | 
             
                                                                    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
         | 
| @@ -2633,24 +2505,22 @@ a <a href="http://library.gnome.org/devel/glib/unstable/glib-File-Utilities.html | |
| 2633 2505 | 
             
            <tbody>
         | 
| 2634 2506 | 
             
            <tr>
         | 
| 2635 2507 | 
             
            <td><p><span class="term"><em class="parameter"><code>key_file</code></em> :</span></p></td>
         | 
| 2636 | 
            -
            <td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> to retrieve the settings from
         | 
| 2637 | 
            -
            </td>
         | 
| 2508 | 
            +
            <td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> to retrieve the settings from</td>
         | 
| 2638 2509 | 
             
            </tr>
         | 
| 2639 2510 | 
             
            <tr>
         | 
| 2640 2511 | 
             
            <td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
         | 
| 2641 | 
            -
            <td> | 
| 2642 | 
            -
             | 
| 2512 | 
            +
            <td>the name of the group to use, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use
         | 
| 2513 | 
            +
            the default "Print Settings". <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2643 2514 | 
             
            </td>
         | 
| 2644 2515 | 
             
            </tr>
         | 
| 2645 2516 | 
             
            <tr>
         | 
| 2646 2517 | 
             
            <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
         | 
| 2647 | 
            -
            <td> | 
| 2518 | 
            +
            <td>return location for errors, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2648 2519 | 
             
            </td>
         | 
| 2649 2520 | 
             
            </tr>
         | 
| 2650 2521 | 
             
            <tr>
         | 
| 2651 2522 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2652 | 
            -
            <td> | 
| 2653 | 
            -
             | 
| 2523 | 
            +
            <td>the restored <a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a>
         | 
| 2654 2524 | 
             
            </td>
         | 
| 2655 2525 | 
             
            </tr>
         | 
| 2656 2526 | 
             
            </tbody>
         | 
| @@ -2658,7 +2528,7 @@ a <a href="http://library.gnome.org/devel/glib/unstable/glib-File-Utilities.html | |
| 2658 2528 | 
             
            <p class="since">Since 2.12</p>
         | 
| 2659 2529 | 
             
            </div>
         | 
| 2660 2530 | 
             
            <hr>
         | 
| 2661 | 
            -
            <div class="refsect2" | 
| 2531 | 
            +
            <div class="refsect2">
         | 
| 2662 2532 | 
             
            <a name="gtk-print-settings-load-file"></a><h3>gtk_print_settings_load_file ()</h3>
         | 
| 2663 2533 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_print_settings_load_file        (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 2664 2534 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *file_name</code></em>,
         | 
| @@ -2678,26 +2548,24 @@ See <a class="link" href="GtkPrintSettings.html#gtk-print-settings-to-file" titl | |
| 2678 2548 | 
             
            </tr>
         | 
| 2679 2549 | 
             
            <tr>
         | 
| 2680 2550 | 
             
            <td><p><span class="term"><em class="parameter"><code>file_name</code></em> :</span></p></td>
         | 
| 2681 | 
            -
            <td>the filename to read the settings from
         | 
| 2682 | 
            -
            </td>
         | 
| 2551 | 
            +
            <td>the filename to read the settings from</td>
         | 
| 2683 2552 | 
             
            </tr>
         | 
| 2684 2553 | 
             
            <tr>
         | 
| 2685 2554 | 
             
            <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
         | 
| 2686 | 
            -
            <td> | 
| 2555 | 
            +
            <td>return location for errors, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2687 2556 | 
             
            </td>
         | 
| 2688 2557 | 
             
            </tr>
         | 
| 2689 2558 | 
             
            <tr>
         | 
| 2690 2559 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2691 | 
            -
            <td> | 
| 2692 | 
            -
             | 
| 2693 | 
            -
            </td>
         | 
| 2560 | 
            +
            <td>
         | 
| 2561 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</td>
         | 
| 2694 2562 | 
             
            </tr>
         | 
| 2695 2563 | 
             
            </tbody>
         | 
| 2696 2564 | 
             
            </table></div>
         | 
| 2697 2565 | 
             
            <p class="since">Since 2.14</p>
         | 
| 2698 2566 | 
             
            </div>
         | 
| 2699 2567 | 
             
            <hr>
         | 
| 2700 | 
            -
            <div class="refsect2" | 
| 2568 | 
            +
            <div class="refsect2">
         | 
| 2701 2569 | 
             
            <a name="gtk-print-settings-load-key-file"></a><h3>gtk_print_settings_load_key_file ()</h3>
         | 
| 2702 2570 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_print_settings_load_key_file    (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 2703 2571 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
         | 
| @@ -2718,32 +2586,30 @@ file could not be loaded then error is set to either a <a href="http://library.g | |
| 2718 2586 | 
             
            </tr>
         | 
| 2719 2587 | 
             
            <tr>
         | 
| 2720 2588 | 
             
            <td><p><span class="term"><em class="parameter"><code>key_file</code></em> :</span></p></td>
         | 
| 2721 | 
            -
            <td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> to retrieve the settings from
         | 
| 2722 | 
            -
            </td>
         | 
| 2589 | 
            +
            <td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> to retrieve the settings from</td>
         | 
| 2723 2590 | 
             
            </tr>
         | 
| 2724 2591 | 
             
            <tr>
         | 
| 2725 2592 | 
             
            <td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
         | 
| 2726 | 
            -
            <td> | 
| 2727 | 
            -
             | 
| 2593 | 
            +
            <td>the name of the group to use, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default
         | 
| 2594 | 
            +
            "Print Settings". <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2728 2595 | 
             
            </td>
         | 
| 2729 2596 | 
             
            </tr>
         | 
| 2730 2597 | 
             
            <tr>
         | 
| 2731 2598 | 
             
            <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
         | 
| 2732 | 
            -
            <td> | 
| 2599 | 
            +
            <td>return location for errors, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2733 2600 | 
             
            </td>
         | 
| 2734 2601 | 
             
            </tr>
         | 
| 2735 2602 | 
             
            <tr>
         | 
| 2736 2603 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2737 | 
            -
            <td> | 
| 2738 | 
            -
             | 
| 2739 | 
            -
            </td>
         | 
| 2604 | 
            +
            <td>
         | 
| 2605 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</td>
         | 
| 2740 2606 | 
             
            </tr>
         | 
| 2741 2607 | 
             
            </tbody>
         | 
| 2742 2608 | 
             
            </table></div>
         | 
| 2743 2609 | 
             
            <p class="since">Since 2.14</p>
         | 
| 2744 2610 | 
             
            </div>
         | 
| 2745 2611 | 
             
            <hr>
         | 
| 2746 | 
            -
            <div class="refsect2" | 
| 2612 | 
            +
            <div class="refsect2">
         | 
| 2747 2613 | 
             
            <a name="gtk-print-settings-to-file"></a><h3>gtk_print_settings_to_file ()</h3>
         | 
| 2748 2614 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_print_settings_to_file          (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 2749 2615 | 
             
                                                                     <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *file_name</code></em>,
         | 
| @@ -2763,26 +2629,24 @@ file could not be loaded then error is set to either a <a href="http://library.g | |
| 2763 2629 | 
             
            </tr>
         | 
| 2764 2630 | 
             
            <tr>
         | 
| 2765 2631 | 
             
            <td><p><span class="term"><em class="parameter"><code>file_name</code></em> :</span></p></td>
         | 
| 2766 | 
            -
            <td>the file to save to
         | 
| 2767 | 
            -
            </td>
         | 
| 2632 | 
            +
            <td>the file to save to</td>
         | 
| 2768 2633 | 
             
            </tr>
         | 
| 2769 2634 | 
             
            <tr>
         | 
| 2770 2635 | 
             
            <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
         | 
| 2771 | 
            -
            <td> | 
| 2636 | 
            +
            <td>return location for errors, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 2772 2637 | 
             
            </td>
         | 
| 2773 2638 | 
             
            </tr>
         | 
| 2774 2639 | 
             
            <tr>
         | 
| 2775 2640 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 2776 | 
            -
            <td> | 
| 2777 | 
            -
             | 
| 2778 | 
            -
            </td>
         | 
| 2641 | 
            +
            <td>
         | 
| 2642 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</td>
         | 
| 2779 2643 | 
             
            </tr>
         | 
| 2780 2644 | 
             
            </tbody>
         | 
| 2781 2645 | 
             
            </table></div>
         | 
| 2782 2646 | 
             
            <p class="since">Since 2.12</p>
         | 
| 2783 2647 | 
             
            </div>
         | 
| 2784 2648 | 
             
            <hr>
         | 
| 2785 | 
            -
            <div class="refsect2" | 
| 2649 | 
            +
            <div class="refsect2">
         | 
| 2786 2650 | 
             
            <a name="gtk-print-settings-to-key-file"></a><h3>gtk_print_settings_to_key_file ()</h3>
         | 
| 2787 2651 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_print_settings_to_key_file      (<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings</code></em>,
         | 
| 2788 2652 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
         | 
| @@ -2800,14 +2664,12 @@ This function adds the print settings from <em class="parameter"><code>settings< | |
| 2800 2664 | 
             
            </tr>
         | 
| 2801 2665 | 
             
            <tr>
         | 
| 2802 2666 | 
             
            <td><p><span class="term"><em class="parameter"><code>key_file</code></em> :</span></p></td>
         | 
| 2803 | 
            -
            <td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> to save the print settings to
         | 
| 2804 | 
            -
            </td>
         | 
| 2667 | 
            +
            <td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> to save the print settings to</td>
         | 
| 2805 2668 | 
             
            </tr>
         | 
| 2806 2669 | 
             
            <tr>
         | 
| 2807 2670 | 
             
            <td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
         | 
| 2808 | 
            -
            <td>the group to add the settings to in <em class="parameter"><code>key_file</code></em>, or | 
| 2809 | 
            -
             | 
| 2810 | 
            -
            </td>
         | 
| 2671 | 
            +
            <td>the group to add the settings to in <em class="parameter"><code>key_file</code></em>, or
         | 
| 2672 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default "Print Settings"</td>
         | 
| 2811 2673 | 
             
            </tr>
         | 
| 2812 2674 | 
             
            </tbody>
         | 
| 2813 2675 | 
             
            </table></div>
         | 
| @@ -2817,6 +2679,6 @@ This function adds the print settings from <em class="parameter"><code>settings< | |
| 2817 2679 | 
             
            </div>
         | 
| 2818 2680 | 
             
            <div class="footer">
         | 
| 2819 2681 | 
             
            <hr>
         | 
| 2820 | 
            -
                      Generated by GTK-Doc V1. | 
| 2682 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 2821 2683 | 
             
            </body>
         | 
| 2822 2684 | 
             
            </html>
         |