gtk2 1.0.0-x86-mingw32 → 1.0.1-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 +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- 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 +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- 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.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- 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 +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- 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 +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- 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 +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- 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 +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- 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 +1 -2
- 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 +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- 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 +11 -17
- 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-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 +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- 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 +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- 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 +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- 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 +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- 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 +10 -5
- 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 +31 -39
- 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 +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- 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 +5 -8
- 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 +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- 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 +1 -2
- 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/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/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.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="Actions.html" title="Action-based menus and toolbars">
|
9
9
|
<link rel="prev" href="GtkRadioAction.html" title="GtkRadioAction">
|
10
10
|
<link rel="next" href="GtkActivatable.html" title="GtkActivatable">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (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">
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a href="#GtkRecentAction.properties" class="shortcut">Properties</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry">
|
35
|
+
<div class="refentry" title="GtkRecentAction">
|
36
36
|
<a name="GtkRecentAction"></a><div class="titlepage"></div>
|
37
37
|
<div class="refnamediv"><table width="100%"><tr>
|
38
38
|
<td valign="top">
|
@@ -41,12 +41,12 @@
|
|
41
41
|
</td>
|
42
42
|
<td valign="top" align="right"></td>
|
43
43
|
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv">
|
44
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
45
45
|
<a name="GtkRecentAction.synopsis"></a><h2>Synopsis</h2>
|
46
46
|
<pre class="synopsis">
|
47
47
|
#include <gtk/gtk.h>
|
48
48
|
|
49
|
-
|
49
|
+
<a class="link" href="GtkRecentAction.html#GtkRecentAction-struct" title="GtkRecentAction">GtkRecentAction</a>;
|
50
50
|
<a class="link" href="GtkAction.html" title="GtkAction"><span class="returnvalue">GtkAction</span></a> * <a class="link" href="GtkRecentAction.html#gtk-recent-action-new" title="gtk_recent_action_new ()">gtk_recent_action_new</a> (<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> *name</code></em>,
|
51
51
|
<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> *label</code></em>,
|
52
52
|
<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> *tooltip</code></em>,
|
@@ -61,7 +61,7 @@ struct <a class="link" href="GtkRecentAction.html#GtkRecentAction-s
|
|
61
61
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_numbers</code></em>);
|
62
62
|
</pre>
|
63
63
|
</div>
|
64
|
-
<div class="refsect1">
|
64
|
+
<div class="refsect1" title="Object Hierarchy">
|
65
65
|
<a name="GtkRecentAction.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
66
66
|
<pre class="synopsis">
|
67
67
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -69,19 +69,19 @@ struct <a class="link" href="GtkRecentAction.html#GtkRecentAction-s
|
|
69
69
|
+----GtkRecentAction
|
70
70
|
</pre>
|
71
71
|
</div>
|
72
|
-
<div class="refsect1">
|
72
|
+
<div class="refsect1" title="Implemented Interfaces">
|
73
73
|
<a name="GtkRecentAction.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
74
74
|
<p>
|
75
75
|
GtkRecentAction implements
|
76
76
|
<a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser">GtkRecentChooser</a>.</p>
|
77
77
|
</div>
|
78
|
-
<div class="refsect1">
|
78
|
+
<div class="refsect1" title="Properties">
|
79
79
|
<a name="GtkRecentAction.properties"></a><h2>Properties</h2>
|
80
80
|
<pre class="synopsis">
|
81
81
|
"<a class="link" href="GtkRecentAction.html#GtkRecentAction--show-numbers" title='The "show-numbers" property'>show-numbers</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
82
82
|
</pre>
|
83
83
|
</div>
|
84
|
-
<div class="refsect1">
|
84
|
+
<div class="refsect1" title="Description">
|
85
85
|
<a name="GtkRecentAction.description"></a><h2>Description</h2>
|
86
86
|
<p>
|
87
87
|
A GtkRecentAction represents a list of recently used files, which
|
@@ -95,16 +95,16 @@ the recently used files in the popup menu, use a GtkRecentAction as the
|
|
95
95
|
action for a <toolitem> element.
|
96
96
|
</p>
|
97
97
|
</div>
|
98
|
-
<div class="refsect1">
|
98
|
+
<div class="refsect1" title="Details">
|
99
99
|
<a name="GtkRecentAction.details"></a><h2>Details</h2>
|
100
|
-
<div class="refsect2">
|
101
|
-
<a name="GtkRecentAction-struct"></a><h3>
|
102
|
-
<pre class="programlisting">struct GtkRecentAction;</pre>
|
100
|
+
<div class="refsect2" title="GtkRecentAction">
|
101
|
+
<a name="GtkRecentAction-struct"></a><h3>GtkRecentAction</h3>
|
102
|
+
<pre class="programlisting">typedef struct _GtkRecentAction GtkRecentAction;</pre>
|
103
103
|
<p>
|
104
104
|
</p>
|
105
105
|
</div>
|
106
106
|
<hr>
|
107
|
-
<div class="refsect2">
|
107
|
+
<div class="refsect2" title="gtk_recent_action_new ()">
|
108
108
|
<a name="gtk-recent-action-new"></a><h3>gtk_recent_action_new ()</h3>
|
109
109
|
<pre class="programlisting"><a class="link" href="GtkAction.html" title="GtkAction"><span class="returnvalue">GtkAction</span></a> * gtk_recent_action_new (<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> *name</code></em>,
|
110
110
|
<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> *label</code></em>,
|
@@ -120,34 +120,37 @@ call <a class="link" href="GtkActionGroup.html#gtk-action-group-add-action-with-
|
|
120
120
|
<tbody>
|
121
121
|
<tr>
|
122
122
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
123
|
-
<td>a unique name for the action
|
123
|
+
<td>a unique name for the action
|
124
|
+
</td>
|
124
125
|
</tr>
|
125
126
|
<tr>
|
126
127
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
127
|
-
<td>the label displayed in menu items and on buttons, 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>
|
128
|
+
<td> the label displayed in menu items and on buttons, 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>
|
128
129
|
</td>
|
129
130
|
</tr>
|
130
131
|
<tr>
|
131
132
|
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
|
132
|
-
<td>a tooltip for the action, 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>
|
133
|
+
<td> a tooltip for the action, 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>
|
133
134
|
</td>
|
134
135
|
</tr>
|
135
136
|
<tr>
|
136
137
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
137
138
|
<td>the stock icon to display in widgets representing the
|
138
|
-
action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
139
|
+
action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
139
140
|
</td>
|
140
141
|
</tr>
|
141
142
|
<tr>
|
142
143
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
143
|
-
<td>the newly created <a class="link" href="GtkRecentAction.html" title="GtkRecentAction"><span class="type">GtkRecentAction</span></a
|
144
|
+
<td> the newly created <a class="link" href="GtkRecentAction.html" title="GtkRecentAction"><span class="type">GtkRecentAction</span></a>.
|
145
|
+
|
146
|
+
</td>
|
144
147
|
</tr>
|
145
148
|
</tbody>
|
146
149
|
</table></div>
|
147
150
|
<p class="since">Since 2.12</p>
|
148
151
|
</div>
|
149
152
|
<hr>
|
150
|
-
<div class="refsect2">
|
153
|
+
<div class="refsect2" title="gtk_recent_action_new_for_manager ()">
|
151
154
|
<a name="gtk-recent-action-new-for-manager"></a><h3>gtk_recent_action_new_for_manager ()</h3>
|
152
155
|
<pre class="programlisting"><a class="link" href="GtkAction.html" title="GtkAction"><span class="returnvalue">GtkAction</span></a> * gtk_recent_action_new_for_manager (<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> *name</code></em>,
|
153
156
|
<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> *label</code></em>,
|
@@ -164,33 +167,35 @@ call <a class="link" href="GtkActionGroup.html#gtk-action-group-add-action-with-
|
|
164
167
|
<tbody>
|
165
168
|
<tr>
|
166
169
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
167
|
-
<td>a unique name for the action
|
170
|
+
<td>a unique name for the action
|
171
|
+
</td>
|
168
172
|
</tr>
|
169
173
|
<tr>
|
170
174
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
171
|
-
<td>the label displayed in menu items and on buttons, 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>
|
175
|
+
<td> the label displayed in menu items and on buttons, 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>
|
172
176
|
</td>
|
173
177
|
</tr>
|
174
178
|
<tr>
|
175
179
|
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
|
176
|
-
<td>a tooltip for the action, 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>
|
180
|
+
<td> a tooltip for the action, 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>
|
177
181
|
</td>
|
178
182
|
</tr>
|
179
183
|
<tr>
|
180
184
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
181
185
|
<td>the stock icon to display in widgets representing the
|
182
|
-
action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
186
|
+
action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
183
187
|
</td>
|
184
188
|
</tr>
|
185
189
|
<tr>
|
186
190
|
<td><p><span class="term"><em class="parameter"><code>manager</code></em> :</span></p></td>
|
187
|
-
<td>a <a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for using the default
|
188
|
-
<a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
191
|
+
<td> a <a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for using the default
|
192
|
+
<a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
189
193
|
</td>
|
190
194
|
</tr>
|
191
195
|
<tr>
|
192
196
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
193
|
-
<td>the newly created <a class="link" href="GtkRecentAction.html" title="GtkRecentAction"><span class="type">GtkRecentAction</span></a>
|
197
|
+
<td> the newly created <a class="link" href="GtkRecentAction.html" title="GtkRecentAction"><span class="type">GtkRecentAction</span></a>
|
198
|
+
|
194
199
|
</td>
|
195
200
|
</tr>
|
196
201
|
</tbody>
|
@@ -198,7 +203,7 @@ action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-M
|
|
198
203
|
<p class="since">Since 2.12</p>
|
199
204
|
</div>
|
200
205
|
<hr>
|
201
|
-
<div class="refsect2">
|
206
|
+
<div class="refsect2" title="gtk_recent_action_get_show_numbers ()">
|
202
207
|
<a name="gtk-recent-action-get-show-numbers"></a><h3>gtk_recent_action_get_show_numbers ()</h3>
|
203
208
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_action_get_show_numbers (<em class="parameter"><code><a class="link" href="GtkRecentAction.html" title="GtkRecentAction"><span class="type">GtkRecentAction</span></a> *action</code></em>);</pre>
|
204
209
|
<p>
|
@@ -214,15 +219,16 @@ Returns the value set by <a class="link" href="GtkRecentChooserMenu.html#gtk-rec
|
|
214
219
|
</tr>
|
215
220
|
<tr>
|
216
221
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
217
|
-
<td>
|
218
|
-
|
222
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if numbers should be shown.
|
223
|
+
|
224
|
+
</td>
|
219
225
|
</tr>
|
220
226
|
</tbody>
|
221
227
|
</table></div>
|
222
228
|
<p class="since">Since 2.12</p>
|
223
229
|
</div>
|
224
230
|
<hr>
|
225
|
-
<div class="refsect2">
|
231
|
+
<div class="refsect2" title="gtk_recent_action_set_show_numbers ()">
|
226
232
|
<a name="gtk-recent-action-set-show-numbers"></a><h3>gtk_recent_action_set_show_numbers ()</h3>
|
227
233
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_action_set_show_numbers (<em class="parameter"><code><a class="link" href="GtkRecentAction.html" title="GtkRecentAction"><span class="type">GtkRecentAction</span></a> *action</code></em>,
|
228
234
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_numbers</code></em>);</pre>
|
@@ -243,16 +249,17 @@ label. Only the first ten items get a number to avoid clashes.
|
|
243
249
|
<tr>
|
244
250
|
<td><p><span class="term"><em class="parameter"><code>show_numbers</code></em> :</span></p></td>
|
245
251
|
<td>
|
246
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the shown items should be numbered
|
252
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the shown items should be numbered
|
253
|
+
</td>
|
247
254
|
</tr>
|
248
255
|
</tbody>
|
249
256
|
</table></div>
|
250
257
|
<p class="since">Since 2.12</p>
|
251
258
|
</div>
|
252
259
|
</div>
|
253
|
-
<div class="refsect1">
|
260
|
+
<div class="refsect1" title="Property Details">
|
254
261
|
<a name="GtkRecentAction.property-details"></a><h2>Property Details</h2>
|
255
|
-
<div class="refsect2">
|
262
|
+
<div class="refsect2" title='The "show-numbers" property'>
|
256
263
|
<a name="GtkRecentAction--show-numbers"></a><h3>The <code class="literal">"show-numbers"</code> property</h3>
|
257
264
|
<pre class="programlisting"> "show-numbers" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
258
265
|
<p>Whether the items should be displayed with a number.</p>
|
@@ -262,6 +269,6 @@ label. Only the first ten items get a number to avoid clashes.
|
|
262
269
|
</div>
|
263
270
|
<div class="footer">
|
264
271
|
<hr>
|
265
|
-
Generated by GTK-Doc V1.
|
272
|
+
Generated by GTK-Doc V1.15</div>
|
266
273
|
</body>
|
267
274
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="RecentDocuments.html" title="Recently Used Documents">
|
9
9
|
<link rel="prev" href="GtkRecentManager.html" title="GtkRecentManager">
|
10
10
|
<link rel="next" href="GtkRecentChooserDialog.html" title="GtkRecentChooserDialog">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (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">
|
@@ -36,7 +36,7 @@
|
|
36
36
|
<a href="#GtkRecentChooser.signals" class="shortcut">Signals</a>
|
37
37
|
</td></tr>
|
38
38
|
</table>
|
39
|
-
<div class="refentry">
|
39
|
+
<div class="refentry" title="GtkRecentChooser">
|
40
40
|
<a name="GtkRecentChooser"></a><div class="titlepage"></div>
|
41
41
|
<div class="refnamediv"><table width="100%"><tr>
|
42
42
|
<td valign="top">
|
@@ -45,13 +45,13 @@
|
|
45
45
|
</td>
|
46
46
|
<td valign="top" align="right"></td>
|
47
47
|
</tr></table></div>
|
48
|
-
<div class="refsynopsisdiv">
|
48
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
49
49
|
<a name="GtkRecentChooser.synopsis"></a><h2>Synopsis</h2>
|
50
50
|
<pre class="synopsis">
|
51
51
|
#include <gtk/gtk.h>
|
52
52
|
|
53
53
|
<a class="link" href="GtkRecentChooser.html#GtkRecentChooser-struct" title="GtkRecentChooser">GtkRecentChooser</a>;
|
54
|
-
|
54
|
+
<a class="link" href="GtkRecentChooser.html#GtkRecentChooserIface" title="GtkRecentChooserIface">GtkRecentChooserIface</a>;
|
55
55
|
#define <a class="link" href="GtkRecentChooser.html#GTK-RECENT-CHOOSER-ERROR:CAPS" title="GTK_RECENT_CHOOSER_ERROR">GTK_RECENT_CHOOSER_ERROR</a>
|
56
56
|
enum <a class="link" href="GtkRecentChooser.html#GtkRecentChooserError" title="enum GtkRecentChooserError">GtkRecentChooserError</a>;
|
57
57
|
<span class="returnvalue">void</span> <a class="link" href="GtkRecentChooser.html#gtk-recent-chooser-set-show-private" title="gtk_recent_chooser_set_show_private ()">gtk_recent_chooser_set_show_private</a> (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
@@ -112,32 +112,32 @@ enum <a class="link" href="GtkRecentChooser.html#GtkRecentSortTyp
|
|
112
112
|
<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);
|
113
113
|
<span class="returnvalue">void</span> <a class="link" href="GtkRecentChooser.html#gtk-recent-chooser-remove-filter" title="gtk_recent_chooser_remove_filter ()">gtk_recent_chooser_remove_filter</a> (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
114
114
|
<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);
|
115
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
115
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="GtkRecentChooser.html#gtk-recent-chooser-list-filters" title="gtk_recent_chooser_list_filters ()">gtk_recent_chooser_list_filters</a> (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);
|
116
116
|
<span class="returnvalue">void</span> <a class="link" href="GtkRecentChooser.html#gtk-recent-chooser-set-filter" title="gtk_recent_chooser_set_filter ()">gtk_recent_chooser_set_filter</a> (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
117
117
|
<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);
|
118
118
|
<a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="returnvalue">GtkRecentFilter</span></a> * <a class="link" href="GtkRecentChooser.html#gtk-recent-chooser-get-filter" title="gtk_recent_chooser_get_filter ()">gtk_recent_chooser_get_filter</a> (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);
|
119
119
|
</pre>
|
120
120
|
</div>
|
121
|
-
<div class="refsect1">
|
121
|
+
<div class="refsect1" title="Object Hierarchy">
|
122
122
|
<a name="GtkRecentChooser.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
123
123
|
<pre class="synopsis">
|
124
124
|
GInterface
|
125
125
|
+----GtkRecentChooser
|
126
126
|
</pre>
|
127
127
|
</div>
|
128
|
-
<div class="refsect1">
|
128
|
+
<div class="refsect1" title="Prerequisites">
|
129
129
|
<a name="GtkRecentChooser.prerequisites"></a><h2>Prerequisites</h2>
|
130
130
|
<p>
|
131
131
|
GtkRecentChooser requires
|
132
132
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
|
133
133
|
</div>
|
134
|
-
<div class="refsect1">
|
134
|
+
<div class="refsect1" title="Known Implementations">
|
135
135
|
<a name="GtkRecentChooser.implementations"></a><h2>Known Implementations</h2>
|
136
136
|
<p>
|
137
137
|
GtkRecentChooser is implemented by
|
138
138
|
<a class="link" href="GtkRecentAction.html" title="GtkRecentAction">GtkRecentAction</a>, <a class="link" href="GtkRecentChooserDialog.html" title="GtkRecentChooserDialog">GtkRecentChooserDialog</a>, <a class="link" href="GtkRecentChooserMenu.html" title="GtkRecentChooserMenu">GtkRecentChooserMenu</a> and <a class="link" href="GtkRecentChooserWidget.html" title="GtkRecentChooserWidget">GtkRecentChooserWidget</a>.</p>
|
139
139
|
</div>
|
140
|
-
<div class="refsect1">
|
140
|
+
<div class="refsect1" title="Properties">
|
141
141
|
<a name="GtkRecentChooser.properties"></a><h2>Properties</h2>
|
142
142
|
<pre class="synopsis">
|
143
143
|
"<a class="link" href="GtkRecentChooser.html#GtkRecentChooser--filter" title='The "filter" property'>filter</a>" <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a>* : Read / Write
|
@@ -152,14 +152,14 @@ GtkRecentChooser is implemented by
|
|
152
152
|
"<a class="link" href="GtkRecentChooser.html#GtkRecentChooser--sort-type" title='The "sort-type" property'>sort-type</a>" <a class="link" href="GtkRecentChooser.html#GtkRecentSortType" title="enum GtkRecentSortType"><span class="type">GtkRecentSortType</span></a> : Read / Write
|
153
153
|
</pre>
|
154
154
|
</div>
|
155
|
-
<div class="refsect1">
|
155
|
+
<div class="refsect1" title="Signals">
|
156
156
|
<a name="GtkRecentChooser.signals"></a><h2>Signals</h2>
|
157
157
|
<pre class="synopsis">
|
158
|
-
"<a class="link" href="GtkRecentChooser.html#GtkRecentChooser-item-activated" title='The "item-activated" signal'>item-activated</a>" :
|
159
|
-
"<a class="link" href="GtkRecentChooser.html#GtkRecentChooser-selection-changed" title='The "selection-changed" signal'>selection-changed</a>" :
|
158
|
+
"<a class="link" href="GtkRecentChooser.html#GtkRecentChooser-item-activated" title='The "item-activated" signal'>item-activated</a>" : Run Last
|
159
|
+
"<a class="link" href="GtkRecentChooser.html#GtkRecentChooser-selection-changed" title='The "selection-changed" signal'>selection-changed</a>" : Run Last
|
160
160
|
</pre>
|
161
161
|
</div>
|
162
|
-
<div class="refsect1">
|
162
|
+
<div class="refsect1" title="Description">
|
163
163
|
<a name="GtkRecentChooser.description"></a><h2>Description</h2>
|
164
164
|
<p>
|
165
165
|
<a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> is an interface that can be implemented by widgets
|
@@ -171,18 +171,18 @@ that implement this interface are <a class="link" href="GtkRecentChooserWidget.h
|
|
171
171
|
Recently used files are supported since GTK+ 2.10.
|
172
172
|
</p>
|
173
173
|
</div>
|
174
|
-
<div class="refsect1">
|
174
|
+
<div class="refsect1" title="Details">
|
175
175
|
<a name="GtkRecentChooser.details"></a><h2>Details</h2>
|
176
|
-
<div class="refsect2">
|
176
|
+
<div class="refsect2" title="GtkRecentChooser">
|
177
177
|
<a name="GtkRecentChooser-struct"></a><h3>GtkRecentChooser</h3>
|
178
178
|
<pre class="programlisting">typedef struct _GtkRecentChooser GtkRecentChooser;</pre>
|
179
179
|
<p>
|
180
180
|
</p>
|
181
181
|
</div>
|
182
182
|
<hr>
|
183
|
-
<div class="refsect2">
|
184
|
-
<a name="GtkRecentChooserIface"></a><h3>
|
185
|
-
<pre class="programlisting">struct
|
183
|
+
<div class="refsect2" title="GtkRecentChooserIface">
|
184
|
+
<a name="GtkRecentChooserIface"></a><h3>GtkRecentChooserIface</h3>
|
185
|
+
<pre class="programlisting">typedef struct {
|
186
186
|
GTypeInterface base_iface;
|
187
187
|
|
188
188
|
/*
|
@@ -216,13 +216,13 @@ Recently used files are supported since GTK+ 2.10.
|
|
216
216
|
*/
|
217
217
|
void (* item_activated) (GtkRecentChooser *chooser);
|
218
218
|
void (* selection_changed) (GtkRecentChooser *chooser);
|
219
|
-
};
|
219
|
+
} GtkRecentChooserIface;
|
220
220
|
</pre>
|
221
221
|
<p>
|
222
222
|
</p>
|
223
223
|
</div>
|
224
224
|
<hr>
|
225
|
-
<div class="refsect2">
|
225
|
+
<div class="refsect2" title="GTK_RECENT_CHOOSER_ERROR">
|
226
226
|
<a name="GTK-RECENT-CHOOSER-ERROR:CAPS"></a><h3>GTK_RECENT_CHOOSER_ERROR</h3>
|
227
227
|
<pre class="programlisting">#define GTK_RECENT_CHOOSER_ERROR (gtk_recent_chooser_error_quark ())
|
228
228
|
</pre>
|
@@ -231,7 +231,7 @@ Used to get the <a href="http://library.gnome.org/devel/glib/unstable/glib-Error
|
|
231
231
|
</p>
|
232
232
|
</div>
|
233
233
|
<hr>
|
234
|
-
<div class="refsect2">
|
234
|
+
<div class="refsect2" title="enum GtkRecentChooserError">
|
235
235
|
<a name="GtkRecentChooserError"></a><h3>enum GtkRecentChooserError</h3>
|
236
236
|
<pre class="programlisting">typedef enum
|
237
237
|
{
|
@@ -260,7 +260,7 @@ These identify the various errors that can occur while calling
|
|
260
260
|
</table></div>
|
261
261
|
</div>
|
262
262
|
<hr>
|
263
|
-
<div class="refsect2">
|
263
|
+
<div class="refsect2" title="gtk_recent_chooser_set_show_private ()">
|
264
264
|
<a name="gtk-recent-chooser-set-show-private"></a><h3>gtk_recent_chooser_set_show_private ()</h3>
|
265
265
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_show_private (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
266
266
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_private</code></em>);</pre>
|
@@ -278,14 +278,15 @@ Whether to show recently used resources marked registered as private.
|
|
278
278
|
<tr>
|
279
279
|
<td><p><span class="term"><em class="parameter"><code>show_private</code></em> :</span></p></td>
|
280
280
|
<td>
|
281
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to show private items, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise
|
281
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to show private items, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise
|
282
|
+
</td>
|
282
283
|
</tr>
|
283
284
|
</tbody>
|
284
285
|
</table></div>
|
285
286
|
<p class="since">Since 2.10</p>
|
286
287
|
</div>
|
287
288
|
<hr>
|
288
|
-
<div class="refsect2">
|
289
|
+
<div class="refsect2" title="gtk_recent_chooser_get_show_private ()">
|
289
290
|
<a name="gtk-recent-chooser-get-show-private"></a><h3>gtk_recent_chooser_get_show_private ()</h3>
|
290
291
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_get_show_private (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
291
292
|
<p>
|
@@ -302,16 +303,17 @@ registered as private.
|
|
302
303
|
</tr>
|
303
304
|
<tr>
|
304
305
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
305
|
-
<td>
|
306
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
307
|
-
|
306
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the recent chooser should show private items,
|
307
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
308
|
+
|
309
|
+
</td>
|
308
310
|
</tr>
|
309
311
|
</tbody>
|
310
312
|
</table></div>
|
311
313
|
<p class="since">Since 2.10</p>
|
312
314
|
</div>
|
313
315
|
<hr>
|
314
|
-
<div class="refsect2">
|
316
|
+
<div class="refsect2" title="gtk_recent_chooser_set_show_not_found ()">
|
315
317
|
<a name="gtk-recent-chooser-set-show-not-found"></a><h3>gtk_recent_chooser_set_show_not_found ()</h3>
|
316
318
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_show_not_found
|
317
319
|
(<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
@@ -330,14 +332,15 @@ it didn't find. This only applies to local resources.
|
|
330
332
|
</tr>
|
331
333
|
<tr>
|
332
334
|
<td><p><span class="term"><em class="parameter"><code>show_not_found</code></em> :</span></p></td>
|
333
|
-
<td>whether to show the local items we didn't find
|
335
|
+
<td>whether to show the local items we didn't find
|
336
|
+
</td>
|
334
337
|
</tr>
|
335
338
|
</tbody>
|
336
339
|
</table></div>
|
337
340
|
<p class="since">Since 2.10</p>
|
338
341
|
</div>
|
339
342
|
<hr>
|
340
|
-
<div class="refsect2">
|
343
|
+
<div class="refsect2" title="gtk_recent_chooser_get_show_not_found ()">
|
341
344
|
<a name="gtk-recent-chooser-get-show-not-found"></a><h3>gtk_recent_chooser_get_show_not_found ()</h3>
|
342
345
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_get_show_not_found
|
343
346
|
(<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
@@ -355,16 +358,17 @@ were not found.
|
|
355
358
|
</tr>
|
356
359
|
<tr>
|
357
360
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
358
|
-
<td>
|
359
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
360
|
-
|
361
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the resources not found should be displayed, and
|
362
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otheriwse.
|
363
|
+
|
364
|
+
</td>
|
361
365
|
</tr>
|
362
366
|
</tbody>
|
363
367
|
</table></div>
|
364
368
|
<p class="since">Since 2.10</p>
|
365
369
|
</div>
|
366
370
|
<hr>
|
367
|
-
<div class="refsect2">
|
371
|
+
<div class="refsect2" title="gtk_recent_chooser_set_show_icons ()">
|
368
372
|
<a name="gtk-recent-chooser-set-show-icons"></a><h3>gtk_recent_chooser_set_show_icons ()</h3>
|
369
373
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_show_icons (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
370
374
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_icons</code></em>);</pre>
|
@@ -382,14 +386,15 @@ displaying it.
|
|
382
386
|
</tr>
|
383
387
|
<tr>
|
384
388
|
<td><p><span class="term"><em class="parameter"><code>show_icons</code></em> :</span></p></td>
|
385
|
-
<td>whether to show an icon near the resource
|
389
|
+
<td>whether to show an icon near the resource
|
390
|
+
</td>
|
386
391
|
</tr>
|
387
392
|
</tbody>
|
388
393
|
</table></div>
|
389
394
|
<p class="since">Since 2.10</p>
|
390
395
|
</div>
|
391
396
|
<hr>
|
392
|
-
<div class="refsect2">
|
397
|
+
<div class="refsect2" title="gtk_recent_chooser_get_show_icons ()">
|
393
398
|
<a name="gtk-recent-chooser-get-show-icons"></a><h3>gtk_recent_chooser_get_show_icons ()</h3>
|
394
399
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_get_show_icons (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
395
400
|
<p>
|
@@ -405,15 +410,16 @@ Retrieves whether <em class="parameter"><code>chooser</code></em> should show an
|
|
405
410
|
</tr>
|
406
411
|
<tr>
|
407
412
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
408
|
-
<td>
|
409
|
-
|
413
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the icons should be displayed, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
414
|
+
|
415
|
+
</td>
|
410
416
|
</tr>
|
411
417
|
</tbody>
|
412
418
|
</table></div>
|
413
419
|
<p class="since">Since 2.10</p>
|
414
420
|
</div>
|
415
421
|
<hr>
|
416
|
-
<div class="refsect2">
|
422
|
+
<div class="refsect2" title="gtk_recent_chooser_set_select_multiple ()">
|
417
423
|
<a name="gtk-recent-chooser-set-select-multiple"></a><h3>gtk_recent_chooser_set_select_multiple ()</h3>
|
418
424
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_select_multiple
|
419
425
|
(<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
@@ -432,14 +438,15 @@ Sets whether <em class="parameter"><code>chooser</code></em> can select multiple
|
|
432
438
|
<tr>
|
433
439
|
<td><p><span class="term"><em class="parameter"><code>select_multiple</code></em> :</span></p></td>
|
434
440
|
<td>
|
435
|
-
<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>chooser</code></em> can select more than one item
|
441
|
+
<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>chooser</code></em> can select more than one item
|
442
|
+
</td>
|
436
443
|
</tr>
|
437
444
|
</tbody>
|
438
445
|
</table></div>
|
439
446
|
<p class="since">Since 2.10</p>
|
440
447
|
</div>
|
441
448
|
<hr>
|
442
|
-
<div class="refsect2">
|
449
|
+
<div class="refsect2" title="gtk_recent_chooser_get_select_multiple ()">
|
443
450
|
<a name="gtk-recent-chooser-get-select-multiple"></a><h3>gtk_recent_chooser_get_select_multiple ()</h3>
|
444
451
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_get_select_multiple
|
445
452
|
(<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
@@ -456,15 +463,16 @@ Gets whether <em class="parameter"><code>chooser</code></em> can select multiple
|
|
456
463
|
</tr>
|
457
464
|
<tr>
|
458
465
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
459
|
-
<td>
|
460
|
-
|
466
|
+
<td> <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>chooser</code></em> can select more than one item.
|
467
|
+
|
468
|
+
</td>
|
461
469
|
</tr>
|
462
470
|
</tbody>
|
463
471
|
</table></div>
|
464
472
|
<p class="since">Since 2.10</p>
|
465
473
|
</div>
|
466
474
|
<hr>
|
467
|
-
<div class="refsect2">
|
475
|
+
<div class="refsect2" title="gtk_recent_chooser_set_local_only ()">
|
468
476
|
<a name="gtk-recent-chooser-set-local-only"></a><h3>gtk_recent_chooser_set_local_only ()</h3>
|
469
477
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_local_only (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
470
478
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> local_only</code></em>);</pre>
|
@@ -485,14 +493,15 @@ to be accessible through the operating system native file system.
|
|
485
493
|
<tr>
|
486
494
|
<td><p><span class="term"><em class="parameter"><code>local_only</code></em> :</span></p></td>
|
487
495
|
<td>
|
488
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if only local files can be shown
|
496
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if only local files can be shown
|
497
|
+
</td>
|
489
498
|
</tr>
|
490
499
|
</tbody>
|
491
500
|
</table></div>
|
492
501
|
<p class="since">Since 2.10</p>
|
493
502
|
</div>
|
494
503
|
<hr>
|
495
|
-
<div class="refsect2">
|
504
|
+
<div class="refsect2" title="gtk_recent_chooser_get_local_only ()">
|
496
505
|
<a name="gtk-recent-chooser-get-local-only"></a><h3>gtk_recent_chooser_get_local_only ()</h3>
|
497
506
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_get_local_only (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
498
507
|
<p>
|
@@ -509,15 +518,16 @@ resources selector. See <a class="link" href="GtkRecentChooser.html#gtk-recent-
|
|
509
518
|
</tr>
|
510
519
|
<tr>
|
511
520
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
512
|
-
<td>
|
513
|
-
|
521
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if only local resources should be shown.
|
522
|
+
|
523
|
+
</td>
|
514
524
|
</tr>
|
515
525
|
</tbody>
|
516
526
|
</table></div>
|
517
527
|
<p class="since">Since 2.10</p>
|
518
528
|
</div>
|
519
529
|
<hr>
|
520
|
-
<div class="refsect2">
|
530
|
+
<div class="refsect2" title="gtk_recent_chooser_set_limit ()">
|
521
531
|
<a name="gtk-recent-chooser-set-limit"></a><h3>gtk_recent_chooser_set_limit ()</h3>
|
522
532
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_limit (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
523
533
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> limit</code></em>);</pre>
|
@@ -535,14 +545,15 @@ Sets the number of items that should be returned by
|
|
535
545
|
</tr>
|
536
546
|
<tr>
|
537
547
|
<td><p><span class="term"><em class="parameter"><code>limit</code></em> :</span></p></td>
|
538
|
-
<td>a positive integer, or -1 for all items
|
548
|
+
<td>a positive integer, or -1 for all items
|
549
|
+
</td>
|
539
550
|
</tr>
|
540
551
|
</tbody>
|
541
552
|
</table></div>
|
542
553
|
<p class="since">Since 2.10</p>
|
543
554
|
</div>
|
544
555
|
<hr>
|
545
|
-
<div class="refsect2">
|
556
|
+
<div class="refsect2" title="gtk_recent_chooser_get_limit ()">
|
546
557
|
<a name="gtk-recent-chooser-get-limit"></a><h3>gtk_recent_chooser_get_limit ()</h3>
|
547
558
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_recent_chooser_get_limit (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
548
559
|
<p>
|
@@ -559,15 +570,17 @@ and <a class="link" href="GtkRecentChooser.html#gtk-recent-chooser-get-uris" tit
|
|
559
570
|
</tr>
|
560
571
|
<tr>
|
561
572
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
562
|
-
<td>A positive integer, or -1 meaning that all items are
|
563
|
-
returned
|
573
|
+
<td> A positive integer, or -1 meaning that all items are
|
574
|
+
returned.
|
575
|
+
|
576
|
+
</td>
|
564
577
|
</tr>
|
565
578
|
</tbody>
|
566
579
|
</table></div>
|
567
580
|
<p class="since">Since 2.10</p>
|
568
581
|
</div>
|
569
582
|
<hr>
|
570
|
-
<div class="refsect2">
|
583
|
+
<div class="refsect2" title="gtk_recent_chooser_set_show_tips ()">
|
571
584
|
<a name="gtk-recent-chooser-set-show-tips"></a><h3>gtk_recent_chooser_set_show_tips ()</h3>
|
572
585
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_show_tips (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
573
586
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_tips</code></em>);</pre>
|
@@ -586,14 +599,15 @@ recently used resource in a <a class="link" href="GtkRecentChooser.html" title="
|
|
586
599
|
<tr>
|
587
600
|
<td><p><span class="term"><em class="parameter"><code>show_tips</code></em> :</span></p></td>
|
588
601
|
<td>
|
589
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if tooltips should be shown
|
602
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if tooltips should be shown
|
603
|
+
</td>
|
590
604
|
</tr>
|
591
605
|
</tbody>
|
592
606
|
</table></div>
|
593
607
|
<p class="since">Since 2.10</p>
|
594
608
|
</div>
|
595
609
|
<hr>
|
596
|
-
<div class="refsect2">
|
610
|
+
<div class="refsect2" title="gtk_recent_chooser_get_show_tips ()">
|
597
611
|
<a name="gtk-recent-chooser-get-show-tips"></a><h3>gtk_recent_chooser_get_show_tips ()</h3>
|
598
612
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_get_show_tips (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
599
613
|
<p>
|
@@ -610,20 +624,21 @@ of a recently user resource.
|
|
610
624
|
</tr>
|
611
625
|
<tr>
|
612
626
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
613
|
-
<td>
|
614
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
615
|
-
|
627
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the recent chooser should show tooltips,
|
628
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
629
|
+
|
630
|
+
</td>
|
616
631
|
</tr>
|
617
632
|
</tbody>
|
618
633
|
</table></div>
|
619
634
|
<p class="since">Since 2.10</p>
|
620
635
|
</div>
|
621
636
|
<hr>
|
622
|
-
<div class="refsect2">
|
637
|
+
<div class="refsect2" title="gtk_recent_chooser_set_show_numbers ()">
|
623
638
|
<a name="gtk-recent-chooser-set-show-numbers"></a><h3>gtk_recent_chooser_set_show_numbers ()</h3>
|
624
639
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_show_numbers (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
625
640
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_numbers</code></em>);</pre>
|
626
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
641
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
627
642
|
<h3 class="title">Warning</h3>
|
628
643
|
<p><code class="literal">gtk_recent_chooser_set_show_numbers</code> has been deprecated since version 2.12 and should not be used in newly-written code. Use <a class="link" href="GtkRecentChooserMenu.html#gtk-recent-chooser-menu-set-show-numbers" title="gtk_recent_chooser_menu_set_show_numbers ()"><code class="function">gtk_recent_chooser_menu_set_show_numbers()</code></a> instead.</p>
|
629
644
|
</div>
|
@@ -641,17 +656,18 @@ Whether to show recently used resources prepended by a unique number.
|
|
641
656
|
<tr>
|
642
657
|
<td><p><span class="term"><em class="parameter"><code>show_numbers</code></em> :</span></p></td>
|
643
658
|
<td>
|
644
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to show numbers, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise
|
659
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to show numbers, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise
|
660
|
+
</td>
|
645
661
|
</tr>
|
646
662
|
</tbody>
|
647
663
|
</table></div>
|
648
664
|
<p class="since">Since 2.10</p>
|
649
665
|
</div>
|
650
666
|
<hr>
|
651
|
-
<div class="refsect2">
|
667
|
+
<div class="refsect2" title="gtk_recent_chooser_get_show_numbers ()">
|
652
668
|
<a name="gtk-recent-chooser-get-show-numbers"></a><h3>gtk_recent_chooser_get_show_numbers ()</h3>
|
653
669
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_get_show_numbers (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
654
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
670
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
655
671
|
<h3 class="title">Warning</h3>
|
656
672
|
<p><code class="literal">gtk_recent_chooser_get_show_numbers</code> has been deprecated since version 2.12 and should not be used in newly-written code. use <a class="link" href="GtkRecentChooserMenu.html#gtk-recent-chooser-menu-get-show-numbers" title="gtk_recent_chooser_menu_get_show_numbers ()"><code class="function">gtk_recent_chooser_menu_get_show_numbers()</code></a> instead.</p>
|
657
673
|
</div>
|
@@ -669,16 +685,17 @@ prepended by a unique number.
|
|
669
685
|
</tr>
|
670
686
|
<tr>
|
671
687
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
672
|
-
<td>
|
673
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#
|
674
|
-
|
688
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the recent chooser should show display numbers,
|
689
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
|
690
|
+
|
691
|
+
</td>
|
675
692
|
</tr>
|
676
693
|
</tbody>
|
677
694
|
</table></div>
|
678
695
|
<p class="since">Since 2.10</p>
|
679
696
|
</div>
|
680
697
|
<hr>
|
681
|
-
<div class="refsect2">
|
698
|
+
<div class="refsect2" title="enum GtkRecentSortType">
|
682
699
|
<a name="GtkRecentSortType"></a><h3>enum GtkRecentSortType</h3>
|
683
700
|
<pre class="programlisting">typedef enum
|
684
701
|
{
|
@@ -723,7 +740,7 @@ used resource list.
|
|
723
740
|
</table></div>
|
724
741
|
</div>
|
725
742
|
<hr>
|
726
|
-
<div class="refsect2">
|
743
|
+
<div class="refsect2" title="gtk_recent_chooser_set_sort_type ()">
|
727
744
|
<a name="gtk-recent-chooser-set-sort-type"></a><h3>gtk_recent_chooser_set_sort_type ()</h3>
|
728
745
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_sort_type (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
729
746
|
<em class="parameter"><code><a class="link" href="GtkRecentChooser.html#GtkRecentSortType" title="enum GtkRecentSortType"><span class="type">GtkRecentSortType</span></a> sort_type</code></em>);</pre>
|
@@ -741,14 +758,15 @@ Changes the sorting order of the recently used resources list displayed by
|
|
741
758
|
</tr>
|
742
759
|
<tr>
|
743
760
|
<td><p><span class="term"><em class="parameter"><code>sort_type</code></em> :</span></p></td>
|
744
|
-
<td>sort order that the chooser should use
|
761
|
+
<td>sort order that the chooser should use
|
762
|
+
</td>
|
745
763
|
</tr>
|
746
764
|
</tbody>
|
747
765
|
</table></div>
|
748
766
|
<p class="since">Since 2.10</p>
|
749
767
|
</div>
|
750
768
|
<hr>
|
751
|
-
<div class="refsect2">
|
769
|
+
<div class="refsect2" title="gtk_recent_chooser_get_sort_type ()">
|
752
770
|
<a name="gtk-recent-chooser-get-sort-type"></a><h3>gtk_recent_chooser_get_sort_type ()</h3>
|
753
771
|
<pre class="programlisting"><a class="link" href="GtkRecentChooser.html#GtkRecentSortType" title="enum GtkRecentSortType"><span class="returnvalue">GtkRecentSortType</span></a> gtk_recent_chooser_get_sort_type (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
754
772
|
<p>
|
@@ -764,23 +782,50 @@ Gets the value set by <a class="link" href="GtkRecentChooser.html#gtk-recent-cho
|
|
764
782
|
</tr>
|
765
783
|
<tr>
|
766
784
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
767
|
-
<td>the sorting order of the <em class="parameter"><code>chooser</code></em
|
785
|
+
<td> the sorting order of the <em class="parameter"><code>chooser</code></em>.
|
786
|
+
|
787
|
+
</td>
|
768
788
|
</tr>
|
769
789
|
</tbody>
|
770
790
|
</table></div>
|
771
791
|
<p class="since">Since 2.10</p>
|
772
792
|
</div>
|
773
793
|
<hr>
|
774
|
-
<div class="refsect2">
|
794
|
+
<div class="refsect2" title="GtkRecentSortFunc ()">
|
775
795
|
<a name="GtkRecentSortFunc"></a><h3>GtkRecentSortFunc ()</h3>
|
776
796
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> (*GtkRecentSortFunc) (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *a</code></em>,
|
777
797
|
<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *b</code></em>,
|
778
798
|
<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>
|
779
799
|
<p>
|
780
800
|
</p>
|
801
|
+
<div class="variablelist"><table border="0">
|
802
|
+
<col align="left" valign="top">
|
803
|
+
<tbody>
|
804
|
+
<tr>
|
805
|
+
<td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
|
806
|
+
<td>
|
807
|
+
</td>
|
808
|
+
</tr>
|
809
|
+
<tr>
|
810
|
+
<td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
|
811
|
+
<td>
|
812
|
+
</td>
|
813
|
+
</tr>
|
814
|
+
<tr>
|
815
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
816
|
+
<td>
|
817
|
+
</td>
|
818
|
+
</tr>
|
819
|
+
<tr>
|
820
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
821
|
+
<td>
|
822
|
+
</td>
|
823
|
+
</tr>
|
824
|
+
</tbody>
|
825
|
+
</table></div>
|
781
826
|
</div>
|
782
827
|
<hr>
|
783
|
-
<div class="refsect2">
|
828
|
+
<div class="refsect2" title="gtk_recent_chooser_set_sort_func ()">
|
784
829
|
<a name="gtk-recent-chooser-set-sort-func"></a><h3>gtk_recent_chooser_set_sort_func ()</h3>
|
785
830
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_sort_func (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
786
831
|
<em class="parameter"><code><a class="link" href="GtkRecentChooser.html#GtkRecentSortFunc" title="GtkRecentSortFunc ()"><span class="type">GtkRecentSortFunc</span></a> sort_func</code></em>,
|
@@ -807,16 +852,17 @@ a negative integer if the first item comes after the second.
|
|
807
852
|
</tr>
|
808
853
|
<tr>
|
809
854
|
<td><p><span class="term"><em class="parameter"><code>sort_func</code></em> :</span></p></td>
|
810
|
-
<td>the comparison function
|
855
|
+
<td>the comparison function
|
856
|
+
</td>
|
811
857
|
</tr>
|
812
858
|
<tr>
|
813
859
|
<td><p><span class="term"><em class="parameter"><code>sort_data</code></em> :</span></p></td>
|
814
|
-
<td>user data to pass to <em class="parameter"><code>sort_func</code></em>, 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>
|
860
|
+
<td> user data to pass to <em class="parameter"><code>sort_func</code></em>, 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>
|
815
861
|
</td>
|
816
862
|
</tr>
|
817
863
|
<tr>
|
818
864
|
<td><p><span class="term"><em class="parameter"><code>data_destroy</code></em> :</span></p></td>
|
819
|
-
<td>destroy notifier for <em class="parameter"><code>sort_data</code></em>, 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>
|
865
|
+
<td> destroy notifier for <em class="parameter"><code>sort_data</code></em>, 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>
|
820
866
|
</td>
|
821
867
|
</tr>
|
822
868
|
</tbody>
|
@@ -824,7 +870,7 @@ a negative integer if the first item comes after the second.
|
|
824
870
|
<p class="since">Since 2.10</p>
|
825
871
|
</div>
|
826
872
|
<hr>
|
827
|
-
<div class="refsect2">
|
873
|
+
<div class="refsect2" title="gtk_recent_chooser_set_current_uri ()">
|
828
874
|
<a name="gtk-recent-chooser-set-current-uri"></a><h3>gtk_recent_chooser_set_current_uri ()</h3>
|
829
875
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_set_current_uri (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
830
876
|
<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> *uri</code></em>,
|
@@ -842,24 +888,26 @@ Sets <em class="parameter"><code>uri</code></em> as the current URI for <em clas
|
|
842
888
|
</tr>
|
843
889
|
<tr>
|
844
890
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
845
|
-
<td>a URI
|
891
|
+
<td>a URI
|
892
|
+
</td>
|
846
893
|
</tr>
|
847
894
|
<tr>
|
848
895
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
849
|
-
<td>return location for a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, 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>
|
896
|
+
<td> return location for a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, 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>
|
850
897
|
</td>
|
851
898
|
</tr>
|
852
899
|
<tr>
|
853
900
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
854
|
-
<td>
|
855
|
-
|
901
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the URI was found.
|
902
|
+
|
903
|
+
</td>
|
856
904
|
</tr>
|
857
905
|
</tbody>
|
858
906
|
</table></div>
|
859
907
|
<p class="since">Since 2.10</p>
|
860
908
|
</div>
|
861
909
|
<hr>
|
862
|
-
<div class="refsect2">
|
910
|
+
<div class="refsect2" title="gtk_recent_chooser_get_current_uri ()">
|
863
911
|
<a name="gtk-recent-chooser-get-current-uri"></a><h3>gtk_recent_chooser_get_current_uri ()</h3>
|
864
912
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_recent_chooser_get_current_uri (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
865
913
|
<p>
|
@@ -875,14 +923,16 @@ Gets the URI currently selected by <em class="parameter"><code>chooser</code></e
|
|
875
923
|
</tr>
|
876
924
|
<tr>
|
877
925
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
878
|
-
<td>a newly allocated string holding a URI
|
926
|
+
<td> a newly allocated string holding a URI.
|
927
|
+
|
928
|
+
</td>
|
879
929
|
</tr>
|
880
930
|
</tbody>
|
881
931
|
</table></div>
|
882
932
|
<p class="since">Since 2.10</p>
|
883
933
|
</div>
|
884
934
|
<hr>
|
885
|
-
<div class="refsect2">
|
935
|
+
<div class="refsect2" title="gtk_recent_chooser_get_current_item ()">
|
886
936
|
<a name="gtk-recent-chooser-get-current-item"></a><h3>gtk_recent_chooser_get_current_item ()</h3>
|
887
937
|
<pre class="programlisting"><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="returnvalue">GtkRecentInfo</span></a> * gtk_recent_chooser_get_current_item (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
888
938
|
<p>
|
@@ -898,15 +948,17 @@ Gets the <a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRe
|
|
898
948
|
</tr>
|
899
949
|
<tr>
|
900
950
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
901
|
-
<td>a <a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a>. Use <a class="link" href="GtkRecentManager.html#gtk-recent-info-unref" title="gtk_recent_info_unref ()"><code class="function">gtk_recent_info_unref()</code></a> when
|
902
|
-
when you have finished using it
|
951
|
+
<td> a <a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a>. Use <a class="link" href="GtkRecentManager.html#gtk-recent-info-unref" title="gtk_recent_info_unref ()"><code class="function">gtk_recent_info_unref()</code></a> when
|
952
|
+
when you have finished using it.
|
953
|
+
|
954
|
+
</td>
|
903
955
|
</tr>
|
904
956
|
</tbody>
|
905
957
|
</table></div>
|
906
958
|
<p class="since">Since 2.10</p>
|
907
959
|
</div>
|
908
960
|
<hr>
|
909
|
-
<div class="refsect2">
|
961
|
+
<div class="refsect2" title="gtk_recent_chooser_select_uri ()">
|
910
962
|
<a name="gtk-recent-chooser-select-uri"></a><h3>gtk_recent_chooser_select_uri ()</h3>
|
911
963
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_recent_chooser_select_uri (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
912
964
|
<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> *uri</code></em>,
|
@@ -924,24 +976,26 @@ Selects <em class="parameter"><code>uri</code></em> inside <em class="parameter"
|
|
924
976
|
</tr>
|
925
977
|
<tr>
|
926
978
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
927
|
-
<td>a URI
|
979
|
+
<td>a URI
|
980
|
+
</td>
|
928
981
|
</tr>
|
929
982
|
<tr>
|
930
983
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
931
|
-
<td>return location for a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, 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>
|
984
|
+
<td> return location for a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, 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>
|
932
985
|
</td>
|
933
986
|
</tr>
|
934
987
|
<tr>
|
935
988
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
936
|
-
<td>
|
937
|
-
|
989
|
+
<td> <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>uri</code></em> was found.
|
990
|
+
|
991
|
+
</td>
|
938
992
|
</tr>
|
939
993
|
</tbody>
|
940
994
|
</table></div>
|
941
995
|
<p class="since">Since 2.10</p>
|
942
996
|
</div>
|
943
997
|
<hr>
|
944
|
-
<div class="refsect2">
|
998
|
+
<div class="refsect2" title="gtk_recent_chooser_unselect_uri ()">
|
945
999
|
<a name="gtk-recent-chooser-unselect-uri"></a><h3>gtk_recent_chooser_unselect_uri ()</h3>
|
946
1000
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_unselect_uri (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
947
1001
|
<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> *uri</code></em>);</pre>
|
@@ -958,14 +1012,15 @@ Unselects <em class="parameter"><code>uri</code></em> inside <em class="paramete
|
|
958
1012
|
</tr>
|
959
1013
|
<tr>
|
960
1014
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
961
|
-
<td>a URI
|
1015
|
+
<td>a URI
|
1016
|
+
</td>
|
962
1017
|
</tr>
|
963
1018
|
</tbody>
|
964
1019
|
</table></div>
|
965
1020
|
<p class="since">Since 2.10</p>
|
966
1021
|
</div>
|
967
1022
|
<hr>
|
968
|
-
<div class="refsect2">
|
1023
|
+
<div class="refsect2" title="gtk_recent_chooser_select_all ()">
|
969
1024
|
<a name="gtk-recent-chooser-select-all"></a><h3>gtk_recent_chooser_select_all ()</h3>
|
970
1025
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_select_all (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
971
1026
|
<p>
|
@@ -983,7 +1038,7 @@ multiple selection.
|
|
983
1038
|
<p class="since">Since 2.10</p>
|
984
1039
|
</div>
|
985
1040
|
<hr>
|
986
|
-
<div class="refsect2">
|
1041
|
+
<div class="refsect2" title="gtk_recent_chooser_unselect_all ()">
|
987
1042
|
<a name="gtk-recent-chooser-unselect-all"></a><h3>gtk_recent_chooser_unselect_all ()</h3>
|
988
1043
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_unselect_all (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
989
1044
|
<p>
|
@@ -1000,7 +1055,7 @@ Unselects all the items inside <em class="parameter"><code>chooser</code></em>.
|
|
1000
1055
|
<p class="since">Since 2.10</p>
|
1001
1056
|
</div>
|
1002
1057
|
<hr>
|
1003
|
-
<div class="refsect2">
|
1058
|
+
<div class="refsect2" title="gtk_recent_chooser_get_items ()">
|
1004
1059
|
<a name="gtk-recent-chooser-get-items"></a><h3>gtk_recent_chooser_get_items ()</h3>
|
1005
1060
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gtk_recent_chooser_get_items (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
1006
1061
|
<p>
|
@@ -1020,10 +1075,10 @@ The return value of this function is affected by the "sort-type" and
|
|
1020
1075
|
</tr>
|
1021
1076
|
<tr>
|
1022
1077
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1023
|
-
<td>A newly allocated
|
1024
|
-
list of <a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> objects. You should
|
1025
|
-
use <a class="link" href="GtkRecentManager.html#gtk-recent-info-unref" title="gtk_recent_info_unref ()"><code class="function">gtk_recent_info_unref()</code></a> on every item of the list, and then free
|
1026
|
-
the list itself using <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRecentInfo][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1078
|
+
<td> A newly allocated
|
1079
|
+
list of <a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> objects. You should
|
1080
|
+
use <a class="link" href="GtkRecentManager.html#gtk-recent-info-unref" title="gtk_recent_info_unref ()"><code class="function">gtk_recent_info_unref()</code></a> on every item of the list, and then free
|
1081
|
+
the list itself using <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRecentInfo][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym> GtkRecentInfo]</span>
|
1027
1082
|
</td>
|
1028
1083
|
</tr>
|
1029
1084
|
</tbody>
|
@@ -1031,7 +1086,7 @@ the list itself using <a href="http://library.gnome.org/devel/glib/unstable/glib
|
|
1031
1086
|
<p class="since">Since 2.10</p>
|
1032
1087
|
</div>
|
1033
1088
|
<hr>
|
1034
|
-
<div class="refsect2">
|
1089
|
+
<div class="refsect2" title="gtk_recent_chooser_get_uris ()">
|
1035
1090
|
<a name="gtk-recent-chooser-get-uris"></a><h3>gtk_recent_chooser_get_uris ()</h3>
|
1036
1091
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> ** gtk_recent_chooser_get_uris (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
1037
1092
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> *length</code></em>);</pre>
|
@@ -1055,13 +1110,14 @@ Since the returned array is <a href="http://library.gnome.org/devel/glib/unstabl
|
|
1055
1110
|
</tr>
|
1056
1111
|
<tr>
|
1057
1112
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
1058
|
-
<td>return location for a the length of the URI list, 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>
|
1113
|
+
<td> return location for a the length of the URI list, 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>
|
1059
1114
|
</td>
|
1060
1115
|
</tr>
|
1061
1116
|
<tr>
|
1062
1117
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1063
|
-
<td>A newly allocated, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
1064
|
-
|
1118
|
+
<td> A newly allocated, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> terminated array of strings. Use
|
1119
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a> to free it.
|
1120
|
+
|
1065
1121
|
</td>
|
1066
1122
|
</tr>
|
1067
1123
|
</tbody>
|
@@ -1069,7 +1125,7 @@ of strings. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-Strin
|
|
1069
1125
|
<p class="since">Since 2.10</p>
|
1070
1126
|
</div>
|
1071
1127
|
<hr>
|
1072
|
-
<div class="refsect2">
|
1128
|
+
<div class="refsect2" title="gtk_recent_chooser_add_filter ()">
|
1073
1129
|
<a name="gtk-recent-chooser-add-filter"></a><h3>gtk_recent_chooser_add_filter ()</h3>
|
1074
1130
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_add_filter (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
1075
1131
|
<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);</pre>
|
@@ -1098,7 +1154,7 @@ If no previous filter objects were defined, this function will call
|
|
1098
1154
|
<p class="since">Since 2.10</p>
|
1099
1155
|
</div>
|
1100
1156
|
<hr>
|
1101
|
-
<div class="refsect2">
|
1157
|
+
<div class="refsect2" title="gtk_recent_chooser_remove_filter ()">
|
1102
1158
|
<a name="gtk-recent-chooser-remove-filter"></a><h3>gtk_recent_chooser_remove_filter ()</h3>
|
1103
1159
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_remove_filter (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
1104
1160
|
<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);</pre>
|
@@ -1123,9 +1179,9 @@ Removes <em class="parameter"><code>filter</code></em> from the list of <a class
|
|
1123
1179
|
<p class="since">Since 2.10</p>
|
1124
1180
|
</div>
|
1125
1181
|
<hr>
|
1126
|
-
<div class="refsect2">
|
1182
|
+
<div class="refsect2" title="gtk_recent_chooser_list_filters ()">
|
1127
1183
|
<a name="gtk-recent-chooser-list-filters"></a><h3>gtk_recent_chooser_list_filters ()</h3>
|
1128
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
1184
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * gtk_recent_chooser_list_filters (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
1129
1185
|
<p>
|
1130
1186
|
Gets the <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> objects held by <em class="parameter"><code>chooser</code></em>.
|
1131
1187
|
</p>
|
@@ -1139,9 +1195,9 @@ Gets the <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><sp
|
|
1139
1195
|
</tr>
|
1140
1196
|
<tr>
|
1141
1197
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1142
|
-
<td>A singly linked list
|
1143
|
-
of <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> objects. You
|
1144
|
-
should just free the returned list using <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#g-slist-free"><code class="function">g_slist_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRecentFilter][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span>
|
1198
|
+
<td> A singly linked list
|
1199
|
+
of <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> objects. You
|
1200
|
+
should just free the returned list using <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#g-slist-free"><code class="function">g_slist_free()</code></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRecentFilter][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym> GtkRecentFilter]</span>
|
1145
1201
|
</td>
|
1146
1202
|
</tr>
|
1147
1203
|
</tbody>
|
@@ -1149,7 +1205,7 @@ should just free the returned list using <a href="http://library.gnome.org/devel
|
|
1149
1205
|
<p class="since">Since 2.10</p>
|
1150
1206
|
</div>
|
1151
1207
|
<hr>
|
1152
|
-
<div class="refsect2">
|
1208
|
+
<div class="refsect2" title="gtk_recent_chooser_set_filter ()">
|
1153
1209
|
<a name="gtk-recent-chooser-set-filter"></a><h3>gtk_recent_chooser_set_filter ()</h3>
|
1154
1210
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_chooser_set_filter (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>,
|
1155
1211
|
<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);</pre>
|
@@ -1175,7 +1231,7 @@ to affect the displayed recently used resources.
|
|
1175
1231
|
<p class="since">Since 2.10</p>
|
1176
1232
|
</div>
|
1177
1233
|
<hr>
|
1178
|
-
<div class="refsect2">
|
1234
|
+
<div class="refsect2" title="gtk_recent_chooser_get_filter ()">
|
1179
1235
|
<a name="gtk-recent-chooser-get-filter"></a><h3>gtk_recent_chooser_get_filter ()</h3>
|
1180
1236
|
<pre class="programlisting"><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="returnvalue">GtkRecentFilter</span></a> * gtk_recent_chooser_get_filter (<em class="parameter"><code><a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser</code></em>);</pre>
|
1181
1237
|
<p>
|
@@ -1192,7 +1248,8 @@ the display of the recently used resources.
|
|
1192
1248
|
</tr>
|
1193
1249
|
<tr>
|
1194
1250
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1195
|
-
<td>a <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> object.
|
1251
|
+
<td> a <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> object.
|
1252
|
+
|
1196
1253
|
</td>
|
1197
1254
|
</tr>
|
1198
1255
|
</tbody>
|
@@ -1200,9 +1257,9 @@ the display of the recently used resources.
|
|
1200
1257
|
<p class="since">Since 2.10</p>
|
1201
1258
|
</div>
|
1202
1259
|
</div>
|
1203
|
-
<div class="refsect1">
|
1260
|
+
<div class="refsect1" title="Property Details">
|
1204
1261
|
<a name="GtkRecentChooser.property-details"></a><h2>Property Details</h2>
|
1205
|
-
<div class="refsect2">
|
1262
|
+
<div class="refsect2" title='The "filter" property'>
|
1206
1263
|
<a name="GtkRecentChooser--filter"></a><h3>The <code class="literal">"filter"</code> property</h3>
|
1207
1264
|
<pre class="programlisting"> "filter" <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a>* : Read / Write</pre>
|
1208
1265
|
<p>
|
@@ -1212,7 +1269,7 @@ the recently used resources.
|
|
1212
1269
|
<p class="since">Since 2.10</p>
|
1213
1270
|
</div>
|
1214
1271
|
<hr>
|
1215
|
-
<div class="refsect2">
|
1272
|
+
<div class="refsect2" title='The "limit" property'>
|
1216
1273
|
<a name="GtkRecentChooser--limit"></a><h3>The <code class="literal">"limit"</code> property</h3>
|
1217
1274
|
<pre class="programlisting"> "limit" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1218
1275
|
<p>
|
@@ -1227,7 +1284,7 @@ by setting this property.
|
|
1227
1284
|
<p class="since">Since 2.10</p>
|
1228
1285
|
</div>
|
1229
1286
|
<hr>
|
1230
|
-
<div class="refsect2">
|
1287
|
+
<div class="refsect2" title='The "local-only" property'>
|
1231
1288
|
<a name="GtkRecentChooser--local-only"></a><h3>The <code class="literal">"local-only"</code> property</h3>
|
1232
1289
|
<pre class="programlisting"> "local-only" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1233
1290
|
<p>
|
@@ -1238,7 +1295,7 @@ resources.
|
|
1238
1295
|
<p class="since">Since 2.10</p>
|
1239
1296
|
</div>
|
1240
1297
|
<hr>
|
1241
|
-
<div class="refsect2">
|
1298
|
+
<div class="refsect2" title='The "recent-manager" property'>
|
1242
1299
|
<a name="GtkRecentChooser--recent-manager"></a><h3>The <code class="literal">"recent-manager"</code> property</h3>
|
1243
1300
|
<pre class="programlisting"> "recent-manager" <a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a>* : Write / Construct Only</pre>
|
1244
1301
|
<p>
|
@@ -1248,7 +1305,7 @@ display the list of recently used resources.
|
|
1248
1305
|
<p class="since">Since 2.10</p>
|
1249
1306
|
</div>
|
1250
1307
|
<hr>
|
1251
|
-
<div class="refsect2">
|
1308
|
+
<div class="refsect2" title='The "select-multiple" property'>
|
1252
1309
|
<a name="GtkRecentChooser--select-multiple"></a><h3>The <code class="literal">"select-multiple"</code> property</h3>
|
1253
1310
|
<pre class="programlisting"> "select-multiple" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1254
1311
|
<p>
|
@@ -1258,7 +1315,7 @@ Allow the user to select multiple resources.
|
|
1258
1315
|
<p class="since">Since 2.10</p>
|
1259
1316
|
</div>
|
1260
1317
|
<hr>
|
1261
|
-
<div class="refsect2">
|
1318
|
+
<div class="refsect2" title='The "show-icons" property'>
|
1262
1319
|
<a name="GtkRecentChooser--show-icons"></a><h3>The <code class="literal">"show-icons"</code> property</h3>
|
1263
1320
|
<pre class="programlisting"> "show-icons" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1264
1321
|
<p>
|
@@ -1268,7 +1325,7 @@ Whether this <a class="link" href="GtkRecentChooser.html" title="GtkRecentChoose
|
|
1268
1325
|
<p class="since">Since 2.10</p>
|
1269
1326
|
</div>
|
1270
1327
|
<hr>
|
1271
|
-
<div class="refsect2">
|
1328
|
+
<div class="refsect2" title='The "show-not-found" property'>
|
1272
1329
|
<a name="GtkRecentChooser--show-not-found"></a><h3>The <code class="literal">"show-not-found"</code> property</h3>
|
1273
1330
|
<pre class="programlisting"> "show-not-found" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1274
1331
|
<p>
|
@@ -1281,14 +1338,14 @@ resource will always be displayed).
|
|
1281
1338
|
<p class="since">Since 2.10</p>
|
1282
1339
|
</div>
|
1283
1340
|
<hr>
|
1284
|
-
<div class="refsect2">
|
1341
|
+
<div class="refsect2" title='The "show-private" property'>
|
1285
1342
|
<a name="GtkRecentChooser--show-private"></a><h3>The <code class="literal">"show-private"</code> property</h3>
|
1286
1343
|
<pre class="programlisting"> "show-private" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1287
1344
|
<p>Whether the private items should be displayed.</p>
|
1288
1345
|
<p>Default value: FALSE</p>
|
1289
1346
|
</div>
|
1290
1347
|
<hr>
|
1291
|
-
<div class="refsect2">
|
1348
|
+
<div class="refsect2" title='The "show-tips" property'>
|
1292
1349
|
<a name="GtkRecentChooser--show-tips"></a><h3>The <code class="literal">"show-tips"</code> property</h3>
|
1293
1350
|
<pre class="programlisting"> "show-tips" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1294
1351
|
<p>
|
@@ -1299,7 +1356,7 @@ full path of the recently used resources.
|
|
1299
1356
|
<p class="since">Since 2.10</p>
|
1300
1357
|
</div>
|
1301
1358
|
<hr>
|
1302
|
-
<div class="refsect2">
|
1359
|
+
<div class="refsect2" title='The "sort-type" property'>
|
1303
1360
|
<a name="GtkRecentChooser--sort-type"></a><h3>The <code class="literal">"sort-type"</code> property</h3>
|
1304
1361
|
<pre class="programlisting"> "sort-type" <a class="link" href="GtkRecentChooser.html#GtkRecentSortType" title="enum GtkRecentSortType"><span class="type">GtkRecentSortType</span></a> : Read / Write</pre>
|
1305
1362
|
<p>
|
@@ -1309,12 +1366,12 @@ Sorting order to be used when displaying the recently used resources.
|
|
1309
1366
|
<p class="since">Since 2.10</p>
|
1310
1367
|
</div>
|
1311
1368
|
</div>
|
1312
|
-
<div class="refsect1">
|
1369
|
+
<div class="refsect1" title="Signal Details">
|
1313
1370
|
<a name="GtkRecentChooser.signal-details"></a><h2>Signal Details</h2>
|
1314
|
-
<div class="refsect2">
|
1371
|
+
<div class="refsect2" title='The "item-activated" signal'>
|
1315
1372
|
<a name="GtkRecentChooser-item-activated"></a><h3>The <code class="literal">"item-activated"</code> signal</h3>
|
1316
1373
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser,
|
1317
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1374
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
1318
1375
|
<p>
|
1319
1376
|
This signal is emitted when the user "activates" a recent item
|
1320
1377
|
in the recent chooser. This can happen by double-clicking on an item
|
@@ -1326,7 +1383,8 @@ in the recently used resources list, or by pressing
|
|
1326
1383
|
<tbody>
|
1327
1384
|
<tr>
|
1328
1385
|
<td><p><span class="term"><em class="parameter"><code>chooser</code></em> :</span></p></td>
|
1329
|
-
<td>the object which received the signal
|
1386
|
+
<td>the object which received the signal
|
1387
|
+
</td>
|
1330
1388
|
</tr>
|
1331
1389
|
<tr>
|
1332
1390
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1337,10 +1395,10 @@ in the recently used resources list, or by pressing
|
|
1337
1395
|
<p class="since">Since 2.10</p>
|
1338
1396
|
</div>
|
1339
1397
|
<hr>
|
1340
|
-
<div class="refsect2">
|
1398
|
+
<div class="refsect2" title='The "selection-changed" signal'>
|
1341
1399
|
<a name="GtkRecentChooser-selection-changed"></a><h3>The <code class="literal">"selection-changed"</code> signal</h3>
|
1342
1400
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a> *chooser,
|
1343
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1401
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
1344
1402
|
<p>
|
1345
1403
|
This signal is emitted when there is a change in the set of
|
1346
1404
|
selected recently used resources. This can happen when a user
|
@@ -1352,7 +1410,8 @@ explicitely calling functions to change the selection.
|
|
1352
1410
|
<tbody>
|
1353
1411
|
<tr>
|
1354
1412
|
<td><p><span class="term"><em class="parameter"><code>chooser</code></em> :</span></p></td>
|
1355
|
-
<td>the object which received the signal
|
1413
|
+
<td>the object which received the signal
|
1414
|
+
</td>
|
1356
1415
|
</tr>
|
1357
1416
|
<tr>
|
1358
1417
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1363,7 +1422,7 @@ explicitely calling functions to change the selection.
|
|
1363
1422
|
<p class="since">Since 2.10</p>
|
1364
1423
|
</div>
|
1365
1424
|
</div>
|
1366
|
-
<div class="refsect1">
|
1425
|
+
<div class="refsect1" title="See Also">
|
1367
1426
|
<a name="GtkRecentChooser.see-also"></a><h2>See Also</h2>
|
1368
1427
|
<p>
|
1369
1428
|
<a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a>, <a class="link" href="GtkRecentChooserDialog.html" title="GtkRecentChooserDialog"><span class="type">GtkRecentChooserDialog</span></a>, <a class="link" href="GtkRecentChooserWidget.html" title="GtkRecentChooserWidget"><span class="type">GtkRecentChooserWidget</span></a>,
|
@@ -1373,6 +1432,6 @@ explicitely calling functions to change the selection.
|
|
1373
1432
|
</div>
|
1374
1433
|
<div class="footer">
|
1375
1434
|
<hr>
|
1376
|
-
Generated by GTK-Doc V1.
|
1435
|
+
Generated by GTK-Doc V1.15</div>
|
1377
1436
|
</body>
|
1378
1437
|
</html>
|