gtk2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +22 -0
- data/ext/gtk2/rbgtkwindow.c +3 -1
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/sample/gtk-demo/cairo-operator.rb +1 -1
- data/sample/misc/bindings.rb +1 -1
- data/sample/misc/cairo-pong.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +29 -2
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +2 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
- data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
- data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +60 -94
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +135 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +81 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +193 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +17 -11
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +117 -0
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +236 -45
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +69 -124
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +152 -158
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +63 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +5 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +39 -31
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +445 -412
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +8 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +10 -6
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +4934 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
- metadata +26 -33
- data/ext/gtk2/Makefile +0 -169
- data/ext/gtk2/rbgdkkeysyms.h +0 -2174
- data/ext/gtk2/rbgtkinits.c +0 -473
- data/ext/gtk2/ruby-gtk2.pc +0 -3
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="RecentDocuments.html" title="Recently Used Documents">
|
9
9
|
<link rel="prev" href="GtkRecentChooserWidget.html" title="GtkRecentChooserWidget">
|
10
10
|
<link rel="next" href="Builder.html" title="Interface builder">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<a href="#GtkRecentFilter.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
29
|
</td></tr>
|
30
30
|
</table>
|
31
|
-
<div class="refentry"
|
31
|
+
<div class="refentry">
|
32
32
|
<a name="GtkRecentFilter"></a><div class="titlepage"></div>
|
33
33
|
<div class="refnamediv"><table width="100%"><tr>
|
34
34
|
<td valign="top">
|
@@ -37,17 +37,17 @@
|
|
37
37
|
</td>
|
38
38
|
<td valign="top" align="right"></td>
|
39
39
|
</tr></table></div>
|
40
|
-
<div class="refsynopsisdiv"
|
40
|
+
<div class="refsynopsisdiv">
|
41
41
|
<a name="GtkRecentFilter.synopsis"></a><h2>Synopsis</h2>
|
42
42
|
<pre class="synopsis">
|
43
43
|
#include <gtk/gtk.h>
|
44
44
|
|
45
45
|
<a class="link" href="GtkRecentFilter.html#GtkRecentFilter-struct" title="GtkRecentFilter">GtkRecentFilter</a>;
|
46
|
-
|
46
|
+
struct <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="struct GtkRecentFilterInfo">GtkRecentFilterInfo</a>;
|
47
47
|
enum <a class="link" href="GtkRecentFilter.html#GtkRecentFilterFlags" title="enum GtkRecentFilterFlags">GtkRecentFilterFlags</a>;
|
48
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (<a class="link" href="GtkRecentFilter.html#GtkRecentFilterFunc" title="GtkRecentFilterFunc ()">*GtkRecentFilterFunc</a>) (<em class="parameter"><code>const <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> *filter_info</code></em>,
|
48
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (<a class="link" href="GtkRecentFilter.html#GtkRecentFilterFunc" title="GtkRecentFilterFunc ()">*GtkRecentFilterFunc</a>) (<em class="parameter"><code>const <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="struct GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> *filter_info</code></em>,
|
49
49
|
<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>);
|
50
|
-
<a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="returnvalue">GtkRecentFilter</span></a> *
|
50
|
+
<a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="returnvalue">GtkRecentFilter</span></a> * <a class="link" href="GtkRecentFilter.html#gtk-recent-filter-new" title="gtk_recent_filter_new ()">gtk_recent_filter_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
51
51
|
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkRecentFilter.html#gtk-recent-filter-get-name" title="gtk_recent_filter_get_name ()">gtk_recent_filter_get_name</a> (<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);
|
52
52
|
<span class="returnvalue">void</span> <a class="link" href="GtkRecentFilter.html#gtk-recent-filter-set-name" title="gtk_recent_filter_set_name ()">gtk_recent_filter_set_name</a> (<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>,
|
53
53
|
<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>);
|
@@ -70,10 +70,10 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
70
70
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> data_destroy</code></em>);
|
71
71
|
<a class="link" href="GtkRecentFilter.html#GtkRecentFilterFlags" title="enum GtkRecentFilterFlags"><span class="returnvalue">GtkRecentFilterFlags</span></a> <a class="link" href="GtkRecentFilter.html#gtk-recent-filter-get-needed" title="gtk_recent_filter_get_needed ()">gtk_recent_filter_get_needed</a> (<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);
|
72
72
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkRecentFilter.html#gtk-recent-filter-filter" title="gtk_recent_filter_filter ()">gtk_recent_filter_filter</a> (<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>,
|
73
|
-
<em class="parameter"><code>const <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> *filter_info</code></em>);
|
73
|
+
<em class="parameter"><code>const <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="struct GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> *filter_info</code></em>);
|
74
74
|
</pre>
|
75
75
|
</div>
|
76
|
-
<div class="refsect1"
|
76
|
+
<div class="refsect1">
|
77
77
|
<a name="GtkRecentFilter.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
78
78
|
<pre class="synopsis">
|
79
79
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -82,7 +82,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
82
82
|
+----GtkRecentFilter
|
83
83
|
</pre>
|
84
84
|
</div>
|
85
|
-
<div class="refsect1"
|
85
|
+
<div class="refsect1">
|
86
86
|
<a name="GtkRecentFilter.description"></a><h2>Description</h2>
|
87
87
|
<p>
|
88
88
|
A <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> can be used to restrict the files being shown
|
@@ -108,9 +108,9 @@ manually use a filter on a file with <a class="link" href="GtkRecentFilter.html#
|
|
108
108
|
Recently used files are supported since GTK+ 2.10.
|
109
109
|
</p>
|
110
110
|
</div>
|
111
|
-
<div class="refsect1"
|
111
|
+
<div class="refsect1">
|
112
112
|
<a name="GtkRecentFilter.details"></a><h2>Details</h2>
|
113
|
-
<div class="refsect2"
|
113
|
+
<div class="refsect2">
|
114
114
|
<a name="GtkRecentFilter-struct"></a><h3>GtkRecentFilter</h3>
|
115
115
|
<pre class="programlisting">typedef struct _GtkRecentFilter GtkRecentFilter;</pre>
|
116
116
|
<p>
|
@@ -119,9 +119,9 @@ only private fields and should not be directly accessed.
|
|
119
119
|
</p>
|
120
120
|
</div>
|
121
121
|
<hr>
|
122
|
-
<div class="refsect2"
|
123
|
-
<a name="GtkRecentFilterInfo"></a><h3>GtkRecentFilterInfo</h3>
|
124
|
-
<pre class="programlisting">
|
122
|
+
<div class="refsect2">
|
123
|
+
<a name="GtkRecentFilterInfo"></a><h3>struct GtkRecentFilterInfo</h3>
|
124
|
+
<pre class="programlisting">struct GtkRecentFilterInfo {
|
125
125
|
GtkRecentFilterFlags contains;
|
126
126
|
|
127
127
|
const gchar *uri;
|
@@ -131,7 +131,7 @@ only private fields and should not be directly accessed.
|
|
131
131
|
const gchar **groups;
|
132
132
|
|
133
133
|
gint age;
|
134
|
-
}
|
134
|
+
};
|
135
135
|
</pre>
|
136
136
|
<p>
|
137
137
|
A <span class="structname">GtkRecentFilterInfo</span> struct is used
|
@@ -143,45 +143,38 @@ to pass information about the tested file to <a class="link" href="GtkRecentFilt
|
|
143
143
|
<tr>
|
144
144
|
<td><p><span class="term"><a class="link" href="GtkRecentFilter.html#GtkRecentFilterFlags" title="enum GtkRecentFilterFlags"><span class="type">GtkRecentFilterFlags</span></a> <em class="structfield"><code><a name="GtkRecentFilterInfo.contains"></a>contains</code></em>;</span></p></td>
|
145
145
|
<td>Flags indicating which of the following fields need
|
146
|
-
|
147
|
-
</td>
|
146
|
+
are filled</td>
|
148
147
|
</tr>
|
149
148
|
<tr>
|
150
149
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkRecentFilterInfo.uri"></a>uri</code></em>;</span></p></td>
|
151
|
-
<td>the URI of the file being tested
|
152
|
-
</td>
|
150
|
+
<td>the URI of the file being tested</td>
|
153
151
|
</tr>
|
154
152
|
<tr>
|
155
153
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkRecentFilterInfo.display-name"></a>display_name</code></em>;</span></p></td>
|
156
154
|
<td>the string that will be used to display the file
|
157
|
-
|
158
|
-
</td>
|
155
|
+
in the recent chooser</td>
|
159
156
|
</tr>
|
160
157
|
<tr>
|
161
158
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkRecentFilterInfo.mime-type"></a>mime_type</code></em>;</span></p></td>
|
162
|
-
<td>the mime type of the file
|
163
|
-
</td>
|
159
|
+
<td>the mime type of the file</td>
|
164
160
|
</tr>
|
165
161
|
<tr>
|
166
162
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **<em class="structfield"><code><a name="GtkRecentFilterInfo.applications"></a>applications</code></em>;</span></p></td>
|
167
|
-
<td>the list of applications that have registered the file
|
168
|
-
</td>
|
163
|
+
<td>the list of applications that have registered the file</td>
|
169
164
|
</tr>
|
170
165
|
<tr>
|
171
166
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **<em class="structfield"><code><a name="GtkRecentFilterInfo.groups"></a>groups</code></em>;</span></p></td>
|
172
|
-
<td>the groups to which the file belongs to
|
173
|
-
</td>
|
167
|
+
<td>the groups to which the file belongs to</td>
|
174
168
|
</tr>
|
175
169
|
<tr>
|
176
170
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkRecentFilterInfo.age"></a>age</code></em>;</span></p></td>
|
177
|
-
<td>the number of days elapsed since the file has been registered
|
178
|
-
</td>
|
171
|
+
<td>the number of days elapsed since the file has been registered</td>
|
179
172
|
</tr>
|
180
173
|
</tbody>
|
181
174
|
</table></div>
|
182
175
|
</div>
|
183
176
|
<hr>
|
184
|
-
<div class="refsect2"
|
177
|
+
<div class="refsect2">
|
185
178
|
<a name="GtkRecentFilterFlags"></a><h3>enum GtkRecentFilterFlags</h3>
|
186
179
|
<pre class="programlisting">typedef enum {
|
187
180
|
GTK_RECENT_FILTER_URI = 1 << 0,
|
@@ -193,7 +186,7 @@ to pass information about the tested file to <a class="link" href="GtkRecentFilt
|
|
193
186
|
} GtkRecentFilterFlags;
|
194
187
|
</pre>
|
195
188
|
<p>
|
196
|
-
These flags indicate what parts of a <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> struct
|
189
|
+
These flags indicate what parts of a <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="struct GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> struct
|
197
190
|
are filled or need to be filled.
|
198
191
|
</p>
|
199
192
|
<div class="variablelist"><table border="0">
|
@@ -236,9 +229,9 @@ are filled or need to be filled.
|
|
236
229
|
</table></div>
|
237
230
|
</div>
|
238
231
|
<hr>
|
239
|
-
<div class="refsect2"
|
232
|
+
<div class="refsect2">
|
240
233
|
<a name="GtkRecentFilterFunc"></a><h3>GtkRecentFilterFunc ()</h3>
|
241
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*GtkRecentFilterFunc) (<em class="parameter"><code>const <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> *filter_info</code></em>,
|
234
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*GtkRecentFilterFunc) (<em class="parameter"><code>const <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="struct GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> *filter_info</code></em>,
|
242
235
|
<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>
|
243
236
|
<p>
|
244
237
|
The type of function that is used with custom filters,
|
@@ -249,8 +242,8 @@ see <a class="link" href="GtkRecentFilter.html#gtk-recent-filter-add-custom" tit
|
|
249
242
|
<tbody>
|
250
243
|
<tr>
|
251
244
|
<td><p><span class="term"><em class="parameter"><code>filter_info</code></em> :</span></p></td>
|
252
|
-
<td>a <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> that is filled according
|
253
|
-
|
245
|
+
<td>a <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="struct GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> that is filled according
|
246
|
+
to the <em class="parameter"><code>needed</code></em> flags passed to <a class="link" href="GtkRecentFilter.html#gtk-recent-filter-add-custom" title="gtk_recent_filter_add_custom ()"><code class="function">gtk_recent_filter_add_custom()</code></a>
|
254
247
|
</td>
|
255
248
|
</tr>
|
256
249
|
<tr>
|
@@ -261,16 +254,15 @@ see <a class="link" href="GtkRecentFilter.html#gtk-recent-filter-add-custom" tit
|
|
261
254
|
<tr>
|
262
255
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
263
256
|
<td>
|
264
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file should be displayed
|
265
|
-
</td>
|
257
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file should be displayed</td>
|
266
258
|
</tr>
|
267
259
|
</tbody>
|
268
260
|
</table></div>
|
269
261
|
</div>
|
270
262
|
<hr>
|
271
|
-
<div class="refsect2"
|
263
|
+
<div class="refsect2">
|
272
264
|
<a name="gtk-recent-filter-new"></a><h3>gtk_recent_filter_new ()</h3>
|
273
|
-
<pre class="programlisting"><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="returnvalue">GtkRecentFilter</span></a> *
|
265
|
+
<pre class="programlisting"><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="returnvalue">GtkRecentFilter</span></a> * gtk_recent_filter_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
274
266
|
<p>
|
275
267
|
Creates a new <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> with no rules added to it.
|
276
268
|
Such filter does not accept any recently used resources, so is not
|
@@ -298,15 +290,14 @@ To create a filter that accepts any recently used resource, use:
|
|
298
290
|
<col align="left" valign="top">
|
299
291
|
<tbody><tr>
|
300
292
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
301
|
-
<td>
|
302
|
-
|
293
|
+
<td>a new <a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a>
|
303
294
|
</td>
|
304
295
|
</tr></tbody>
|
305
296
|
</table></div>
|
306
297
|
<p class="since">Since 2.10</p>
|
307
298
|
</div>
|
308
299
|
<hr>
|
309
|
-
<div class="refsect2"
|
300
|
+
<div class="refsect2">
|
310
301
|
<a name="gtk-recent-filter-get-name"></a><h3>gtk_recent_filter_get_name ()</h3>
|
311
302
|
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_recent_filter_get_name (<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);</pre>
|
312
303
|
<p>
|
@@ -323,17 +314,15 @@ See <a class="link" href="GtkRecentFilter.html#gtk-recent-filter-set-name" title
|
|
323
314
|
</tr>
|
324
315
|
<tr>
|
325
316
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
326
|
-
<td>
|
327
|
-
|
328
|
-
|
329
|
-
</td>
|
317
|
+
<td>the name of the filter, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The returned string
|
318
|
+
is owned by the filter object and should not be freed.</td>
|
330
319
|
</tr>
|
331
320
|
</tbody>
|
332
321
|
</table></div>
|
333
322
|
<p class="since">Since 2.10</p>
|
334
323
|
</div>
|
335
324
|
<hr>
|
336
|
-
<div class="refsect2"
|
325
|
+
<div class="refsect2">
|
337
326
|
<a name="gtk-recent-filter-set-name"></a><h3>gtk_recent_filter_set_name ()</h3>
|
338
327
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_filter_set_name (<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>,
|
339
328
|
<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>);</pre>
|
@@ -360,7 +349,7 @@ user interface if there is a selectable list of filters.
|
|
360
349
|
<p class="since">Since 2.10</p>
|
361
350
|
</div>
|
362
351
|
<hr>
|
363
|
-
<div class="refsect2"
|
352
|
+
<div class="refsect2">
|
364
353
|
<a name="gtk-recent-filter-add-mime-type"></a><h3>gtk_recent_filter_add_mime_type ()</h3>
|
365
354
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_filter_add_mime_type (<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>,
|
366
355
|
<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> *mime_type</code></em>);</pre>
|
@@ -377,15 +366,14 @@ Adds a rule that allows resources based on their registered MIME type.
|
|
377
366
|
</tr>
|
378
367
|
<tr>
|
379
368
|
<td><p><span class="term"><em class="parameter"><code>mime_type</code></em> :</span></p></td>
|
380
|
-
<td>a MIME type
|
381
|
-
</td>
|
369
|
+
<td>a MIME type</td>
|
382
370
|
</tr>
|
383
371
|
</tbody>
|
384
372
|
</table></div>
|
385
373
|
<p class="since">Since 2.10</p>
|
386
374
|
</div>
|
387
375
|
<hr>
|
388
|
-
<div class="refsect2"
|
376
|
+
<div class="refsect2">
|
389
377
|
<a name="gtk-recent-filter-add-pattern"></a><h3>gtk_recent_filter_add_pattern ()</h3>
|
390
378
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_filter_add_pattern (<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>,
|
391
379
|
<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> *pattern</code></em>);</pre>
|
@@ -403,15 +391,14 @@ display name.
|
|
403
391
|
</tr>
|
404
392
|
<tr>
|
405
393
|
<td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
|
406
|
-
<td>a file pattern
|
407
|
-
</td>
|
394
|
+
<td>a file pattern</td>
|
408
395
|
</tr>
|
409
396
|
</tbody>
|
410
397
|
</table></div>
|
411
398
|
<p class="since">Since 2.10</p>
|
412
399
|
</div>
|
413
400
|
<hr>
|
414
|
-
<div class="refsect2"
|
401
|
+
<div class="refsect2">
|
415
402
|
<a name="gtk-recent-filter-add-pixbuf-formats"></a><h3>gtk_recent_filter_add_pixbuf_formats ()</h3>
|
416
403
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_filter_add_pixbuf_formats
|
417
404
|
(<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);</pre>
|
@@ -430,7 +417,7 @@ by GdkPixbuf.
|
|
430
417
|
<p class="since">Since 2.10</p>
|
431
418
|
</div>
|
432
419
|
<hr>
|
433
|
-
<div class="refsect2"
|
420
|
+
<div class="refsect2">
|
434
421
|
<a name="gtk-recent-filter-add-application"></a><h3>gtk_recent_filter_add_application ()</h3>
|
435
422
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_filter_add_application (<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>,
|
436
423
|
<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> *application</code></em>);</pre>
|
@@ -448,15 +435,14 @@ that has registered them.
|
|
448
435
|
</tr>
|
449
436
|
<tr>
|
450
437
|
<td><p><span class="term"><em class="parameter"><code>application</code></em> :</span></p></td>
|
451
|
-
<td>an application name
|
452
|
-
</td>
|
438
|
+
<td>an application name</td>
|
453
439
|
</tr>
|
454
440
|
</tbody>
|
455
441
|
</table></div>
|
456
442
|
<p class="since">Since 2.10</p>
|
457
443
|
</div>
|
458
444
|
<hr>
|
459
|
-
<div class="refsect2"
|
445
|
+
<div class="refsect2">
|
460
446
|
<a name="gtk-recent-filter-add-group"></a><h3>gtk_recent_filter_add_group ()</h3>
|
461
447
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_filter_add_group (<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>,
|
462
448
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *group</code></em>);</pre>
|
@@ -474,15 +460,14 @@ to which they belong
|
|
474
460
|
</tr>
|
475
461
|
<tr>
|
476
462
|
<td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
|
477
|
-
<td>a group name
|
478
|
-
</td>
|
463
|
+
<td>a group name</td>
|
479
464
|
</tr>
|
480
465
|
</tbody>
|
481
466
|
</table></div>
|
482
467
|
<p class="since">Since 2.10</p>
|
483
468
|
</div>
|
484
469
|
<hr>
|
485
|
-
<div class="refsect2"
|
470
|
+
<div class="refsect2">
|
486
471
|
<a name="gtk-recent-filter-add-age"></a><h3>gtk_recent_filter_add_age ()</h3>
|
487
472
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_filter_add_age (<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>,
|
488
473
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> days</code></em>);</pre>
|
@@ -500,15 +485,14 @@ of days elapsed since they were last modified.
|
|
500
485
|
</tr>
|
501
486
|
<tr>
|
502
487
|
<td><p><span class="term"><em class="parameter"><code>days</code></em> :</span></p></td>
|
503
|
-
<td>number of days
|
504
|
-
</td>
|
488
|
+
<td>number of days</td>
|
505
489
|
</tr>
|
506
490
|
</tbody>
|
507
491
|
</table></div>
|
508
492
|
<p class="since">Since 2.10</p>
|
509
493
|
</div>
|
510
494
|
<hr>
|
511
|
-
<div class="refsect2"
|
495
|
+
<div class="refsect2">
|
512
496
|
<a name="gtk-recent-filter-add-custom"></a><h3>gtk_recent_filter_add_custom ()</h3>
|
513
497
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_filter_add_custom (<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>,
|
514
498
|
<em class="parameter"><code><a class="link" href="GtkRecentFilter.html#GtkRecentFilterFlags" title="enum GtkRecentFilterFlags"><span class="type">GtkRecentFilterFlags</span></a> needed</code></em>,
|
@@ -533,14 +517,12 @@ it isn't needed by the filter.
|
|
533
517
|
<tr>
|
534
518
|
<td><p><span class="term"><em class="parameter"><code>needed</code></em> :</span></p></td>
|
535
519
|
<td>bitfield of flags indicating the information that the custom
|
536
|
-
|
537
|
-
</td>
|
520
|
+
filter function needs.</td>
|
538
521
|
</tr>
|
539
522
|
<tr>
|
540
523
|
<td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
|
541
524
|
<td>callback function; if the function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, then
|
542
|
-
|
543
|
-
</td>
|
525
|
+
the file will be displayed.</td>
|
544
526
|
</tr>
|
545
527
|
<tr>
|
546
528
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
@@ -549,15 +531,14 @@ it isn't needed by the filter.
|
|
549
531
|
</tr>
|
550
532
|
<tr>
|
551
533
|
<td><p><span class="term"><em class="parameter"><code>data_destroy</code></em> :</span></p></td>
|
552
|
-
<td>function to call to free <em class="parameter"><code>data</code></em> when it is no longer needed
|
553
|
-
</td>
|
534
|
+
<td>function to call to free <em class="parameter"><code>data</code></em> when it is no longer needed.</td>
|
554
535
|
</tr>
|
555
536
|
</tbody>
|
556
537
|
</table></div>
|
557
538
|
<p class="since">Since 2.10</p>
|
558
539
|
</div>
|
559
540
|
<hr>
|
560
|
-
<div class="refsect2"
|
541
|
+
<div class="refsect2">
|
561
542
|
<a name="gtk-recent-filter-get-needed"></a><h3>gtk_recent_filter_get_needed ()</h3>
|
562
543
|
<pre class="programlisting"><a class="link" href="GtkRecentFilter.html#GtkRecentFilterFlags" title="enum GtkRecentFilterFlags"><span class="returnvalue">GtkRecentFilterFlags</span></a> gtk_recent_filter_get_needed (<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>);</pre>
|
563
544
|
<p>
|
@@ -579,9 +560,8 @@ is intended principally for use in the implementation of
|
|
579
560
|
</tr>
|
580
561
|
<tr>
|
581
562
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
582
|
-
<td>
|
583
|
-
|
584
|
-
|
563
|
+
<td>bitfield of flags indicating needed fields when
|
564
|
+
calling <a class="link" href="GtkRecentFilter.html#gtk-recent-filter-filter" title="gtk_recent_filter_filter ()"><code class="function">gtk_recent_filter_filter()</code></a>
|
585
565
|
</td>
|
586
566
|
</tr>
|
587
567
|
</tbody>
|
@@ -589,13 +569,13 @@ is intended principally for use in the implementation of
|
|
589
569
|
<p class="since">Since 2.10</p>
|
590
570
|
</div>
|
591
571
|
<hr>
|
592
|
-
<div class="refsect2"
|
572
|
+
<div class="refsect2">
|
593
573
|
<a name="gtk-recent-filter-filter"></a><h3>gtk_recent_filter_filter ()</h3>
|
594
574
|
<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_filter_filter (<em class="parameter"><code><a class="link" href="GtkRecentFilter.html" title="GtkRecentFilter"><span class="type">GtkRecentFilter</span></a> *filter</code></em>,
|
595
|
-
<em class="parameter"><code>const <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> *filter_info</code></em>);</pre>
|
575
|
+
<em class="parameter"><code>const <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="struct GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> *filter_info</code></em>);</pre>
|
596
576
|
<p>
|
597
577
|
Tests whether a file should be displayed according to <em class="parameter"><code>filter</code></em>.
|
598
|
-
The <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> structure <em class="parameter"><code>filter_info</code></em> should include
|
578
|
+
The <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="struct GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> structure <em class="parameter"><code>filter_info</code></em> should include
|
599
579
|
the fields returned from <a class="link" href="GtkRecentFilter.html#gtk-recent-filter-get-needed" title="gtk_recent_filter_get_needed ()"><code class="function">gtk_recent_filter_get_needed()</code></a>.
|
600
580
|
</p>
|
601
581
|
<p>
|
@@ -613,22 +593,20 @@ is intended principally for use in the implementation of
|
|
613
593
|
</tr>
|
614
594
|
<tr>
|
615
595
|
<td><p><span class="term"><em class="parameter"><code>filter_info</code></em> :</span></p></td>
|
616
|
-
<td>a <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> structure containing information
|
617
|
-
|
618
|
-
</td>
|
596
|
+
<td>a <a class="link" href="GtkRecentFilter.html#GtkRecentFilterInfo" title="struct GtkRecentFilterInfo"><span class="type">GtkRecentFilterInfo</span></a> structure containing information
|
597
|
+
about a recently used resource</td>
|
619
598
|
</tr>
|
620
599
|
<tr>
|
621
600
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
622
|
-
<td>
|
623
|
-
|
624
|
-
</td>
|
601
|
+
<td>
|
602
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the file should be displayed</td>
|
625
603
|
</tr>
|
626
604
|
</tbody>
|
627
605
|
</table></div>
|
628
606
|
<p class="since">Since 2.10</p>
|
629
607
|
</div>
|
630
608
|
</div>
|
631
|
-
<div class="refsect1"
|
609
|
+
<div class="refsect1">
|
632
610
|
<a name="GtkRecentFilter.see-also"></a><h2>See Also</h2>
|
633
611
|
<p>
|
634
612
|
<a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a>
|
@@ -637,6 +615,6 @@ is intended principally for use in the implementation of
|
|
637
615
|
</div>
|
638
616
|
<div class="footer">
|
639
617
|
<hr>
|
640
|
-
Generated by GTK-Doc V1.
|
618
|
+
Generated by GTK-Doc V1.16.1</div>
|
641
619
|
</body>
|
642
620
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="RecentDocuments.html" title="Recently Used Documents">
|
9
9
|
<link rel="prev" href="RecentDocuments.html" title="Recently Used Documents">
|
10
10
|
<link rel="next" href="GtkRecentChooser.html" title="GtkRecentChooser">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a href="#GtkRecentManager.signals" class="shortcut">Signals</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry"
|
35
|
+
<div class="refentry">
|
36
36
|
<a name="GtkRecentManager"></a><div class="titlepage"></div>
|
37
37
|
<div class="refnamediv"><table width="100%"><tr>
|
38
38
|
<td valign="top">
|
@@ -41,14 +41,14 @@
|
|
41
41
|
</td>
|
42
42
|
<td valign="top" align="right"></td>
|
43
43
|
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv"
|
44
|
+
<div class="refsynopsisdiv">
|
45
45
|
<a name="GtkRecentManager.synopsis"></a><h2>Synopsis</h2>
|
46
46
|
<pre class="synopsis">
|
47
47
|
#include <gtk/gtk.h>
|
48
48
|
|
49
|
-
|
49
|
+
struct <a class="link" href="GtkRecentManager.html#GtkRecentManager-struct" title="struct GtkRecentManager">GtkRecentManager</a>;
|
50
50
|
<a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo">GtkRecentInfo</a>;
|
51
|
-
|
51
|
+
struct <a class="link" href="GtkRecentManager.html#GtkRecentData" title="struct GtkRecentData">GtkRecentData</a>;
|
52
52
|
#define <a class="link" href="GtkRecentManager.html#GTK-RECENT-MANAGER-ERROR:CAPS" title="GTK_RECENT_MANAGER_ERROR">GTK_RECENT_MANAGER_ERROR</a>
|
53
53
|
enum <a class="link" href="GtkRecentManager.html#GtkRecentManagerError" title="enum GtkRecentManagerError">GtkRecentManagerError</a>;
|
54
54
|
<a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="returnvalue">GtkRecentManager</span></a> * <a class="link" href="GtkRecentManager.html#gtk-recent-manager-new" title="gtk_recent_manager_new ()">gtk_recent_manager_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
@@ -60,7 +60,7 @@ enum <a class="link" href="GtkRecentManager.html#GtkRecentManager
|
|
60
60
|
<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>);
|
61
61
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkRecentManager.html#gtk-recent-manager-add-full" title="gtk_recent_manager_add_full ()">gtk_recent_manager_add_full</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> *manager</code></em>,
|
62
62
|
<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>,
|
63
|
-
<em class="parameter"><code>const <a class="link" href="GtkRecentManager.html#GtkRecentData" title="GtkRecentData"><span class="type">GtkRecentData</span></a> *recent_data</code></em>);
|
63
|
+
<em class="parameter"><code>const <a class="link" href="GtkRecentManager.html#GtkRecentData" title="struct GtkRecentData"><span class="type">GtkRecentData</span></a> *recent_data</code></em>);
|
64
64
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkRecentManager.html#gtk-recent-manager-remove-item" title="gtk_recent_manager_remove_item ()">gtk_recent_manager_remove_item</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> *manager</code></em>,
|
65
65
|
<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>,
|
66
66
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
|
@@ -80,7 +80,7 @@ enum <a class="link" href="GtkRecentManager.html#GtkRecentManager
|
|
80
80
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkRecentManager.html#gtk-recent-manager-purge-items" title="gtk_recent_manager_purge_items ()">gtk_recent_manager_purge_items</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> *manager</code></em>,
|
81
81
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
|
82
82
|
|
83
|
-
<a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="returnvalue">GtkRecentInfo</span></a> *
|
83
|
+
<a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="returnvalue">GtkRecentInfo</span></a> * <a class="link" href="GtkRecentManager.html#gtk-recent-info-ref" title="gtk_recent_info_ref ()">gtk_recent_info_ref</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);
|
84
84
|
<span class="returnvalue">void</span> <a class="link" href="GtkRecentManager.html#gtk-recent-info-unref" title="gtk_recent_info_unref ()">gtk_recent_info_unref</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);
|
85
85
|
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkRecentManager.html#gtk-recent-info-get-uri" title="gtk_recent_info_get_uri ()">gtk_recent_info_get_uri</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);
|
86
86
|
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkRecentManager.html#gtk-recent-info-get-display-name" title="gtk_recent_info_get_display_name ()">gtk_recent_info_get_display_name</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);
|
@@ -96,19 +96,19 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
96
96
|
<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> **app_exec</code></em>,
|
97
97
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *count</code></em>,
|
98
98
|
<em class="parameter"><code><span class="type">time_t</span> *time_</code></em>);
|
99
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
99
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> ** <a class="link" href="GtkRecentManager.html#gtk-recent-info-get-applications" title="gtk_recent_info_get_applications ()">gtk_recent_info_get_applications</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>,
|
100
100
|
<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>);
|
101
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
102
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
101
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkRecentManager.html#gtk-recent-info-last-application" title="gtk_recent_info_last_application ()">gtk_recent_info_last_application</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);
|
102
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> ** <a class="link" href="GtkRecentManager.html#gtk-recent-info-get-groups" title="gtk_recent_info_get_groups ()">gtk_recent_info_get_groups</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>,
|
103
103
|
<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>);
|
104
104
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkRecentManager.html#gtk-recent-info-has-group" title="gtk_recent_info_has_group ()">gtk_recent_info_has_group</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>,
|
105
105
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *group_name</code></em>);
|
106
106
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkRecentManager.html#gtk-recent-info-has-application" title="gtk_recent_info_has_application ()">gtk_recent_info_has_application</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>,
|
107
107
|
<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> *app_name</code></em>);
|
108
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
108
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="GtkRecentManager.html#gtk-recent-info-get-icon" title="gtk_recent_info_get_icon ()">gtk_recent_info_get_icon</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>,
|
109
109
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);
|
110
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
111
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
110
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkRecentManager.html#gtk-recent-info-get-short-name" title="gtk_recent_info_get_short_name ()">gtk_recent_info_get_short_name</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);
|
111
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkRecentManager.html#gtk-recent-info-get-uri-display" title="gtk_recent_info_get_uri_display ()">gtk_recent_info_get_uri_display</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);
|
112
112
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkRecentManager.html#gtk-recent-info-get-age" title="gtk_recent_info_get_age ()">gtk_recent_info_get_age</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);
|
113
113
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkRecentManager.html#gtk-recent-info-is-local" title="gtk_recent_info_is_local ()">gtk_recent_info_is_local</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);
|
114
114
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkRecentManager.html#gtk-recent-info-exists" title="gtk_recent_info_exists ()">gtk_recent_info_exists</a> (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);
|
@@ -116,14 +116,14 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
116
116
|
<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info_b</code></em>);
|
117
117
|
</pre>
|
118
118
|
</div>
|
119
|
-
<div class="refsect1"
|
119
|
+
<div class="refsect1">
|
120
120
|
<a name="GtkRecentManager.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
121
121
|
<pre class="synopsis">
|
122
122
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
123
123
|
+----GtkRecentManager
|
124
124
|
</pre>
|
125
125
|
</div>
|
126
|
-
<div class="refsect1"
|
126
|
+
<div class="refsect1">
|
127
127
|
<a name="GtkRecentManager.properties"></a><h2>Properties</h2>
|
128
128
|
<pre class="synopsis">
|
129
129
|
"<a class="link" href="GtkRecentManager.html#GtkRecentManager--filename" title='The "filename" property'>filename</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only
|
@@ -131,13 +131,13 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
131
131
|
"<a class="link" href="GtkRecentManager.html#GtkRecentManager--size" title='The "size" property'>size</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
132
132
|
</pre>
|
133
133
|
</div>
|
134
|
-
<div class="refsect1"
|
134
|
+
<div class="refsect1">
|
135
135
|
<a name="GtkRecentManager.signals"></a><h2>Signals</h2>
|
136
136
|
<pre class="synopsis">
|
137
|
-
"<a class="link" href="GtkRecentManager.html#GtkRecentManager-changed" title='The "changed" signal'>changed</a>" : Run First
|
137
|
+
"<a class="link" href="GtkRecentManager.html#GtkRecentManager-changed" title='The "changed" signal'>changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
138
138
|
</pre>
|
139
139
|
</div>
|
140
|
-
<div class="refsect1"
|
140
|
+
<div class="refsect1">
|
141
141
|
<a name="GtkRecentManager.description"></a><h2>Description</h2>
|
142
142
|
<p>
|
143
143
|
<a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> provides a facility for adding, removing and
|
@@ -217,11 +217,11 @@ While looking up a recently used file is as simple as:
|
|
217
217
|
Recently used files are supported since GTK+ 2.10.
|
218
218
|
</p>
|
219
219
|
</div>
|
220
|
-
<div class="refsect1"
|
220
|
+
<div class="refsect1">
|
221
221
|
<a name="GtkRecentManager.details"></a><h2>Details</h2>
|
222
|
-
<div class="refsect2"
|
223
|
-
<a name="GtkRecentManager-struct"></a><h3>GtkRecentManager</h3>
|
224
|
-
<pre class="programlisting">
|
222
|
+
<div class="refsect2">
|
223
|
+
<a name="GtkRecentManager-struct"></a><h3>struct GtkRecentManager</h3>
|
224
|
+
<pre class="programlisting">struct GtkRecentManager;</pre>
|
225
225
|
<p>
|
226
226
|
Acts as a database of information about the list of recently
|
227
227
|
used files. Normally, you retrieve the recent manager for a
|
@@ -230,7 +230,7 @@ and it will contain information about current recent manager
|
|
230
230
|
for that screen.</p>
|
231
231
|
</div>
|
232
232
|
<hr>
|
233
|
-
<div class="refsect2"
|
233
|
+
<div class="refsect2">
|
234
234
|
<a name="GtkRecentInfo"></a><h3>GtkRecentInfo</h3>
|
235
235
|
<pre class="programlisting">typedef struct _GtkRecentInfo GtkRecentInfo;</pre>
|
236
236
|
<p>
|
@@ -239,9 +239,9 @@ recently used files list.
|
|
239
239
|
</p>
|
240
240
|
</div>
|
241
241
|
<hr>
|
242
|
-
<div class="refsect2"
|
243
|
-
<a name="GtkRecentData"></a><h3>GtkRecentData</h3>
|
244
|
-
<pre class="programlisting">
|
242
|
+
<div class="refsect2">
|
243
|
+
<a name="GtkRecentData"></a><h3>struct GtkRecentData</h3>
|
244
|
+
<pre class="programlisting">struct GtkRecentData {
|
245
245
|
gchar *display_name;
|
246
246
|
gchar *description;
|
247
247
|
|
@@ -253,7 +253,7 @@ recently used files list.
|
|
253
253
|
gchar **groups;
|
254
254
|
|
255
255
|
gboolean is_private;
|
256
|
-
}
|
256
|
+
};
|
257
257
|
</pre>
|
258
258
|
<p>
|
259
259
|
Meta-data to be passed to <a class="link" href="GtkRecentManager.html#gtk-recent-manager-add-full" title="gtk_recent_manager_add_full ()"><code class="function">gtk_recent_manager_add_full()</code></a> when
|
@@ -265,50 +265,43 @@ registering a recently used resource.
|
|
265
265
|
<tr>
|
266
266
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkRecentData.display-name"></a>display_name</code></em>;</span></p></td>
|
267
267
|
<td>a UTF-8 encoded string, containing the name of the recently
|
268
|
-
|
269
|
-
</td>
|
268
|
+
used resource to be displayed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>;</td>
|
270
269
|
</tr>
|
271
270
|
<tr>
|
272
271
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkRecentData.description"></a>description</code></em>;</span></p></td>
|
273
272
|
<td>a UTF-8 encoded string, containing a short description of
|
274
|
-
|
275
|
-
</td>
|
273
|
+
the resource, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>;</td>
|
276
274
|
</tr>
|
277
275
|
<tr>
|
278
276
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkRecentData.mime-type"></a>mime_type</code></em>;</span></p></td>
|
279
|
-
<td>the MIME type of the resource
|
280
|
-
</td>
|
277
|
+
<td>the MIME type of the resource;</td>
|
281
278
|
</tr>
|
282
279
|
<tr>
|
283
280
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkRecentData.app-name"></a>app_name</code></em>;</span></p></td>
|
284
281
|
<td>the name of the application that is registering this recently
|
285
|
-
|
286
|
-
</td>
|
282
|
+
used resource;</td>
|
287
283
|
</tr>
|
288
284
|
<tr>
|
289
285
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkRecentData.app-exec"></a>app_exec</code></em>;</span></p></td>
|
290
286
|
<td>command line used to launch this resource; may contain the
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
</td>
|
287
|
+
"%f" and "%u" escape characters which will be expanded
|
288
|
+
to the resource file path and URI respectively when the command line
|
289
|
+
is retrieved;</td>
|
295
290
|
</tr>
|
296
291
|
<tr>
|
297
292
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **<em class="structfield"><code><a name="GtkRecentData.groups"></a>groups</code></em>;</span></p></td>
|
298
|
-
<td>a vector of strings containing groups names
|
299
|
-
</td>
|
293
|
+
<td>a vector of strings containing groups names;</td>
|
300
294
|
</tr>
|
301
295
|
<tr>
|
302
296
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> <em class="structfield"><code><a name="GtkRecentData.is-private"></a>is_private</code></em>;</span></p></td>
|
303
297
|
<td>whether this resource should be displayed only by the
|
304
|
-
|
305
|
-
</td>
|
298
|
+
applications that have registered it or not.</td>
|
306
299
|
</tr>
|
307
300
|
</tbody>
|
308
301
|
</table></div>
|
309
302
|
</div>
|
310
303
|
<hr>
|
311
|
-
<div class="refsect2"
|
304
|
+
<div class="refsect2">
|
312
305
|
<a name="GTK-RECENT-MANAGER-ERROR:CAPS"></a><h3>GTK_RECENT_MANAGER_ERROR</h3>
|
313
306
|
<pre class="programlisting">#define GTK_RECENT_MANAGER_ERROR (gtk_recent_manager_error_quark ())
|
314
307
|
</pre>
|
@@ -317,7 +310,7 @@ The <a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuar
|
|
317
310
|
</p>
|
318
311
|
</div>
|
319
312
|
<hr>
|
320
|
-
<div class="refsect2"
|
313
|
+
<div class="refsect2">
|
321
314
|
<a name="GtkRecentManagerError"></a><h3>enum GtkRecentManagerError</h3>
|
322
315
|
<pre class="programlisting">typedef enum
|
323
316
|
{
|
@@ -380,7 +373,7 @@ Error codes for GtkRecentManager operations
|
|
380
373
|
</table></div>
|
381
374
|
</div>
|
382
375
|
<hr>
|
383
|
-
<div class="refsect2"
|
376
|
+
<div class="refsect2">
|
384
377
|
<a name="gtk-recent-manager-new"></a><h3>gtk_recent_manager_new ()</h3>
|
385
378
|
<pre class="programlisting"><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="returnvalue">GtkRecentManager</span></a> * gtk_recent_manager_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
386
379
|
<p>
|
@@ -397,15 +390,13 @@ needed. You should use <a class="link" href="GtkRecentManager.html#gtk-recent-ma
|
|
397
390
|
<col align="left" valign="top">
|
398
391
|
<tbody><tr>
|
399
392
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
400
|
-
<td>
|
401
|
-
|
402
|
-
</td>
|
393
|
+
<td>A newly created <a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> object.</td>
|
403
394
|
</tr></tbody>
|
404
395
|
</table></div>
|
405
396
|
<p class="since">Since 2.10</p>
|
406
397
|
</div>
|
407
398
|
<hr>
|
408
|
-
<div class="refsect2"
|
399
|
+
<div class="refsect2">
|
409
400
|
<a name="gtk-recent-manager-get-default"></a><h3>gtk_recent_manager_get_default ()</h3>
|
410
401
|
<pre class="programlisting"><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="returnvalue">GtkRecentManager</span></a> * gtk_recent_manager_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
411
402
|
<p>
|
@@ -417,17 +408,17 @@ returned instance will be freed when you application terminates.
|
|
417
408
|
<col align="left" valign="top">
|
418
409
|
<tbody><tr>
|
419
410
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
420
|
-
<td>
|
411
|
+
<td>A unique <a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a>. Do not ref or unref it. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
421
412
|
</td>
|
422
413
|
</tr></tbody>
|
423
414
|
</table></div>
|
424
415
|
<p class="since">Since 2.10</p>
|
425
416
|
</div>
|
426
417
|
<hr>
|
427
|
-
<div class="refsect2"
|
418
|
+
<div class="refsect2">
|
428
419
|
<a name="gtk-recent-manager-get-for-screen"></a><h3>gtk_recent_manager_get_for_screen ()</h3>
|
429
420
|
<pre class="programlisting"><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="returnvalue">GtkRecentManager</span></a> * gtk_recent_manager_get_for_screen (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
|
430
|
-
<div class="warning"
|
421
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
431
422
|
<h3 class="title">Warning</h3>
|
432
423
|
<p><code class="literal">gtk_recent_manager_get_for_screen</code> has been deprecated since version 2.12 and should not be used in newly-written code. This function has been deprecated and should
|
433
424
|
not be used in newly written code. Calling this function is
|
@@ -453,23 +444,21 @@ users.
|
|
453
444
|
</tr>
|
454
445
|
<tr>
|
455
446
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
456
|
-
<td>
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
</td>
|
447
|
+
<td>A unique <a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> associated with the given
|
448
|
+
screen. This recent manager is associated to the with the screen
|
449
|
+
and can be used as long as the screen is open. Do not ref or
|
450
|
+
unref it.</td>
|
462
451
|
</tr>
|
463
452
|
</tbody>
|
464
453
|
</table></div>
|
465
454
|
<p class="since">Since 2.10</p>
|
466
455
|
</div>
|
467
456
|
<hr>
|
468
|
-
<div class="refsect2"
|
457
|
+
<div class="refsect2">
|
469
458
|
<a name="gtk-recent-manager-set-screen"></a><h3>gtk_recent_manager_set_screen ()</h3>
|
470
459
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_manager_set_screen (<em class="parameter"><code><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> *manager</code></em>,
|
471
460
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
|
472
|
-
<div class="warning"
|
461
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
473
462
|
<h3 class="title">Warning</h3>
|
474
463
|
<p><code class="literal">gtk_recent_manager_set_screen</code> has been deprecated since version 2.12 and should not be used in newly-written code. This function has been deprecated and should
|
475
464
|
not be used in newly written code. Calling this function has
|
@@ -498,7 +487,7 @@ storage.
|
|
498
487
|
<p class="since">Since 2.10</p>
|
499
488
|
</div>
|
500
489
|
<hr>
|
501
|
-
<div class="refsect2"
|
490
|
+
<div class="refsect2">
|
502
491
|
<a name="gtk-recent-manager-add-item"></a><h3>gtk_recent_manager_add_item ()</h3>
|
503
492
|
<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_manager_add_item (<em class="parameter"><code><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> *manager</code></em>,
|
504
493
|
<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>
|
@@ -525,29 +514,27 @@ define the metadata for the resource pointed by <em class="parameter"><code>uri<
|
|
525
514
|
</tr>
|
526
515
|
<tr>
|
527
516
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
528
|
-
<td>a valid URI
|
529
|
-
</td>
|
517
|
+
<td>a valid URI</td>
|
530
518
|
</tr>
|
531
519
|
<tr>
|
532
520
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
533
|
-
<td>
|
534
|
-
|
535
|
-
|
536
|
-
</td>
|
521
|
+
<td>
|
522
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the new item was successfully added
|
523
|
+
to the recently used resources list</td>
|
537
524
|
</tr>
|
538
525
|
</tbody>
|
539
526
|
</table></div>
|
540
527
|
<p class="since">Since 2.10</p>
|
541
528
|
</div>
|
542
529
|
<hr>
|
543
|
-
<div class="refsect2"
|
530
|
+
<div class="refsect2">
|
544
531
|
<a name="gtk-recent-manager-add-full"></a><h3>gtk_recent_manager_add_full ()</h3>
|
545
532
|
<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_manager_add_full (<em class="parameter"><code><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> *manager</code></em>,
|
546
533
|
<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>,
|
547
|
-
<em class="parameter"><code>const <a class="link" href="GtkRecentManager.html#GtkRecentData" title="GtkRecentData"><span class="type">GtkRecentData</span></a> *recent_data</code></em>);</pre>
|
534
|
+
<em class="parameter"><code>const <a class="link" href="GtkRecentManager.html#GtkRecentData" title="struct GtkRecentData"><span class="type">GtkRecentData</span></a> *recent_data</code></em>);</pre>
|
548
535
|
<p>
|
549
536
|
Adds a new resource, pointed by <em class="parameter"><code>uri</code></em>, into the recently used
|
550
|
-
resources list, using the metadata specified inside the <a class="link" href="GtkRecentManager.html#GtkRecentData" title="GtkRecentData"><span class="type">GtkRecentData</span></a>
|
537
|
+
resources list, using the metadata specified inside the <a class="link" href="GtkRecentManager.html#GtkRecentData" title="struct GtkRecentData"><span class="type">GtkRecentData</span></a>
|
551
538
|
structure passed in <em class="parameter"><code>recent_data</code></em>.
|
552
539
|
</p>
|
553
540
|
<p>
|
@@ -557,13 +544,13 @@ list.
|
|
557
544
|
<p>
|
558
545
|
In order to register the new recently used resource, metadata about
|
559
546
|
the resource must be passed as well as the URI; the metadata is
|
560
|
-
stored in a <a class="link" href="GtkRecentManager.html#GtkRecentData" title="GtkRecentData"><span class="type">GtkRecentData</span></a> structure, which must contain the MIME
|
547
|
+
stored in a <a class="link" href="GtkRecentManager.html#GtkRecentData" title="struct GtkRecentData"><span class="type">GtkRecentData</span></a> structure, which must contain the MIME
|
561
548
|
type of the resource pointed by the URI; the name of the application
|
562
549
|
that is registering the item, and a command line to be used when
|
563
550
|
launching the item.
|
564
551
|
</p>
|
565
552
|
<p>
|
566
|
-
Optionally, a <a class="link" href="GtkRecentManager.html#GtkRecentData" title="GtkRecentData"><span class="type">GtkRecentData</span></a> structure might contain a UTF-8 string
|
553
|
+
Optionally, a <a class="link" href="GtkRecentManager.html#GtkRecentData" title="struct GtkRecentData"><span class="type">GtkRecentData</span></a> structure might contain a UTF-8 string
|
567
554
|
to be used when viewing the item instead of the last component of the
|
568
555
|
URI; a short description of the item; whether the item should be
|
569
556
|
considered private - that is, should be displayed only by the
|
@@ -579,27 +566,24 @@ applications that have registered it.
|
|
579
566
|
</tr>
|
580
567
|
<tr>
|
581
568
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
582
|
-
<td>a valid URI
|
583
|
-
</td>
|
569
|
+
<td>a valid URI</td>
|
584
570
|
</tr>
|
585
571
|
<tr>
|
586
572
|
<td><p><span class="term"><em class="parameter"><code>recent_data</code></em> :</span></p></td>
|
587
|
-
<td>metadata of the resource
|
588
|
-
</td>
|
573
|
+
<td>metadata of the resource</td>
|
589
574
|
</tr>
|
590
575
|
<tr>
|
591
576
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
592
|
-
<td>
|
593
|
-
|
594
|
-
|
595
|
-
</td>
|
577
|
+
<td>
|
578
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the new item was successfully added to the
|
579
|
+
recently used resources list, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
596
580
|
</tr>
|
597
581
|
</tbody>
|
598
582
|
</table></div>
|
599
583
|
<p class="since">Since 2.10</p>
|
600
584
|
</div>
|
601
585
|
<hr>
|
602
|
-
<div class="refsect2"
|
586
|
+
<div class="refsect2">
|
603
587
|
<a name="gtk-recent-manager-remove-item"></a><h3>gtk_recent_manager_remove_item ()</h3>
|
604
588
|
<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_manager_remove_item (<em class="parameter"><code><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> *manager</code></em>,
|
605
589
|
<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>,
|
@@ -618,27 +602,25 @@ list handled by a recent manager.
|
|
618
602
|
</tr>
|
619
603
|
<tr>
|
620
604
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
621
|
-
<td>the URI of the item you wish to remove
|
622
|
-
</td>
|
605
|
+
<td>the URI of the item you wish to remove</td>
|
623
606
|
</tr>
|
624
607
|
<tr>
|
625
608
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
626
|
-
<td>
|
609
|
+
<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>
|
627
610
|
</td>
|
628
611
|
</tr>
|
629
612
|
<tr>
|
630
613
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
631
|
-
<td>
|
632
|
-
|
633
|
-
|
634
|
-
</td>
|
614
|
+
<td>
|
615
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the item pointed by <em class="parameter"><code>uri</code></em> has been successfully
|
616
|
+
removed by the recently used resources list, and <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
635
617
|
</tr>
|
636
618
|
</tbody>
|
637
619
|
</table></div>
|
638
620
|
<p class="since">Since 2.10</p>
|
639
621
|
</div>
|
640
622
|
<hr>
|
641
|
-
<div class="refsect2"
|
623
|
+
<div class="refsect2">
|
642
624
|
<a name="gtk-recent-manager-lookup-item"></a><h3>gtk_recent_manager_lookup_item ()</h3>
|
643
625
|
<pre class="programlisting"><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="returnvalue">GtkRecentInfo</span></a> * gtk_recent_manager_lookup_item (<em class="parameter"><code><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> *manager</code></em>,
|
644
626
|
<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>,
|
@@ -658,29 +640,26 @@ like its MIME type, or its display name.
|
|
658
640
|
</tr>
|
659
641
|
<tr>
|
660
642
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
661
|
-
<td>a URI
|
662
|
-
</td>
|
643
|
+
<td>a URI</td>
|
663
644
|
</tr>
|
664
645
|
<tr>
|
665
646
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
666
|
-
<td>
|
647
|
+
<td>a 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>
|
667
648
|
</td>
|
668
649
|
</tr>
|
669
650
|
<tr>
|
670
651
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
671
|
-
<td>
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
</td>
|
652
|
+
<td>a <a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> structure containing information
|
653
|
+
about the resource pointed by <em class="parameter"><code>uri</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the URI was
|
654
|
+
not registered in the recently used resources list. Free with
|
655
|
+
<a class="link" href="GtkRecentManager.html#gtk-recent-info-unref" title="gtk_recent_info_unref ()"><code class="function">gtk_recent_info_unref()</code></a>.</td>
|
677
656
|
</tr>
|
678
657
|
</tbody>
|
679
658
|
</table></div>
|
680
659
|
<p class="since">Since 2.10</p>
|
681
660
|
</div>
|
682
661
|
<hr>
|
683
|
-
<div class="refsect2"
|
662
|
+
<div class="refsect2">
|
684
663
|
<a name="gtk-recent-manager-has-item"></a><h3>gtk_recent_manager_has_item ()</h3>
|
685
664
|
<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_manager_has_item (<em class="parameter"><code><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> *manager</code></em>,
|
686
665
|
<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>
|
@@ -698,21 +677,19 @@ with <em class="parameter"><code>uri</code></em> inside the recent manager.
|
|
698
677
|
</tr>
|
699
678
|
<tr>
|
700
679
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
701
|
-
<td>a URI
|
702
|
-
</td>
|
680
|
+
<td>a URI</td>
|
703
681
|
</tr>
|
704
682
|
<tr>
|
705
683
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
706
|
-
<td>
|
707
|
-
|
708
|
-
</td>
|
684
|
+
<td>
|
685
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the resource was found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
709
686
|
</tr>
|
710
687
|
</tbody>
|
711
688
|
</table></div>
|
712
689
|
<p class="since">Since 2.10</p>
|
713
690
|
</div>
|
714
691
|
<hr>
|
715
|
-
<div class="refsect2"
|
692
|
+
<div class="refsect2">
|
716
693
|
<a name="gtk-recent-manager-move-item"></a><h3>gtk_recent_manager_move_item ()</h3>
|
717
694
|
<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_manager_move_item (<em class="parameter"><code><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> *manager</code></em>,
|
718
695
|
<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>,
|
@@ -735,35 +712,33 @@ by the URIs, but only the URI used in the recently used resources list.
|
|
735
712
|
</tr>
|
736
713
|
<tr>
|
737
714
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
738
|
-
<td>the URI of a recently used resource
|
739
|
-
</td>
|
715
|
+
<td>the URI of a recently used resource</td>
|
740
716
|
</tr>
|
741
717
|
<tr>
|
742
718
|
<td><p><span class="term"><em class="parameter"><code>new_uri</code></em> :</span></p></td>
|
743
|
-
<td>
|
744
|
-
|
719
|
+
<td>the new URI of the recently used resource, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
|
720
|
+
remove the item pointed by <em class="parameter"><code>uri</code></em> in the list. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
745
721
|
</td>
|
746
722
|
</tr>
|
747
723
|
<tr>
|
748
724
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
749
|
-
<td>
|
725
|
+
<td>a 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>
|
750
726
|
</td>
|
751
727
|
</tr>
|
752
728
|
<tr>
|
753
729
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
754
|
-
<td>
|
755
|
-
|
756
|
-
</td>
|
730
|
+
<td>
|
731
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success.</td>
|
757
732
|
</tr>
|
758
733
|
</tbody>
|
759
734
|
</table></div>
|
760
735
|
<p class="since">Since 2.10</p>
|
761
736
|
</div>
|
762
737
|
<hr>
|
763
|
-
<div class="refsect2"
|
738
|
+
<div class="refsect2">
|
764
739
|
<a name="gtk-recent-manager-get-limit"></a><h3>gtk_recent_manager_get_limit ()</h3>
|
765
740
|
<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_manager_get_limit (<em class="parameter"><code><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> *manager</code></em>);</pre>
|
766
|
-
<div class="warning"
|
741
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
767
742
|
<h3 class="title">Warning</h3>
|
768
743
|
<p><code class="literal">gtk_recent_manager_get_limit</code> has been deprecated since version 2.22 and should not be used in newly-written code. The length of the list should be managed by the
|
769
744
|
view (implementing <a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a>), and not by the model (the
|
@@ -783,20 +758,18 @@ function should return.
|
|
783
758
|
</tr>
|
784
759
|
<tr>
|
785
760
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
786
|
-
<td>
|
787
|
-
|
788
|
-
</td>
|
761
|
+
<td>the number of items to return, or -1 for every item.</td>
|
789
762
|
</tr>
|
790
763
|
</tbody>
|
791
764
|
</table></div>
|
792
765
|
<p class="since">Since 2.10</p>
|
793
766
|
</div>
|
794
767
|
<hr>
|
795
|
-
<div class="refsect2"
|
768
|
+
<div class="refsect2">
|
796
769
|
<a name="gtk-recent-manager-set-limit"></a><h3>gtk_recent_manager_set_limit ()</h3>
|
797
770
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_manager_set_limit (<em class="parameter"><code><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> *manager</code></em>,
|
798
771
|
<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>
|
799
|
-
<div class="warning"
|
772
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
800
773
|
<h3 class="title">Warning</h3>
|
801
774
|
<p><code class="literal">gtk_recent_manager_set_limit</code> has been deprecated since version 2.22 and should not be used in newly-written code. The length of the list should be managed by the
|
802
775
|
view (implementing <a class="link" href="GtkRecentChooser.html" title="GtkRecentChooser"><span class="type">GtkRecentChooser</span></a>), and not by the model (the
|
@@ -817,15 +790,14 @@ items.
|
|
817
790
|
</tr>
|
818
791
|
<tr>
|
819
792
|
<td><p><span class="term"><em class="parameter"><code>limit</code></em> :</span></p></td>
|
820
|
-
<td>the maximum number of items to return, or -1
|
821
|
-
</td>
|
793
|
+
<td>the maximum number of items to return, or -1.</td>
|
822
794
|
</tr>
|
823
795
|
</tbody>
|
824
796
|
</table></div>
|
825
797
|
<p class="since">Since 2.10</p>
|
826
798
|
</div>
|
827
799
|
<hr>
|
828
|
-
<div class="refsect2"
|
800
|
+
<div class="refsect2">
|
829
801
|
<a name="gtk-recent-manager-get-items"></a><h3>gtk_recent_manager_get_items ()</h3>
|
830
802
|
<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_manager_get_items (<em class="parameter"><code><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> *manager</code></em>);</pre>
|
831
803
|
<p>
|
@@ -841,10 +813,10 @@ Gets the list of recently used resources.
|
|
841
813
|
</tr>
|
842
814
|
<tr>
|
843
815
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
844
|
-
<td>
|
845
|
-
|
846
|
-
|
847
|
-
|
816
|
+
<td>a list of
|
817
|
+
newly allocated <a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> objects. Use
|
818
|
+
<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 each item inside the list, and then
|
819
|
+
free 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>
|
848
820
|
</td>
|
849
821
|
</tr>
|
850
822
|
</tbody>
|
@@ -852,7 +824,7 @@ Gets the list of recently used resources.
|
|
852
824
|
<p class="since">Since 2.10</p>
|
853
825
|
</div>
|
854
826
|
<hr>
|
855
|
-
<div class="refsect2"
|
827
|
+
<div class="refsect2">
|
856
828
|
<a name="gtk-recent-manager-purge-items"></a><h3>gtk_recent_manager_purge_items ()</h3>
|
857
829
|
<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_manager_purge_items (<em class="parameter"><code><a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> *manager</code></em>,
|
858
830
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
@@ -869,24 +841,22 @@ Purges every item from the recently used resources list.
|
|
869
841
|
</tr>
|
870
842
|
<tr>
|
871
843
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
872
|
-
<td>
|
844
|
+
<td>a 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>
|
873
845
|
</td>
|
874
846
|
</tr>
|
875
847
|
<tr>
|
876
848
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
877
|
-
<td>
|
878
|
-
|
879
|
-
|
880
|
-
</td>
|
849
|
+
<td>the number of items that have been removed from the
|
850
|
+
recently used resources list.</td>
|
881
851
|
</tr>
|
882
852
|
</tbody>
|
883
853
|
</table></div>
|
884
854
|
<p class="since">Since 2.10</p>
|
885
855
|
</div>
|
886
856
|
<hr>
|
887
|
-
<div class="refsect2"
|
857
|
+
<div class="refsect2">
|
888
858
|
<a name="gtk-recent-info-ref"></a><h3>gtk_recent_info_ref ()</h3>
|
889
|
-
<pre class="programlisting"><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="returnvalue">GtkRecentInfo</span></a> *
|
859
|
+
<pre class="programlisting"><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="returnvalue">GtkRecentInfo</span></a> * gtk_recent_info_ref (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
890
860
|
<p>
|
891
861
|
Increases the reference count of <em class="parameter"><code>recent_info</code></em> by one.
|
892
862
|
</p>
|
@@ -900,17 +870,15 @@ Increases the reference count of <em class="parameter"><code>recent_info</code><
|
|
900
870
|
</tr>
|
901
871
|
<tr>
|
902
872
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
903
|
-
<td>
|
904
|
-
|
905
|
-
|
906
|
-
</td>
|
873
|
+
<td>the recent info object with its reference count increased
|
874
|
+
by one.</td>
|
907
875
|
</tr>
|
908
876
|
</tbody>
|
909
877
|
</table></div>
|
910
878
|
<p class="since">Since 2.10</p>
|
911
879
|
</div>
|
912
880
|
<hr>
|
913
|
-
<div class="refsect2"
|
881
|
+
<div class="refsect2">
|
914
882
|
<a name="gtk-recent-info-unref"></a><h3>gtk_recent_info_unref ()</h3>
|
915
883
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_recent_info_unref (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
916
884
|
<p>
|
@@ -928,7 +896,7 @@ count reaches zero, <em class="parameter"><code>info</code></em> is deallocated,
|
|
928
896
|
<p class="since">Since 2.10</p>
|
929
897
|
</div>
|
930
898
|
<hr>
|
931
|
-
<div class="refsect2"
|
899
|
+
<div class="refsect2">
|
932
900
|
<a name="gtk-recent-info-get-uri"></a><h3>gtk_recent_info_get_uri ()</h3>
|
933
901
|
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_recent_info_get_uri (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
934
902
|
<p>
|
@@ -944,17 +912,15 @@ Gets the URI of the resource.
|
|
944
912
|
</tr>
|
945
913
|
<tr>
|
946
914
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
947
|
-
<td>
|
948
|
-
|
949
|
-
|
950
|
-
</td>
|
915
|
+
<td>the URI of the resource. The returned string is
|
916
|
+
owned by the recent manager, and should not be freed.</td>
|
951
917
|
</tr>
|
952
918
|
</tbody>
|
953
919
|
</table></div>
|
954
920
|
<p class="since">Since 2.10</p>
|
955
921
|
</div>
|
956
922
|
<hr>
|
957
|
-
<div class="refsect2"
|
923
|
+
<div class="refsect2">
|
958
924
|
<a name="gtk-recent-info-get-display-name"></a><h3>gtk_recent_info_get_display_name ()</h3>
|
959
925
|
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_recent_info_get_display_name (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
960
926
|
<p>
|
@@ -971,17 +937,15 @@ of the resource is obtained.
|
|
971
937
|
</tr>
|
972
938
|
<tr>
|
973
939
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
974
|
-
<td>
|
975
|
-
|
976
|
-
|
977
|
-
</td>
|
940
|
+
<td>the display name of the resource. The returned string
|
941
|
+
is owned by the recent manager, and should not be freed.</td>
|
978
942
|
</tr>
|
979
943
|
</tbody>
|
980
944
|
</table></div>
|
981
945
|
<p class="since">Since 2.10</p>
|
982
946
|
</div>
|
983
947
|
<hr>
|
984
|
-
<div class="refsect2"
|
948
|
+
<div class="refsect2">
|
985
949
|
<a name="gtk-recent-info-get-description"></a><h3>gtk_recent_info_get_description ()</h3>
|
986
950
|
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_recent_info_get_description (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
987
951
|
<p>
|
@@ -997,17 +961,15 @@ Gets the (short) description of the resource.
|
|
997
961
|
</tr>
|
998
962
|
<tr>
|
999
963
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1000
|
-
<td>
|
1001
|
-
|
1002
|
-
|
1003
|
-
</td>
|
964
|
+
<td>the description of the resource. The returned string
|
965
|
+
is owned by the recent manager, and should not be freed.</td>
|
1004
966
|
</tr>
|
1005
967
|
</tbody>
|
1006
968
|
</table></div>
|
1007
969
|
<p class="since">Since 2.10</p>
|
1008
970
|
</div>
|
1009
971
|
<hr>
|
1010
|
-
<div class="refsect2"
|
972
|
+
<div class="refsect2">
|
1011
973
|
<a name="gtk-recent-info-get-mime-type"></a><h3>gtk_recent_info_get_mime_type ()</h3>
|
1012
974
|
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_recent_info_get_mime_type (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
1013
975
|
<p>
|
@@ -1023,17 +985,15 @@ Gets the MIME type of the resource.
|
|
1023
985
|
</tr>
|
1024
986
|
<tr>
|
1025
987
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1026
|
-
<td>
|
1027
|
-
|
1028
|
-
|
1029
|
-
</td>
|
988
|
+
<td>the MIME type of the resource. The returned string
|
989
|
+
is owned by the recent manager, and should not be freed.</td>
|
1030
990
|
</tr>
|
1031
991
|
</tbody>
|
1032
992
|
</table></div>
|
1033
993
|
<p class="since">Since 2.10</p>
|
1034
994
|
</div>
|
1035
995
|
<hr>
|
1036
|
-
<div class="refsect2"
|
996
|
+
<div class="refsect2">
|
1037
997
|
<a name="gtk-recent-info-get-added"></a><h3>gtk_recent_info_get_added ()</h3>
|
1038
998
|
<pre class="programlisting"><span class="returnvalue">time_t</span> gtk_recent_info_get_added (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
1039
999
|
<p>
|
@@ -1050,17 +1010,15 @@ was added to the recently used resources list.
|
|
1050
1010
|
</tr>
|
1051
1011
|
<tr>
|
1052
1012
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1053
|
-
<td>
|
1054
|
-
|
1055
|
-
|
1056
|
-
</td>
|
1013
|
+
<td>the number of seconds elapsed from system's Epoch when
|
1014
|
+
the resource was added to the list, or -1 on failure.</td>
|
1057
1015
|
</tr>
|
1058
1016
|
</tbody>
|
1059
1017
|
</table></div>
|
1060
1018
|
<p class="since">Since 2.10</p>
|
1061
1019
|
</div>
|
1062
1020
|
<hr>
|
1063
|
-
<div class="refsect2"
|
1021
|
+
<div class="refsect2">
|
1064
1022
|
<a name="gtk-recent-info-get-modified"></a><h3>gtk_recent_info_get_modified ()</h3>
|
1065
1023
|
<pre class="programlisting"><span class="returnvalue">time_t</span> gtk_recent_info_get_modified (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
1066
1024
|
<p>
|
@@ -1077,17 +1035,15 @@ was last modified.
|
|
1077
1035
|
</tr>
|
1078
1036
|
<tr>
|
1079
1037
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1080
|
-
<td>
|
1081
|
-
|
1082
|
-
|
1083
|
-
</td>
|
1038
|
+
<td>the number of seconds elapsed from system's Epoch when
|
1039
|
+
the resource was last modified, or -1 on failure.</td>
|
1084
1040
|
</tr>
|
1085
1041
|
</tbody>
|
1086
1042
|
</table></div>
|
1087
1043
|
<p class="since">Since 2.10</p>
|
1088
1044
|
</div>
|
1089
1045
|
<hr>
|
1090
|
-
<div class="refsect2"
|
1046
|
+
<div class="refsect2">
|
1091
1047
|
<a name="gtk-recent-info-get-visited"></a><h3>gtk_recent_info_get_visited ()</h3>
|
1092
1048
|
<pre class="programlisting"><span class="returnvalue">time_t</span> gtk_recent_info_get_visited (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
1093
1049
|
<p>
|
@@ -1104,17 +1060,15 @@ was last visited.
|
|
1104
1060
|
</tr>
|
1105
1061
|
<tr>
|
1106
1062
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1107
|
-
<td>
|
1108
|
-
|
1109
|
-
|
1110
|
-
</td>
|
1063
|
+
<td>the number of seconds elapsed from system's Epoch when
|
1064
|
+
the resource was last visited, or -1 on failure.</td>
|
1111
1065
|
</tr>
|
1112
1066
|
</tbody>
|
1113
1067
|
</table></div>
|
1114
1068
|
<p class="since">Since 2.10</p>
|
1115
1069
|
</div>
|
1116
1070
|
<hr>
|
1117
|
-
<div class="refsect2"
|
1071
|
+
<div class="refsect2">
|
1118
1072
|
<a name="gtk-recent-info-get-private-hint"></a><h3>gtk_recent_info_get_private_hint ()</h3>
|
1119
1073
|
<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_info_get_private_hint (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
1120
1074
|
<p>
|
@@ -1132,16 +1086,15 @@ applications that have registered them.
|
|
1132
1086
|
</tr>
|
1133
1087
|
<tr>
|
1134
1088
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1135
|
-
<td>
|
1136
|
-
|
1137
|
-
</td>
|
1089
|
+
<td>
|
1090
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the private flag was found, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
1138
1091
|
</tr>
|
1139
1092
|
</tbody>
|
1140
1093
|
</table></div>
|
1141
1094
|
<p class="since">Since 2.10</p>
|
1142
1095
|
</div>
|
1143
1096
|
<hr>
|
1144
|
-
<div class="refsect2"
|
1097
|
+
<div class="refsect2">
|
1145
1098
|
<a name="gtk-recent-info-get-application-info"></a><h3>gtk_recent_info_get_application_info ()</h3>
|
1146
1099
|
<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_info_get_application_info
|
1147
1100
|
(<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>,
|
@@ -1167,42 +1120,40 @@ storage specification, they will be expanded.
|
|
1167
1120
|
</tr>
|
1168
1121
|
<tr>
|
1169
1122
|
<td><p><span class="term"><em class="parameter"><code>app_name</code></em> :</span></p></td>
|
1170
|
-
<td>the name of the application that has registered this item
|
1171
|
-
</td>
|
1123
|
+
<td>the name of the application that has registered this item</td>
|
1172
1124
|
</tr>
|
1173
1125
|
<tr>
|
1174
1126
|
<td><p><span class="term"><em class="parameter"><code>app_exec</code></em> :</span></p></td>
|
1175
|
-
<td>
|
1127
|
+
<td>return location for the string containing the command line. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1176
1128
|
</td>
|
1177
1129
|
</tr>
|
1178
1130
|
<tr>
|
1179
1131
|
<td><p><span class="term"><em class="parameter"><code>count</code></em> :</span></p></td>
|
1180
|
-
<td>
|
1132
|
+
<td>return location for the number of times this item was registered. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1181
1133
|
</td>
|
1182
1134
|
</tr>
|
1183
1135
|
<tr>
|
1184
1136
|
<td><p><span class="term"><em class="parameter"><code>time_</code></em> :</span></p></td>
|
1185
|
-
<td>
|
1186
|
-
|
1137
|
+
<td>return location for the timestamp this item was last registered
|
1138
|
+
for this application. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1187
1139
|
</td>
|
1188
1140
|
</tr>
|
1189
1141
|
<tr>
|
1190
1142
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1191
|
-
<td>
|
1192
|
-
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
</td>
|
1143
|
+
<td>
|
1144
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an application with <em class="parameter"><code>app_name</code></em> has registered this
|
1145
|
+
resource inside the recently used list, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise. The
|
1146
|
+
<em class="parameter"><code>app_exec</code></em> string is owned by the <a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> and should not be
|
1147
|
+
modified or freed</td>
|
1197
1148
|
</tr>
|
1198
1149
|
</tbody>
|
1199
1150
|
</table></div>
|
1200
1151
|
<p class="since">Since 2.10</p>
|
1201
1152
|
</div>
|
1202
1153
|
<hr>
|
1203
|
-
<div class="refsect2"
|
1154
|
+
<div class="refsect2">
|
1204
1155
|
<a name="gtk-recent-info-get-applications"></a><h3>gtk_recent_info_get_applications ()</h3>
|
1205
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
1156
|
+
<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_info_get_applications (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>,
|
1206
1157
|
<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>
|
1207
1158
|
<p>
|
1208
1159
|
Retrieves the list of applications that have registered this resource.
|
@@ -1217,13 +1168,13 @@ Retrieves the list of applications that have registered this resource.
|
|
1217
1168
|
</tr>
|
1218
1169
|
<tr>
|
1219
1170
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
1220
|
-
<td>
|
1171
|
+
<td>return location for the length of the returned list. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1221
1172
|
</td>
|
1222
1173
|
</tr>
|
1223
1174
|
<tr>
|
1224
1175
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1225
|
-
<td>
|
1226
|
-
|
1176
|
+
<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.
|
1177
|
+
Use <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. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1227
1178
|
</td>
|
1228
1179
|
</tr>
|
1229
1180
|
</tbody>
|
@@ -1231,9 +1182,9 @@ Retrieves the list of applications that have registered this resource.
|
|
1231
1182
|
<p class="since">Since 2.10</p>
|
1232
1183
|
</div>
|
1233
1184
|
<hr>
|
1234
|
-
<div class="refsect2"
|
1185
|
+
<div class="refsect2">
|
1235
1186
|
<a name="gtk-recent-info-last-application"></a><h3>gtk_recent_info_last_application ()</h3>
|
1236
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1187
|
+
<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_info_last_application (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
1237
1188
|
<p>
|
1238
1189
|
Gets the name of the last application that have registered the
|
1239
1190
|
recently used resource represented by <em class="parameter"><code>info</code></em>.
|
@@ -1248,18 +1199,16 @@ recently used resource represented by <em class="parameter"><code>info</code></e
|
|
1248
1199
|
</tr>
|
1249
1200
|
<tr>
|
1250
1201
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1251
|
-
<td>
|
1252
|
-
|
1253
|
-
</td>
|
1202
|
+
<td>an application name. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> to free it.</td>
|
1254
1203
|
</tr>
|
1255
1204
|
</tbody>
|
1256
1205
|
</table></div>
|
1257
1206
|
<p class="since">Since 2.10</p>
|
1258
1207
|
</div>
|
1259
1208
|
<hr>
|
1260
|
-
<div class="refsect2"
|
1209
|
+
<div class="refsect2">
|
1261
1210
|
<a name="gtk-recent-info-get-groups"></a><h3>gtk_recent_info_get_groups ()</h3>
|
1262
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **
|
1211
|
+
<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_info_get_groups (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>,
|
1263
1212
|
<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>
|
1264
1213
|
<p>
|
1265
1214
|
Returns all groups registered for the recently used item <em class="parameter"><code>info</code></em>. The
|
@@ -1276,13 +1225,13 @@ optionally be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standar
|
|
1276
1225
|
</tr>
|
1277
1226
|
<tr>
|
1278
1227
|
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
|
1279
|
-
<td>
|
1228
|
+
<td>return location for the number of groups returned. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1280
1229
|
</td>
|
1281
1230
|
</tr>
|
1282
1231
|
<tr>
|
1283
1232
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1284
|
-
<td>
|
1285
|
-
|
1233
|
+
<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.
|
1234
|
+
Use <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. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=length zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1286
1235
|
</td>
|
1287
1236
|
</tr>
|
1288
1237
|
</tbody>
|
@@ -1290,7 +1239,7 @@ optionally be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standar
|
|
1290
1239
|
<p class="since">Since 2.10</p>
|
1291
1240
|
</div>
|
1292
1241
|
<hr>
|
1293
|
-
<div class="refsect2"
|
1242
|
+
<div class="refsect2">
|
1294
1243
|
<a name="gtk-recent-info-has-group"></a><h3>gtk_recent_info_has_group ()</h3>
|
1295
1244
|
<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_info_has_group (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>,
|
1296
1245
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *group_name</code></em>);</pre>
|
@@ -1308,21 +1257,19 @@ recently used item <em class="parameter"><code>info</code></em>.
|
|
1308
1257
|
</tr>
|
1309
1258
|
<tr>
|
1310
1259
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
1311
|
-
<td>name of a group
|
1312
|
-
</td>
|
1260
|
+
<td>name of a group</td>
|
1313
1261
|
</tr>
|
1314
1262
|
<tr>
|
1315
1263
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1316
|
-
<td>
|
1317
|
-
|
1318
|
-
</td>
|
1264
|
+
<td>
|
1265
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the group was found.</td>
|
1319
1266
|
</tr>
|
1320
1267
|
</tbody>
|
1321
1268
|
</table></div>
|
1322
1269
|
<p class="since">Since 2.10</p>
|
1323
1270
|
</div>
|
1324
1271
|
<hr>
|
1325
|
-
<div class="refsect2"
|
1272
|
+
<div class="refsect2">
|
1326
1273
|
<a name="gtk-recent-info-has-application"></a><h3>gtk_recent_info_has_application ()</h3>
|
1327
1274
|
<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_info_has_application (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>,
|
1328
1275
|
<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> *app_name</code></em>);</pre>
|
@@ -1339,24 +1286,22 @@ Checks whether an application registered this resource using <em class="paramete
|
|
1339
1286
|
</tr>
|
1340
1287
|
<tr>
|
1341
1288
|
<td><p><span class="term"><em class="parameter"><code>app_name</code></em> :</span></p></td>
|
1342
|
-
<td>a string containing an application name
|
1343
|
-
</td>
|
1289
|
+
<td>a string containing an application name</td>
|
1344
1290
|
</tr>
|
1345
1291
|
<tr>
|
1346
1292
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1347
|
-
<td>
|
1348
|
-
|
1349
|
-
|
1350
|
-
</td>
|
1293
|
+
<td>
|
1294
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an application with name <em class="parameter"><code>app_name</code></em> was found,
|
1295
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
1351
1296
|
</tr>
|
1352
1297
|
</tbody>
|
1353
1298
|
</table></div>
|
1354
1299
|
<p class="since">Since 2.10</p>
|
1355
1300
|
</div>
|
1356
1301
|
<hr>
|
1357
|
-
<div class="refsect2"
|
1302
|
+
<div class="refsect2">
|
1358
1303
|
<a name="gtk-recent-info-get-icon"></a><h3>gtk_recent_info_get_icon ()</h3>
|
1359
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
1304
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * gtk_recent_info_get_icon (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>,
|
1360
1305
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>);</pre>
|
1361
1306
|
<p>
|
1362
1307
|
Retrieves the icon of size <em class="parameter"><code>size</code></em> associated to the resource MIME type.
|
@@ -1371,14 +1316,12 @@ Retrieves the icon of size <em class="parameter"><code>size</code></em> associat
|
|
1371
1316
|
</tr>
|
1372
1317
|
<tr>
|
1373
1318
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
1374
|
-
<td>the size of the icon in pixels
|
1375
|
-
</td>
|
1319
|
+
<td>the size of the icon in pixels</td>
|
1376
1320
|
</tr>
|
1377
1321
|
<tr>
|
1378
1322
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1379
|
-
<td>
|
1380
|
-
|
1381
|
-
|
1323
|
+
<td>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> containing the icon,
|
1324
|
+
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when finished using the icon. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1382
1325
|
</td>
|
1383
1326
|
</tr>
|
1384
1327
|
</tbody>
|
@@ -1386,9 +1329,9 @@ Retrieves the icon of size <em class="parameter"><code>size</code></em> associat
|
|
1386
1329
|
<p class="since">Since 2.10</p>
|
1387
1330
|
</div>
|
1388
1331
|
<hr>
|
1389
|
-
<div class="refsect2"
|
1332
|
+
<div class="refsect2">
|
1390
1333
|
<a name="gtk-recent-info-get-short-name"></a><h3>gtk_recent_info_get_short_name ()</h3>
|
1391
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1334
|
+
<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_info_get_short_name (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
1392
1335
|
<p>
|
1393
1336
|
Computes a valid UTF-8 string that can be used as the name of the item in a
|
1394
1337
|
menu or list. For example, calling this function on an item that refers to
|
@@ -1404,19 +1347,17 @@ menu or list. For example, calling this function on an item that refers to
|
|
1404
1347
|
</tr>
|
1405
1348
|
<tr>
|
1406
1349
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1407
|
-
<td>
|
1408
|
-
|
1409
|
-
|
1410
|
-
</td>
|
1350
|
+
<td>A newly-allocated string in UTF-8 encoding; free it with
|
1351
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
|
1411
1352
|
</tr>
|
1412
1353
|
</tbody>
|
1413
1354
|
</table></div>
|
1414
1355
|
<p class="since">Since 2.10</p>
|
1415
1356
|
</div>
|
1416
1357
|
<hr>
|
1417
|
-
<div class="refsect2"
|
1358
|
+
<div class="refsect2">
|
1418
1359
|
<a name="gtk-recent-info-get-uri-display"></a><h3>gtk_recent_info_get_uri_display ()</h3>
|
1419
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1360
|
+
<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_info_get_uri_display (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
1420
1361
|
<p>
|
1421
1362
|
Gets a displayable version of the resource's URI. If the resource
|
1422
1363
|
is local, it returns a local path; if the resource is not local,
|
@@ -1432,17 +1373,15 @@ it returns the UTF-8 encoded content of <a class="link" href="GtkRecentManager.h
|
|
1432
1373
|
</tr>
|
1433
1374
|
<tr>
|
1434
1375
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1435
|
-
<td>
|
1436
|
-
|
1437
|
-
|
1438
|
-
</td>
|
1376
|
+
<td>a newly allocated UTF-8 string containing the
|
1377
|
+
resource's URI or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done using it.</td>
|
1439
1378
|
</tr>
|
1440
1379
|
</tbody>
|
1441
1380
|
</table></div>
|
1442
1381
|
<p class="since">Since 2.10</p>
|
1443
1382
|
</div>
|
1444
1383
|
<hr>
|
1445
|
-
<div class="refsect2"
|
1384
|
+
<div class="refsect2">
|
1446
1385
|
<a name="gtk-recent-info-get-age"></a><h3>gtk_recent_info_get_age ()</h3>
|
1447
1386
|
<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_info_get_age (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
1448
1387
|
<p>
|
@@ -1459,17 +1398,15 @@ pointed by <em class="parameter"><code>info</code></em>.
|
|
1459
1398
|
</tr>
|
1460
1399
|
<tr>
|
1461
1400
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1462
|
-
<td>
|
1463
|
-
|
1464
|
-
|
1465
|
-
</td>
|
1401
|
+
<td>a positive integer containing the number of days elapsed
|
1402
|
+
since the time this resource was last modified.</td>
|
1466
1403
|
</tr>
|
1467
1404
|
</tbody>
|
1468
1405
|
</table></div>
|
1469
1406
|
<p class="since">Since 2.10</p>
|
1470
1407
|
</div>
|
1471
1408
|
<hr>
|
1472
|
-
<div class="refsect2"
|
1409
|
+
<div class="refsect2">
|
1473
1410
|
<a name="gtk-recent-info-is-local"></a><h3>gtk_recent_info_is_local ()</h3>
|
1474
1411
|
<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_info_is_local (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
1475
1412
|
<p>
|
@@ -1486,16 +1423,15 @@ scheme of its URI.
|
|
1486
1423
|
</tr>
|
1487
1424
|
<tr>
|
1488
1425
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1489
|
-
<td>
|
1490
|
-
|
1491
|
-
</td>
|
1426
|
+
<td>
|
1427
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the resource is local.</td>
|
1492
1428
|
</tr>
|
1493
1429
|
</tbody>
|
1494
1430
|
</table></div>
|
1495
1431
|
<p class="since">Since 2.10</p>
|
1496
1432
|
</div>
|
1497
1433
|
<hr>
|
1498
|
-
<div class="refsect2"
|
1434
|
+
<div class="refsect2">
|
1499
1435
|
<a name="gtk-recent-info-exists"></a><h3>gtk_recent_info_exists ()</h3>
|
1500
1436
|
<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_info_exists (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info</code></em>);</pre>
|
1501
1437
|
<p>
|
@@ -1512,16 +1448,15 @@ the moment this check is done only on resources pointing to local files.
|
|
1512
1448
|
</tr>
|
1513
1449
|
<tr>
|
1514
1450
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1515
|
-
<td>
|
1516
|
-
|
1517
|
-
</td>
|
1451
|
+
<td>
|
1452
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the resource exists</td>
|
1518
1453
|
</tr>
|
1519
1454
|
</tbody>
|
1520
1455
|
</table></div>
|
1521
1456
|
<p class="since">Since 2.10</p>
|
1522
1457
|
</div>
|
1523
1458
|
<hr>
|
1524
|
-
<div class="refsect2"
|
1459
|
+
<div class="refsect2">
|
1525
1460
|
<a name="gtk-recent-info-match"></a><h3>gtk_recent_info_match ()</h3>
|
1526
1461
|
<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_info_match (<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info_a</code></em>,
|
1527
1462
|
<em class="parameter"><code><a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> *info_b</code></em>);</pre>
|
@@ -1544,19 +1479,18 @@ resource.
|
|
1544
1479
|
</tr>
|
1545
1480
|
<tr>
|
1546
1481
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1547
|
-
<td>
|
1548
|
-
|
1549
|
-
|
1550
|
-
</td>
|
1482
|
+
<td>
|
1483
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if both <a class="link" href="GtkRecentManager.html#GtkRecentInfo" title="GtkRecentInfo"><span class="type">GtkRecentInfo</span></a> structures point to se same
|
1484
|
+
resource, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
1551
1485
|
</tr>
|
1552
1486
|
</tbody>
|
1553
1487
|
</table></div>
|
1554
1488
|
<p class="since">Since 2.10</p>
|
1555
1489
|
</div>
|
1556
1490
|
</div>
|
1557
|
-
<div class="refsect1"
|
1491
|
+
<div class="refsect1">
|
1558
1492
|
<a name="GtkRecentManager.property-details"></a><h2>Property Details</h2>
|
1559
|
-
<div class="refsect2"
|
1493
|
+
<div class="refsect2">
|
1560
1494
|
<a name="GtkRecentManager--filename"></a><h3>The <code class="literal">"filename"</code> property</h3>
|
1561
1495
|
<pre class="programlisting"> "filename" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
|
1562
1496
|
<p>
|
@@ -1567,10 +1501,10 @@ used resources list
|
|
1567
1501
|
<p class="since">Since 2.10</p>
|
1568
1502
|
</div>
|
1569
1503
|
<hr>
|
1570
|
-
<div class="refsect2"
|
1504
|
+
<div class="refsect2">
|
1571
1505
|
<a name="GtkRecentManager--limit"></a><h3>The <code class="literal">"limit"</code> property</h3>
|
1572
1506
|
<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>
|
1573
|
-
<div class="warning"
|
1507
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1574
1508
|
<h3 class="title">Warning</h3>
|
1575
1509
|
<p><code class="literal">GtkRecentManager:limit</code> has been deprecated since version 2.22 and should not be used in newly-written code. Setting this property does not have any effect.
|
1576
1510
|
The length of the list should be managed by the view (implementing
|
@@ -1586,7 +1520,7 @@ The maximum number of items to be returned by the
|
|
1586
1520
|
<p class="since">Since 2.10</p>
|
1587
1521
|
</div>
|
1588
1522
|
<hr>
|
1589
|
-
<div class="refsect2"
|
1523
|
+
<div class="refsect2">
|
1590
1524
|
<a name="GtkRecentManager--size"></a><h3>The <code class="literal">"size"</code> property</h3>
|
1591
1525
|
<pre class="programlisting"> "size" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
1592
1526
|
<p>
|
@@ -1597,12 +1531,12 @@ The size of the recently used resources list.
|
|
1597
1531
|
<p class="since">Since 2.10</p>
|
1598
1532
|
</div>
|
1599
1533
|
</div>
|
1600
|
-
<div class="refsect1"
|
1534
|
+
<div class="refsect1">
|
1601
1535
|
<a name="GtkRecentManager.signal-details"></a><h2>Signal Details</h2>
|
1602
|
-
<div class="refsect2"
|
1536
|
+
<div class="refsect2">
|
1603
1537
|
<a name="GtkRecentManager-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
|
1604
1538
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkRecentManager.html" title="GtkRecentManager"><span class="type">GtkRecentManager</span></a> *recent_manager,
|
1605
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
1539
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
1606
1540
|
<p>
|
1607
1541
|
Emitted when the current recently used resources manager changes its
|
1608
1542
|
contents.
|
@@ -1612,8 +1546,7 @@ contents.
|
|
1612
1546
|
<tbody>
|
1613
1547
|
<tr>
|
1614
1548
|
<td><p><span class="term"><em class="parameter"><code>recent_manager</code></em> :</span></p></td>
|
1615
|
-
<td>the recent manager
|
1616
|
-
</td>
|
1549
|
+
<td>the recent manager</td>
|
1617
1550
|
</tr>
|
1618
1551
|
<tr>
|
1619
1552
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1627,6 +1560,6 @@ contents.
|
|
1627
1560
|
</div>
|
1628
1561
|
<div class="footer">
|
1629
1562
|
<hr>
|
1630
|
-
Generated by GTK-Doc V1.
|
1563
|
+
Generated by GTK-Doc V1.16.1</div>
|
1631
1564
|
</body>
|
1632
1565
|
</html>
|