gdk3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +3 -2
- data/lib/gdk3.rb +9 -0
- data/lib/gdk3/event.rb +10 -0
- data/lib/gdk3/loader.rb +1 -7
- data/vendor/local/bin/gtk-builder-tool.exe +0 -0
- data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-query-settings.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libepoxy-0.dll +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +5 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +11 -28
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicepad.h +74 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicetool.h +78 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +18 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdrawingcontext.h +53 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +18 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +120 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +5 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +4 -4
- data/vendor/local/include/gtk-3.0/gdk/gdkmonitor.h +95 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +17 -17
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +69 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +13 -13
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +60 -8
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +25 -0
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32monitor.h +50 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstackaccessible.h +54 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +4 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +2 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +5 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -88
- data/vendor/local/include/gtk-3.0/gtk/gtkdragdest.h +110 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +17 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkglarea.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +23 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkpadcontroller.h +99 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +5 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +9 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +23 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutlabel.h +59 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +6 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +9 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +1 -1
- data/vendor/local/lib/gdk-win32-3.0.def +49 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GdkWin32-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +1 -1
- data/vendor/local/lib/libepoxy.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +3 -3
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +6 -6
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +6 -6
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +3 -3
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1726 -68
- data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +45 -0
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +1589 -182
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +32 -32
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +15 -15
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +528 -141
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +45 -42
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevicePad.html +332 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +414 -99
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDrawingContext.html +272 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +40 -40
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +120 -34
- data/vendor/local/share/gtk-doc/html/gdk3/GdkMonitor.html +751 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +147 -88
- data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +114 -22
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +29 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-22.html +258 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +180 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +278 -2
- data/vendor/local/share/gtk-doc/html/gdk3/context_menu_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +74 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +60 -55
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +381 -154
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +290 -102
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +81 -65
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +107 -107
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +109 -62
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +35 -35
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +18 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +122 -122
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +105 -38
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +700 -358
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +104 -104
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +193 -53
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +16 -4
- data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +7 -1
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +7 -2
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +121 -114
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +187 -187
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +99 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +88 -88
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +40 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +78 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +175 -175
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +88 -82
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +79 -79
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +252 -252
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +142 -142
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +92 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +159 -153
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +146 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +131 -131
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +301 -301
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +101 -101
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +12 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +91 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +280 -280
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +67 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +108 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +215 -121
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +134 -134
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +74 -74
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +257 -257
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +210 -210
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +113 -113
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +67 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +72 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +115 -101
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +658 -129
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +86 -86
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +227 -227
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +56 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPadController.html +471 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +138 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +82 -82
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +133 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +139 -139
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +139 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +226 -153
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +86 -86
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +92 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +158 -157
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +74 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +592 -179
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +246 -246
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +41 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +46 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +146 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +170 -166
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +189 -189
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +71 -71
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +295 -295
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +185 -185
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +272 -274
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +221 -221
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +467 -467
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +161 -161
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +151 -151
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1458 -1443
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +492 -443
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +137 -137
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +22 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +12 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-22.html +197 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +48 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +172 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +635 -665
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +305 -305
- data/vendor/local/share/gtk-doc/html/gtk3/ch28s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/ch30s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s02.html +70 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s03.html +61 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s04.html +36 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s05.html +76 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s06.html +54 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s07.html +67 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s08.html +63 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s09.html +40 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s10.html +80 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s11.html +67 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +161 -161
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +32 -11
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +132 -132
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-3-x-to-y.html +61 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +140 -140
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +145 -145
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +123 -91
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +166 -619
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +367 -121
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +162 -162
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +71 -55
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +129 -127
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +227 -227
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +132 -132
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +126 -126
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +168 -168
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +88 -88
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +96 -29
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +4 -1
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +20 -2
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +14 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-anchors.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-flip.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/popup-slide.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +2 -2
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/bluetooth-disabled-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/mail-attachment-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/512x512/apps/accessories-calculator.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/emblems/emblem-music-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/mimetypes/application-x-appliance-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/places/folder-music-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/document-edit-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/edit-clear-all-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/go-down-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/go-up-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/apps/preferences-system-notifications-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/apps/text-editor-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/devices/input-tablet-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/devices/modem-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/call-missed-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/mail-read-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-error-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-offline-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-vpn-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-wired-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/network-wireless-acquiring-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-available-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-idle-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/user-status-pending-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/status/weather-fog-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/context-menu +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +6 -1
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-clear-all-symbolic.svg +20 -16
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-down-symbolic.svg +11 -10
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg +9 -5
- data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +5 -1
- data/vendor/local/share/icons/Adwaita/scalable/apps/text-editor-symbolic.svg +13 -9
- data/vendor/local/share/icons/Adwaita/scalable/devices/input-tablet-symbolic.svg +19 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/modem-symbolic.svg +10 -6
- data/vendor/local/share/icons/Adwaita/scalable/places/folder-download-symbolic.svg +21 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/network-vpn-acquiring-symbolic.svg +15 -14
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +5 -4
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +5 -5
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-connected-symbolic.svg +18 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/user-available-symbolic.svg +142 -21
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-builder-tool.1 +1 -1
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-settings.1 +1 -1
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- metadata +44 -17
- data/vendor/local/share/icons/Adwaita/16x16/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/64x64/actions/send-to-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/Adwaita/96x96/actions/send-to-symbolic.symbolic.png +0 -0
@@ -77,7 +77,7 @@
|
|
77
77
|
</tr>
|
78
78
|
<tr>
|
79
79
|
<td class="function_type">
|
80
|
-
<a href="
|
80
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="returnvalue">GFile</span></a> *
|
81
81
|
</td>
|
82
82
|
<td class="function_name">
|
83
83
|
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-get-location" title="gtk_places_sidebar_get_location ()">gtk_places_sidebar_get_location</a> <span class="c_punctuation">()</span>
|
@@ -93,7 +93,7 @@
|
|
93
93
|
</tr>
|
94
94
|
<tr>
|
95
95
|
<td class="function_type">
|
96
|
-
<a href="
|
96
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
97
97
|
</td>
|
98
98
|
<td class="function_name">
|
99
99
|
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-recent" title="gtk_places_sidebar_get_show_recent ()">gtk_places_sidebar_get_show_recent</a> <span class="c_punctuation">()</span>
|
@@ -109,7 +109,7 @@
|
|
109
109
|
</tr>
|
110
110
|
<tr>
|
111
111
|
<td class="function_type">
|
112
|
-
<a href="
|
112
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
113
113
|
</td>
|
114
114
|
<td class="function_name">
|
115
115
|
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-desktop" title="gtk_places_sidebar_get_show_desktop ()">gtk_places_sidebar_get_show_desktop</a> <span class="c_punctuation">()</span>
|
@@ -133,7 +133,7 @@
|
|
133
133
|
</tr>
|
134
134
|
<tr>
|
135
135
|
<td class="function_type">
|
136
|
-
<a href="
|
136
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
137
137
|
</td>
|
138
138
|
<td class="function_name">
|
139
139
|
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-list-shortcuts" title="gtk_places_sidebar_list_shortcuts ()">gtk_places_sidebar_list_shortcuts</a> <span class="c_punctuation">()</span>
|
@@ -141,7 +141,7 @@
|
|
141
141
|
</tr>
|
142
142
|
<tr>
|
143
143
|
<td class="function_type">
|
144
|
-
<a href="
|
144
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="returnvalue">GFile</span></a> *
|
145
145
|
</td>
|
146
146
|
<td class="function_name">
|
147
147
|
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-get-nth-bookmark" title="gtk_places_sidebar_get_nth_bookmark ()">gtk_places_sidebar_get_nth_bookmark</a> <span class="c_punctuation">()</span>
|
@@ -149,7 +149,7 @@
|
|
149
149
|
</tr>
|
150
150
|
<tr>
|
151
151
|
<td class="function_type">
|
152
|
-
<a href="
|
152
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
153
153
|
</td>
|
154
154
|
<td class="function_name">
|
155
155
|
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-connect-to-server" title="gtk_places_sidebar_get_show_connect_to_server ()">gtk_places_sidebar_get_show_connect_to_server</a> <span class="c_punctuation">()</span>
|
@@ -165,7 +165,7 @@
|
|
165
165
|
</tr>
|
166
166
|
<tr>
|
167
167
|
<td class="function_type">
|
168
|
-
<a href="
|
168
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
169
169
|
</td>
|
170
170
|
<td class="function_name">
|
171
171
|
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-get-local-only" title="gtk_places_sidebar_get_local_only ()">gtk_places_sidebar_get_local_only</a> <span class="c_punctuation">()</span>
|
@@ -181,7 +181,7 @@
|
|
181
181
|
</tr>
|
182
182
|
<tr>
|
183
183
|
<td class="function_type">
|
184
|
-
<a href="
|
184
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
185
185
|
</td>
|
186
186
|
<td class="function_name">
|
187
187
|
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-enter-location" title="gtk_places_sidebar_get_show_enter_location ()">gtk_places_sidebar_get_show_enter_location</a> <span class="c_punctuation">()</span>
|
@@ -197,7 +197,7 @@
|
|
197
197
|
</tr>
|
198
198
|
<tr>
|
199
199
|
<td class="function_type">
|
200
|
-
<a href="
|
200
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
201
201
|
</td>
|
202
202
|
<td class="function_name">
|
203
203
|
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-trash" title="gtk_places_sidebar_get_show_trash ()">gtk_places_sidebar_get_show_trash</a> <span class="c_punctuation">()</span>
|
@@ -213,7 +213,7 @@
|
|
213
213
|
</tr>
|
214
214
|
<tr>
|
215
215
|
<td class="function_type">
|
216
|
-
<a href="
|
216
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
217
217
|
</td>
|
218
218
|
<td class="function_name">
|
219
219
|
<a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-get-show-other-locations" title="gtk_places_sidebar_get_show_other_locations ()">gtk_places_sidebar_get_show_other_locations</a> <span class="c_punctuation">()</span>
|
@@ -248,13 +248,13 @@
|
|
248
248
|
</colgroup>
|
249
249
|
<tbody>
|
250
250
|
<tr>
|
251
|
-
<td class="property_type"><a href="
|
251
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
252
252
|
<td class="property_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar--local-only" title="The “local-only” property">local-only</a></td>
|
253
253
|
<td class="property_flags">Read / Write</td>
|
254
254
|
</tr>
|
255
255
|
<tr>
|
256
256
|
<td class="property_type">
|
257
|
-
<a href="
|
257
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *</td>
|
258
258
|
<td class="property_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar--location" title="The “location” property">location</a></td>
|
259
259
|
<td class="property_flags">Read / Write</td>
|
260
260
|
</tr>
|
@@ -264,37 +264,37 @@
|
|
264
264
|
<td class="property_flags">Read / Write</td>
|
265
265
|
</tr>
|
266
266
|
<tr>
|
267
|
-
<td class="property_type"><a href="
|
267
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
268
268
|
<td class="property_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar--populate-all" title="The “populate-all” property">populate-all</a></td>
|
269
269
|
<td class="property_flags">Read / Write</td>
|
270
270
|
</tr>
|
271
271
|
<tr>
|
272
|
-
<td class="property_type"><a href="
|
272
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
273
273
|
<td class="property_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar--show-connect-to-server" title="The “show-connect-to-server” property">show-connect-to-server</a></td>
|
274
274
|
<td class="property_flags">Read / Write</td>
|
275
275
|
</tr>
|
276
276
|
<tr>
|
277
|
-
<td class="property_type"><a href="
|
277
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
278
278
|
<td class="property_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar--show-desktop" title="The “show-desktop” property">show-desktop</a></td>
|
279
279
|
<td class="property_flags">Read / Write</td>
|
280
280
|
</tr>
|
281
281
|
<tr>
|
282
|
-
<td class="property_type"><a href="
|
282
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
283
283
|
<td class="property_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar--show-enter-location" title="The “show-enter-location” property">show-enter-location</a></td>
|
284
284
|
<td class="property_flags">Read / Write</td>
|
285
285
|
</tr>
|
286
286
|
<tr>
|
287
|
-
<td class="property_type"><a href="
|
287
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
288
288
|
<td class="property_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar--show-other-locations" title="The “show-other-locations” property">show-other-locations</a></td>
|
289
289
|
<td class="property_flags">Read / Write</td>
|
290
290
|
</tr>
|
291
291
|
<tr>
|
292
|
-
<td class="property_type"><a href="
|
292
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
293
293
|
<td class="property_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar--show-recent" title="The “show-recent” property">show-recent</a></td>
|
294
294
|
<td class="property_flags">Read / Write</td>
|
295
295
|
</tr>
|
296
296
|
<tr>
|
297
|
-
<td class="property_type"><a href="
|
297
|
+
<td class="property_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
298
298
|
<td class="property_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar--show-trash" title="The “show-trash” property">show-trash</a></td>
|
299
299
|
<td class="property_flags">Read / Write</td>
|
300
300
|
</tr>
|
@@ -311,64 +311,64 @@
|
|
311
311
|
</colgroup>
|
312
312
|
<tbody>
|
313
313
|
<tr>
|
314
|
-
<td class="signal_type"><a href="
|
314
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a></td>
|
315
315
|
<td class="signal_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-drag-action-ask" title="The “drag-action-ask” signal">drag-action-ask</a></td>
|
316
|
-
<td class="signal_flags"><a href="
|
316
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
317
317
|
</tr>
|
318
318
|
<tr>
|
319
|
-
<td class="signal_type"><a href="
|
319
|
+
<td class="signal_type"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a></td>
|
320
320
|
<td class="signal_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-drag-action-requested" title="The “drag-action-requested” signal">drag-action-requested</a></td>
|
321
|
-
<td class="signal_flags"><a href="
|
321
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
322
322
|
</tr>
|
323
323
|
<tr>
|
324
324
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
325
325
|
<td class="signal_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-drag-perform-drop" title="The “drag-perform-drop” signal">drag-perform-drop</a></td>
|
326
|
-
<td class="signal_flags"><a href="
|
326
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
|
327
327
|
</tr>
|
328
328
|
<tr>
|
329
329
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
330
330
|
<td class="signal_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-mount" title="The “mount” signal">mount</a></td>
|
331
|
-
<td class="signal_flags"><a href="
|
331
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
|
332
332
|
</tr>
|
333
333
|
<tr>
|
334
334
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
335
335
|
<td class="signal_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-open-location" title="The “open-location” signal">open-location</a></td>
|
336
|
-
<td class="signal_flags"><a href="
|
336
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
|
337
337
|
</tr>
|
338
338
|
<tr>
|
339
339
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
340
340
|
<td class="signal_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-populate-popup" title="The “populate-popup” signal">populate-popup</a></td>
|
341
|
-
<td class="signal_flags"><a href="
|
341
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
|
342
342
|
</tr>
|
343
343
|
<tr>
|
344
344
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
345
345
|
<td class="signal_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-show-connect-to-server" title="The “show-connect-to-server” signal">show-connect-to-server</a></td>
|
346
|
-
<td class="signal_flags"><a href="
|
346
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
|
347
347
|
</tr>
|
348
348
|
<tr>
|
349
349
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
350
350
|
<td class="signal_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-show-enter-location" title="The “show-enter-location” signal">show-enter-location</a></td>
|
351
|
-
<td class="signal_flags"><a href="
|
351
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
|
352
352
|
</tr>
|
353
353
|
<tr>
|
354
354
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
355
355
|
<td class="signal_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-show-error-message" title="The “show-error-message” signal">show-error-message</a></td>
|
356
|
-
<td class="signal_flags"><a href="
|
356
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
|
357
357
|
</tr>
|
358
358
|
<tr>
|
359
359
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
360
360
|
<td class="signal_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-show-other-locations" title="The “show-other-locations” signal">show-other-locations</a></td>
|
361
|
-
<td class="signal_flags"><a href="
|
361
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
|
362
362
|
</tr>
|
363
363
|
<tr>
|
364
364
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
365
365
|
<td class="signal_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-show-other-locations-with-flags" title="The “show-other-locations-with-flags” signal">show-other-locations-with-flags</a></td>
|
366
|
-
<td class="signal_flags"><a href="
|
366
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
|
367
367
|
</tr>
|
368
368
|
<tr>
|
369
369
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
370
370
|
<td class="signal_name"><a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-unmount" title="The “unmount” signal">unmount</a></td>
|
371
|
-
<td class="signal_flags"><a href="
|
371
|
+
<td class="signal_flags"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
|
372
372
|
</tr>
|
373
373
|
</tbody>
|
374
374
|
</table></div>
|
@@ -394,8 +394,8 @@
|
|
394
394
|
</div>
|
395
395
|
<div class="refsect1">
|
396
396
|
<a name="GtkPlacesSidebar.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
397
|
-
<pre class="screen"> <a href="
|
398
|
-
<span class="lineart">╰──</span> <a href="
|
397
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
398
|
+
<span class="lineart">╰──</span> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
399
399
|
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
400
400
|
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
401
401
|
<span class="lineart">╰──</span> <a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
|
@@ -541,7 +541,7 @@ gtk_places_sidebar_get_open_flags (<em class="parameter"><code><a class="link" h
|
|
541
541
|
<a name="gtk-places-sidebar-set-location"></a><h3>gtk_places_sidebar_set_location ()</h3>
|
542
542
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
543
543
|
gtk_places_sidebar_set_location (<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>,
|
544
|
-
<em class="parameter"><code><a href="
|
544
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *location</code></em>);</pre>
|
545
545
|
<p>Sets the location that is being shown in the widgets surrounding the
|
546
546
|
<em class="parameter"><code>sidebar</code></em>
|
547
547
|
, for example, in a folder view in a file manager. In turn, the
|
@@ -566,7 +566,7 @@ places in the list.</p>
|
|
566
566
|
</tr>
|
567
567
|
<tr>
|
568
568
|
<td class="parameter_name"><p>location</p></td>
|
569
|
-
<td class="parameter_description"><p> location to select, or <a href="
|
569
|
+
<td class="parameter_description"><p> location to select, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> for no current path. </p></td>
|
570
570
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
571
571
|
</tr>
|
572
572
|
</tbody>
|
@@ -577,10 +577,10 @@ places in the list.</p>
|
|
577
577
|
<hr>
|
578
578
|
<div class="refsect2">
|
579
579
|
<a name="gtk-places-sidebar-get-location"></a><h3>gtk_places_sidebar_get_location ()</h3>
|
580
|
-
<pre class="programlisting"><a href="
|
580
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="returnvalue">GFile</span></a> *
|
581
581
|
gtk_places_sidebar_get_location (<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>);</pre>
|
582
582
|
<p>Gets the currently-selected location in the <em class="parameter"><code>sidebar</code></em>
|
583
|
-
. This can be <a href="
|
583
|
+
. This can be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> when
|
584
584
|
nothing is selected, for example, when <a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-set-location" title="gtk_places_sidebar_set_location ()"><code class="function">gtk_places_sidebar_set_location()</code></a> has
|
585
585
|
been called with a location that is not among the sidebar’s list of places to
|
586
586
|
show.</p>
|
@@ -607,7 +607,7 @@ for your menu items.</p>
|
|
607
607
|
<div class="refsect3">
|
608
608
|
<a name="gtk-places-sidebar-get-location.returns"></a><h4>Returns</h4>
|
609
609
|
<p> a GFile with the selected location, or
|
610
|
-
<a href="
|
610
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if nothing is visually selected. </p>
|
611
611
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
612
612
|
</div>
|
613
613
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
@@ -617,7 +617,7 @@ for your menu items.</p>
|
|
617
617
|
<a name="gtk-places-sidebar-set-show-recent"></a><h3>gtk_places_sidebar_set_show_recent ()</h3>
|
618
618
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
619
619
|
gtk_places_sidebar_set_show_recent (<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>,
|
620
|
-
<em class="parameter"><code><a href="
|
620
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_recent</code></em>);</pre>
|
621
621
|
<p>Sets whether the <em class="parameter"><code>sidebar</code></em>
|
622
622
|
should show an item for recent files.
|
623
623
|
The default value for this option is determined by the desktop
|
@@ -650,7 +650,7 @@ per-application basis.</p>
|
|
650
650
|
<hr>
|
651
651
|
<div class="refsect2">
|
652
652
|
<a name="gtk-places-sidebar-get-show-recent"></a><h3>gtk_places_sidebar_get_show_recent ()</h3>
|
653
|
-
<pre class="programlisting"><a href="
|
653
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
654
654
|
gtk_places_sidebar_get_show_recent (<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>);</pre>
|
655
655
|
<p>Returns the value previously set with <a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-set-show-recent" title="gtk_places_sidebar_set_show_recent ()"><code class="function">gtk_places_sidebar_set_show_recent()</code></a></p>
|
656
656
|
<div class="refsect3">
|
@@ -670,7 +670,7 @@ gtk_places_sidebar_get_show_recent (<em class="parameter"><code><a class="link"
|
|
670
670
|
</div>
|
671
671
|
<div class="refsect3">
|
672
672
|
<a name="gtk-places-sidebar-get-show-recent.returns"></a><h4>Returns</h4>
|
673
|
-
<p> <a href="
|
673
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the sidebar will display a builtin shortcut for recent files</p>
|
674
674
|
</div>
|
675
675
|
<p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
|
676
676
|
</div>
|
@@ -679,7 +679,7 @@ gtk_places_sidebar_get_show_recent (<em class="parameter"><code><a class="link"
|
|
679
679
|
<a name="gtk-places-sidebar-set-show-desktop"></a><h3>gtk_places_sidebar_set_show_desktop ()</h3>
|
680
680
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
681
681
|
gtk_places_sidebar_set_show_desktop (<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>,
|
682
|
-
<em class="parameter"><code><a href="
|
682
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_desktop</code></em>);</pre>
|
683
683
|
<p>Sets whether the <em class="parameter"><code>sidebar</code></em>
|
684
684
|
should show an item for the Desktop folder.
|
685
685
|
The default value for this option is determined by the desktop
|
@@ -712,7 +712,7 @@ used to override it on a per-application basis.</p>
|
|
712
712
|
<hr>
|
713
713
|
<div class="refsect2">
|
714
714
|
<a name="gtk-places-sidebar-get-show-desktop"></a><h3>gtk_places_sidebar_get_show_desktop ()</h3>
|
715
|
-
<pre class="programlisting"><a href="
|
715
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
716
716
|
gtk_places_sidebar_get_show_desktop (<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>);</pre>
|
717
717
|
<p>Returns the value previously set with <a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-set-show-desktop" title="gtk_places_sidebar_set_show_desktop ()"><code class="function">gtk_places_sidebar_set_show_desktop()</code></a></p>
|
718
718
|
<div class="refsect3">
|
@@ -732,7 +732,7 @@ gtk_places_sidebar_get_show_desktop (<em class="parameter"><code><a class="link"
|
|
732
732
|
</div>
|
733
733
|
<div class="refsect3">
|
734
734
|
<a name="gtk-places-sidebar-get-show-desktop.returns"></a><h4>Returns</h4>
|
735
|
-
<p> <a href="
|
735
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the sidebar will display a builtin shortcut to the desktop folder.</p>
|
736
736
|
</div>
|
737
737
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
738
738
|
</div>
|
@@ -741,7 +741,7 @@ gtk_places_sidebar_get_show_desktop (<em class="parameter"><code><a class="link"
|
|
741
741
|
<a name="gtk-places-sidebar-add-shortcut"></a><h3>gtk_places_sidebar_add_shortcut ()</h3>
|
742
742
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
743
743
|
gtk_places_sidebar_add_shortcut (<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>,
|
744
|
-
<em class="parameter"><code><a href="
|
744
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *location</code></em>);</pre>
|
745
745
|
<p>Applications may want to present some folders in the places sidebar if
|
746
746
|
they could be immediately useful to users. For example, a drawing
|
747
747
|
program could add a “/usr/share/clipart” location when the sidebar is
|
@@ -781,7 +781,7 @@ to the sidebar’s list in the same order as the function is called.</p>
|
|
781
781
|
<a name="gtk-places-sidebar-remove-shortcut"></a><h3>gtk_places_sidebar_remove_shortcut ()</h3>
|
782
782
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
783
783
|
gtk_places_sidebar_remove_shortcut (<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>,
|
784
|
-
<em class="parameter"><code><a href="
|
784
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *location</code></em>);</pre>
|
785
785
|
<p>Removes an application-specific shortcut that has been previously been
|
786
786
|
inserted with <a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-add-shortcut" title="gtk_places_sidebar_add_shortcut ()"><code class="function">gtk_places_sidebar_add_shortcut()</code></a>. If the <em class="parameter"><code>location</code></em>
|
787
787
|
is not a
|
@@ -813,7 +813,7 @@ shortcut in the sidebar, then nothing is done.</p>
|
|
813
813
|
<hr>
|
814
814
|
<div class="refsect2">
|
815
815
|
<a name="gtk-places-sidebar-list-shortcuts"></a><h3>gtk_places_sidebar_list_shortcuts ()</h3>
|
816
|
-
<pre class="programlisting"><a href="
|
816
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
|
817
817
|
gtk_places_sidebar_list_shortcuts (<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>);</pre>
|
818
818
|
<p>Gets the list of shortcuts.</p>
|
819
819
|
<div class="refsect3">
|
@@ -833,7 +833,7 @@ gtk_places_sidebar_list_shortcuts (<em class="parameter"><code><a class="link" h
|
|
833
833
|
</div>
|
834
834
|
<div class="refsect3">
|
835
835
|
<a name="gtk-places-sidebar-list-shortcuts.returns"></a><h4>Returns</h4>
|
836
|
-
<p> A <a href="
|
836
|
+
<p> A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> of the locations that have been added as
|
837
837
|
application-specific shortcuts with <a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-add-shortcut" title="gtk_places_sidebar_add_shortcut ()"><code class="function">gtk_places_sidebar_add_shortcut()</code></a>.
|
838
838
|
To free this list, you can use</p>
|
839
839
|
<div class="informalexample">
|
@@ -841,7 +841,7 @@ To free this list, you can use</p>
|
|
841
841
|
<tbody>
|
842
842
|
<tr>
|
843
843
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
844
|
-
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="
|
844
|
+
<td class="listing_code"><pre class="programlisting"><span class="function"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#g-slist-free-full">g_slist_free_full</a></span> <span class="gtkdoc opt">(</span>list<span class="gtkdoc opt">, (</span>GDestroyNotify<span class="gtkdoc opt">)</span> g_object_unref<span class="gtkdoc opt">);</span></pre></td>
|
845
845
|
</tr>
|
846
846
|
</tbody>
|
847
847
|
</table>
|
@@ -855,9 +855,9 @@ To free this list, you can use</p>
|
|
855
855
|
<hr>
|
856
856
|
<div class="refsect2">
|
857
857
|
<a name="gtk-places-sidebar-get-nth-bookmark"></a><h3>gtk_places_sidebar_get_nth_bookmark ()</h3>
|
858
|
-
<pre class="programlisting"><a href="
|
858
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="returnvalue">GFile</span></a> *
|
859
859
|
gtk_places_sidebar_get_nth_bookmark (<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>,
|
860
|
-
<em class="parameter"><code><a href="
|
860
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n</code></em>);</pre>
|
861
861
|
<p>This function queries the bookmarks added by the user to the places sidebar,
|
862
862
|
and returns one of them. This function is used by <a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a> to implement
|
863
863
|
the “Alt-1”, “Alt-2”, etc. shortcuts, which activate the cooresponding bookmark.</p>
|
@@ -887,7 +887,7 @@ the “Alt-1”, “Alt-2”, etc. shortcuts, which activate the cooresponding b
|
|
887
887
|
<a name="gtk-places-sidebar-get-nth-bookmark.returns"></a><h4>Returns</h4>
|
888
888
|
<p> The bookmark specified by the index <em class="parameter"><code>n</code></em>
|
889
889
|
, or
|
890
|
-
<a href="
|
890
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no such index exist. Note that the indices start at 0, even though
|
891
891
|
the file chooser starts them with the keyboard shortcut "Alt-1". </p>
|
892
892
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
893
893
|
</div>
|
@@ -896,7 +896,7 @@ the file chooser starts them with the keyboard shortcut "Alt-1". </p>
|
|
896
896
|
<hr>
|
897
897
|
<div class="refsect2">
|
898
898
|
<a name="gtk-places-sidebar-get-show-connect-to-server"></a><h3>gtk_places_sidebar_get_show_connect_to_server ()</h3>
|
899
|
-
<pre class="programlisting"><a href="
|
899
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
900
900
|
gtk_places_sidebar_get_show_connect_to_server
|
901
901
|
(<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>);</pre>
|
902
902
|
<div class="warning">
|
@@ -922,7 +922,7 @@ gtk_places_sidebar_get_show_connect_to_server
|
|
922
922
|
</div>
|
923
923
|
<div class="refsect3">
|
924
924
|
<a name="gtk-places-sidebar-get-show-connect-to-server.returns"></a><h4>Returns</h4>
|
925
|
-
<p> <a href="
|
925
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the sidebar will display a “Connect to Server” item.</p>
|
926
926
|
</div>
|
927
927
|
</div>
|
928
928
|
<hr>
|
@@ -931,7 +931,7 @@ gtk_places_sidebar_get_show_connect_to_server
|
|
931
931
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
932
932
|
gtk_places_sidebar_set_show_connect_to_server
|
933
933
|
(<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>,
|
934
|
-
<em class="parameter"><code><a href="
|
934
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_connect_to_server</code></em>);</pre>
|
935
935
|
<div class="warning">
|
936
936
|
<p><code class="literal">gtk_places_sidebar_set_show_connect_to_server</code> has been deprecated since version 3.18 and should not be used in newly-written code.</p>
|
937
937
|
<p>It is recommended to group this functionality with the drives
|
@@ -970,7 +970,7 @@ a way for the user to connect to network servers directly.</p>
|
|
970
970
|
<hr>
|
971
971
|
<div class="refsect2">
|
972
972
|
<a name="gtk-places-sidebar-get-local-only"></a><h3>gtk_places_sidebar_get_local_only ()</h3>
|
973
|
-
<pre class="programlisting"><a href="
|
973
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
974
974
|
gtk_places_sidebar_get_local_only (<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>);</pre>
|
975
975
|
<p>Returns the value previously set with <a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-set-local-only" title="gtk_places_sidebar_set_local_only ()"><code class="function">gtk_places_sidebar_set_local_only()</code></a>.</p>
|
976
976
|
<div class="refsect3">
|
@@ -990,7 +990,7 @@ gtk_places_sidebar_get_local_only (<em class="parameter"><code><a class="link" h
|
|
990
990
|
</div>
|
991
991
|
<div class="refsect3">
|
992
992
|
<a name="gtk-places-sidebar-get-local-only.returns"></a><h4>Returns</h4>
|
993
|
-
<p> <a href="
|
993
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the sidebar will only show local files.</p>
|
994
994
|
</div>
|
995
995
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
996
996
|
</div>
|
@@ -999,7 +999,7 @@ gtk_places_sidebar_get_local_only (<em class="parameter"><code><a class="link" h
|
|
999
999
|
<a name="gtk-places-sidebar-set-local-only"></a><h3>gtk_places_sidebar_set_local_only ()</h3>
|
1000
1000
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1001
1001
|
gtk_places_sidebar_set_local_only (<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>,
|
1002
|
-
<em class="parameter"><code><a href="
|
1002
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> local_only</code></em>);</pre>
|
1003
1003
|
<p>Sets whether the <em class="parameter"><code>sidebar</code></em>
|
1004
1004
|
should only show local files.</p>
|
1005
1005
|
<div class="refsect3">
|
@@ -1029,7 +1029,7 @@ gtk_places_sidebar_set_local_only (<em class="parameter"><code><a class="link" h
|
|
1029
1029
|
<hr>
|
1030
1030
|
<div class="refsect2">
|
1031
1031
|
<a name="gtk-places-sidebar-get-show-enter-location"></a><h3>gtk_places_sidebar_get_show_enter_location ()</h3>
|
1032
|
-
<pre class="programlisting"><a href="
|
1032
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1033
1033
|
gtk_places_sidebar_get_show_enter_location
|
1034
1034
|
(<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>);</pre>
|
1035
1035
|
<p>Returns the value previously set with <a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-set-show-enter-location" title="gtk_places_sidebar_set_show_enter_location ()"><code class="function">gtk_places_sidebar_set_show_enter_location()</code></a></p>
|
@@ -1050,7 +1050,7 @@ gtk_places_sidebar_get_show_enter_location
|
|
1050
1050
|
</div>
|
1051
1051
|
<div class="refsect3">
|
1052
1052
|
<a name="gtk-places-sidebar-get-show-enter-location.returns"></a><h4>Returns</h4>
|
1053
|
-
<p> <a href="
|
1053
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the sidebar will display an “Enter Location” item.</p>
|
1054
1054
|
</div>
|
1055
1055
|
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
1056
1056
|
</div>
|
@@ -1060,7 +1060,7 @@ gtk_places_sidebar_get_show_enter_location
|
|
1060
1060
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1061
1061
|
gtk_places_sidebar_set_show_enter_location
|
1062
1062
|
(<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>,
|
1063
|
-
<em class="parameter"><code><a href="
|
1063
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_enter_location</code></em>);</pre>
|
1064
1064
|
<p>Sets whether the <em class="parameter"><code>sidebar</code></em>
|
1065
1065
|
should show an item for entering a location;
|
1066
1066
|
this is off by default. An application may want to turn this on if manually
|
@@ -1094,7 +1094,7 @@ entering URLs is an expected user action.</p>
|
|
1094
1094
|
<hr>
|
1095
1095
|
<div class="refsect2">
|
1096
1096
|
<a name="gtk-places-sidebar-get-show-trash"></a><h3>gtk_places_sidebar_get_show_trash ()</h3>
|
1097
|
-
<pre class="programlisting"><a href="
|
1097
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1098
1098
|
gtk_places_sidebar_get_show_trash (<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>);</pre>
|
1099
1099
|
<p>Returns the value previously set with <a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-set-show-trash" title="gtk_places_sidebar_set_show_trash ()"><code class="function">gtk_places_sidebar_set_show_trash()</code></a></p>
|
1100
1100
|
<div class="refsect3">
|
@@ -1114,7 +1114,7 @@ gtk_places_sidebar_get_show_trash (<em class="parameter"><code><a class="link" h
|
|
1114
1114
|
</div>
|
1115
1115
|
<div class="refsect3">
|
1116
1116
|
<a name="gtk-places-sidebar-get-show-trash.returns"></a><h4>Returns</h4>
|
1117
|
-
<p> <a href="
|
1117
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the sidebar will display a “Trash” item.</p>
|
1118
1118
|
</div>
|
1119
1119
|
<p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
|
1120
1120
|
</div>
|
@@ -1123,7 +1123,7 @@ gtk_places_sidebar_get_show_trash (<em class="parameter"><code><a class="link" h
|
|
1123
1123
|
<a name="gtk-places-sidebar-set-show-trash"></a><h3>gtk_places_sidebar_set_show_trash ()</h3>
|
1124
1124
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1125
1125
|
gtk_places_sidebar_set_show_trash (<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>,
|
1126
|
-
<em class="parameter"><code><a href="
|
1126
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_trash</code></em>);</pre>
|
1127
1127
|
<p>Sets whether the <em class="parameter"><code>sidebar</code></em>
|
1128
1128
|
should show an item for the Trash location.</p>
|
1129
1129
|
<div class="refsect3">
|
@@ -1153,7 +1153,7 @@ gtk_places_sidebar_set_show_trash (<em class="parameter"><code><a class="link" h
|
|
1153
1153
|
<hr>
|
1154
1154
|
<div class="refsect2">
|
1155
1155
|
<a name="gtk-places-sidebar-get-show-other-locations"></a><h3>gtk_places_sidebar_get_show_other_locations ()</h3>
|
1156
|
-
<pre class="programlisting"><a href="
|
1156
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1157
1157
|
gtk_places_sidebar_get_show_other_locations
|
1158
1158
|
(<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>);</pre>
|
1159
1159
|
<p>Returns the value previously set with <a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-set-show-other-locations" title="gtk_places_sidebar_set_show_other_locations ()"><code class="function">gtk_places_sidebar_set_show_other_locations()</code></a></p>
|
@@ -1174,7 +1174,7 @@ gtk_places_sidebar_get_show_other_locations
|
|
1174
1174
|
</div>
|
1175
1175
|
<div class="refsect3">
|
1176
1176
|
<a name="gtk-places-sidebar-get-show-other-locations.returns"></a><h4>Returns</h4>
|
1177
|
-
<p> <a href="
|
1177
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the sidebar will display an “Other Locations” item.</p>
|
1178
1178
|
</div>
|
1179
1179
|
<p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
|
1180
1180
|
</div>
|
@@ -1184,10 +1184,10 @@ gtk_places_sidebar_get_show_other_locations
|
|
1184
1184
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1185
1185
|
gtk_places_sidebar_set_show_other_locations
|
1186
1186
|
(<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>,
|
1187
|
-
<em class="parameter"><code><a href="
|
1187
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_other_locations</code></em>);</pre>
|
1188
1188
|
<p>Sets whether the <em class="parameter"><code>sidebar</code></em>
|
1189
1189
|
should show an item for the application to show
|
1190
|
-
an Other Locations view; this is off by default. When set to <a href="
|
1190
|
+
an Other Locations view; this is off by default. When set to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, persistent
|
1191
1191
|
devices such as hard drives are hidden, otherwise they are shown in the sidebar.
|
1192
1192
|
An application may want to turn this on if it implements a way for the user to
|
1193
1193
|
see and interact with drives and network servers directly.</p>
|
@@ -1223,8 +1223,8 @@ see and interact with drives and network servers directly.</p>
|
|
1223
1223
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1224
1224
|
gtk_places_sidebar_set_drop_targets_visible
|
1225
1225
|
(<em class="parameter"><code><a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar</code></em>,
|
1226
|
-
<em class="parameter"><code><a href="
|
1227
|
-
<em class="parameter"><code><a href="http://
|
1226
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible</code></em>,
|
1227
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Drag-and-Drop.html#GdkDragContext-struct"><span class="type">GdkDragContext</span></a> *context</code></em>);</pre>
|
1228
1228
|
<p>Make the GtkPlacesSidebar show drop targets, so it can show the available
|
1229
1229
|
drop targets and a "new bookmark" row. This improves the Drag-and-Drop
|
1230
1230
|
experience of the user and allows applications to show all available
|
@@ -1331,7 +1331,7 @@ default mode of operation.</p>
|
|
1331
1331
|
<a name="GtkPlacesSidebar.property-details"></a><h2>Property Details</h2>
|
1332
1332
|
<div class="refsect2">
|
1333
1333
|
<a name="GtkPlacesSidebar--local-only"></a><h3>The <code class="literal">“local-only”</code> property</h3>
|
1334
|
-
<pre class="programlisting"> “local-only” <a href="
|
1334
|
+
<pre class="programlisting"> “local-only” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
1335
1335
|
<p>Whether the sidebar only includes local files.</p>
|
1336
1336
|
<p>Flags: Read / Write</p>
|
1337
1337
|
<p>Default value: FALSE</p>
|
@@ -1339,7 +1339,7 @@ default mode of operation.</p>
|
|
1339
1339
|
<hr>
|
1340
1340
|
<div class="refsect2">
|
1341
1341
|
<a name="GtkPlacesSidebar--location"></a><h3>The <code class="literal">“location”</code> property</h3>
|
1342
|
-
<pre class="programlisting"> “location” <a href="
|
1342
|
+
<pre class="programlisting"> “location” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *</pre>
|
1343
1343
|
<p>The location to highlight in the sidebar.</p>
|
1344
1344
|
<p>Flags: Read / Write</p>
|
1345
1345
|
</div>
|
@@ -1354,8 +1354,8 @@ default mode of operation.</p>
|
|
1354
1354
|
<hr>
|
1355
1355
|
<div class="refsect2">
|
1356
1356
|
<a name="GtkPlacesSidebar--populate-all"></a><h3>The <code class="literal">“populate-all”</code> property</h3>
|
1357
|
-
<pre class="programlisting"> “populate-all” <a href="
|
1358
|
-
<p>If :populate-all is <a href="
|
1357
|
+
<pre class="programlisting"> “populate-all” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
1358
|
+
<p>If :populate-all is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the <a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-populate-popup" title="The “populate-popup” signal"><span class="type">“populate-popup”</span></a> signal
|
1359
1359
|
is also emitted for popovers.</p>
|
1360
1360
|
<p>Flags: Read / Write</p>
|
1361
1361
|
<p>Default value: FALSE</p>
|
@@ -1364,7 +1364,7 @@ is also emitted for popovers.</p>
|
|
1364
1364
|
<hr>
|
1365
1365
|
<div class="refsect2">
|
1366
1366
|
<a name="GtkPlacesSidebar--show-connect-to-server"></a><h3>The <code class="literal">“show-connect-to-server”</code> property</h3>
|
1367
|
-
<pre class="programlisting"> “show-connect-to-server” <a href="
|
1367
|
+
<pre class="programlisting"> “show-connect-to-server” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
1368
1368
|
<p>Whether the sidebar includes a builtin shortcut to a 'Connect to server' dialog.</p>
|
1369
1369
|
<p>Flags: Read / Write</p>
|
1370
1370
|
<p>Default value: FALSE</p>
|
@@ -1372,7 +1372,7 @@ is also emitted for popovers.</p>
|
|
1372
1372
|
<hr>
|
1373
1373
|
<div class="refsect2">
|
1374
1374
|
<a name="GtkPlacesSidebar--show-desktop"></a><h3>The <code class="literal">“show-desktop”</code> property</h3>
|
1375
|
-
<pre class="programlisting"> “show-desktop” <a href="
|
1375
|
+
<pre class="programlisting"> “show-desktop” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
1376
1376
|
<p>Whether the sidebar includes a builtin shortcut to the Desktop folder.</p>
|
1377
1377
|
<p>Flags: Read / Write</p>
|
1378
1378
|
<p>Default value: TRUE</p>
|
@@ -1380,7 +1380,7 @@ is also emitted for popovers.</p>
|
|
1380
1380
|
<hr>
|
1381
1381
|
<div class="refsect2">
|
1382
1382
|
<a name="GtkPlacesSidebar--show-enter-location"></a><h3>The <code class="literal">“show-enter-location”</code> property</h3>
|
1383
|
-
<pre class="programlisting"> “show-enter-location” <a href="
|
1383
|
+
<pre class="programlisting"> “show-enter-location” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
1384
1384
|
<p>Whether the sidebar includes a builtin shortcut to manually enter a location.</p>
|
1385
1385
|
<p>Flags: Read / Write</p>
|
1386
1386
|
<p>Default value: FALSE</p>
|
@@ -1388,7 +1388,7 @@ is also emitted for popovers.</p>
|
|
1388
1388
|
<hr>
|
1389
1389
|
<div class="refsect2">
|
1390
1390
|
<a name="GtkPlacesSidebar--show-other-locations"></a><h3>The <code class="literal">“show-other-locations”</code> property</h3>
|
1391
|
-
<pre class="programlisting"> “show-other-locations” <a href="
|
1391
|
+
<pre class="programlisting"> “show-other-locations” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
1392
1392
|
<p>Whether the sidebar includes an item to show external locations.</p>
|
1393
1393
|
<p>Flags: Read / Write</p>
|
1394
1394
|
<p>Default value: FALSE</p>
|
@@ -1396,7 +1396,7 @@ is also emitted for popovers.</p>
|
|
1396
1396
|
<hr>
|
1397
1397
|
<div class="refsect2">
|
1398
1398
|
<a name="GtkPlacesSidebar--show-recent"></a><h3>The <code class="literal">“show-recent”</code> property</h3>
|
1399
|
-
<pre class="programlisting"> “show-recent” <a href="
|
1399
|
+
<pre class="programlisting"> “show-recent” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
1400
1400
|
<p>Whether the sidebar includes a builtin shortcut for recent files.</p>
|
1401
1401
|
<p>Flags: Read / Write</p>
|
1402
1402
|
<p>Default value: TRUE</p>
|
@@ -1404,7 +1404,7 @@ is also emitted for popovers.</p>
|
|
1404
1404
|
<hr>
|
1405
1405
|
<div class="refsect2">
|
1406
1406
|
<a name="GtkPlacesSidebar--show-trash"></a><h3>The <code class="literal">“show-trash”</code> property</h3>
|
1407
|
-
<pre class="programlisting"> “show-trash” <a href="
|
1407
|
+
<pre class="programlisting"> “show-trash” <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
1408
1408
|
<p>Whether the sidebar includes a builtin shortcut to the Trash location.</p>
|
1409
1409
|
<p>Flags: Read / Write</p>
|
1410
1410
|
<p>Default value: TRUE</p>
|
@@ -1414,10 +1414,10 @@ is also emitted for popovers.</p>
|
|
1414
1414
|
<a name="GtkPlacesSidebar.signal-details"></a><h2>Signal Details</h2>
|
1415
1415
|
<div class="refsect2">
|
1416
1416
|
<a name="GtkPlacesSidebar-drag-action-ask"></a><h3>The <code class="literal">“drag-action-ask”</code> signal</h3>
|
1417
|
-
<pre class="programlisting"><a href="
|
1417
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
1418
1418
|
user_function (<a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar,
|
1419
|
-
<a href="
|
1420
|
-
<a href="
|
1419
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> actions,
|
1420
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1421
1421
|
<p>The places sidebar emits this signal when it needs to ask the application
|
1422
1422
|
to pop up a menu to ask the user for which drag action to perform.</p>
|
1423
1423
|
<div class="refsect3">
|
@@ -1452,18 +1452,18 @@ to pop up a menu to ask the user for which drag action to perform.</p>
|
|
1452
1452
|
<p> the final drag action that the sidebar should pass to the drag side
|
1453
1453
|
of the drag-and-drop operation.</p>
|
1454
1454
|
</div>
|
1455
|
-
<p>Flags: <a href="
|
1455
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
1456
1456
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
1457
1457
|
</div>
|
1458
1458
|
<hr>
|
1459
1459
|
<div class="refsect2">
|
1460
1460
|
<a name="GtkPlacesSidebar-drag-action-requested"></a><h3>The <code class="literal">“drag-action-requested”</code> signal</h3>
|
1461
|
-
<pre class="programlisting"><a href="
|
1461
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
1462
1462
|
user_function (<a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar,
|
1463
|
-
<a href="http://
|
1464
|
-
<a href="
|
1465
|
-
<a href="
|
1466
|
-
<a href="
|
1463
|
+
<a href="http://developer.gnome.org/gdk3/gdk4-Drag-and-Drop.html#GdkDragContext-struct"><span class="type">GdkDragContext</span></a> *context,
|
1464
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *dest_file,
|
1465
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> source_file_list,
|
1466
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1467
1467
|
<p>When the user starts a drag-and-drop operation and the sidebar needs
|
1468
1468
|
to ask the application for which drag action to perform, then the
|
1469
1469
|
sidebar will emit this signal.</p>
|
@@ -1490,17 +1490,17 @@ possible actions for the destination <em class="parameter"><code>dest_file</code
|
|
1490
1490
|
</tr>
|
1491
1491
|
<tr>
|
1492
1492
|
<td class="parameter_name"><p>context</p></td>
|
1493
|
-
<td class="parameter_description"><p> <a href="http://
|
1493
|
+
<td class="parameter_description"><p> <a href="http://developer.gnome.org/gdk3/gdk4-Drag-and-Drop.html#GdkDragContext-struct"><span class="type">GdkDragContext</span></a> with information about the drag operation. </p></td>
|
1494
1494
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.DragContext]</span></td>
|
1495
1495
|
</tr>
|
1496
1496
|
<tr>
|
1497
1497
|
<td class="parameter_name"><p>dest_file</p></td>
|
1498
|
-
<td class="parameter_description"><p> <a href="
|
1498
|
+
<td class="parameter_description"><p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> with the tentative location that is being hovered for a drop. </p></td>
|
1499
1499
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gio.File]</span></td>
|
1500
1500
|
</tr>
|
1501
1501
|
<tr>
|
1502
1502
|
<td class="parameter_name"><p>source_file_list</p></td>
|
1503
|
-
<td class="parameter_description"><p> List of <a href="
|
1503
|
+
<td class="parameter_description"><p> List of <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> that are being dragged. </p></td>
|
1504
1504
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GLib.List][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GFile][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></td>
|
1505
1505
|
</tr>
|
1506
1506
|
<tr>
|
@@ -1513,12 +1513,12 @@ possible actions for the destination <em class="parameter"><code>dest_file</code
|
|
1513
1513
|
</div>
|
1514
1514
|
<div class="refsect3">
|
1515
1515
|
<a name="GtkPlacesSidebar-drag-action-requested.returns"></a><h4>Returns</h4>
|
1516
|
-
<p> The drag action to use, for example, <a href="http://developer.gnome.org/gdk3/
|
1517
|
-
or <a href="http://developer.gnome.org/gdk3/
|
1516
|
+
<p> The drag action to use, for example, <a href="http://developer.gnome.org/gdk3/gdk4-Drag-and-Drop.html#GDK-ACTION-COPY:CAPS"><span class="type">GDK_ACTION_COPY</span></a>
|
1517
|
+
or <a href="http://developer.gnome.org/gdk3/gdk4-Drag-and-Drop.html#GDK-ACTION-MOVE:CAPS"><span class="type">GDK_ACTION_MOVE</span></a>, or 0 if no action is allowed here (i.e. drops
|
1518
1518
|
are not allowed in the specified <em class="parameter"><code>dest_file</code></em>
|
1519
1519
|
).</p>
|
1520
1520
|
</div>
|
1521
|
-
<p>Flags: <a href="
|
1521
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
1522
1522
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
1523
1523
|
</div>
|
1524
1524
|
<hr>
|
@@ -1526,10 +1526,10 @@ are not allowed in the specified <em class="parameter"><code>dest_file</code></e
|
|
1526
1526
|
<a name="GtkPlacesSidebar-drag-perform-drop"></a><h3>The <code class="literal">“drag-perform-drop”</code> signal</h3>
|
1527
1527
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1528
1528
|
user_function (<a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar,
|
1529
|
-
<a href="
|
1530
|
-
<a href="
|
1531
|
-
<a href="
|
1532
|
-
<a href="
|
1529
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *dest_file,
|
1530
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> source_file_list,
|
1531
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> action,
|
1532
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1533
1533
|
<p>The places sidebar emits this signal when the user completes a
|
1534
1534
|
drag-and-drop operation and one of the sidebar's items is the
|
1535
1535
|
destination. This item is in the <em class="parameter"><code>dest_file</code></em>
|
@@ -1554,12 +1554,12 @@ which should be copied/moved/etc. based on the specified <em class="parameter"><
|
|
1554
1554
|
</tr>
|
1555
1555
|
<tr>
|
1556
1556
|
<td class="parameter_name"><p>dest_file</p></td>
|
1557
|
-
<td class="parameter_description"><p> Destination <a href="
|
1557
|
+
<td class="parameter_description"><p> Destination <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a>. </p></td>
|
1558
1558
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gio.File]</span></td>
|
1559
1559
|
</tr>
|
1560
1560
|
<tr>
|
1561
1561
|
<td class="parameter_name"><p>source_file_list</p></td>
|
1562
|
-
<td class="parameter_description"><p> <a href="
|
1562
|
+
<td class="parameter_description"><p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> that got dropped. </p></td>
|
1563
1563
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GLib.List][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GFile][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></td>
|
1564
1564
|
</tr>
|
1565
1565
|
<tr>
|
@@ -1575,7 +1575,7 @@ which should be copied/moved/etc. based on the specified <em class="parameter"><
|
|
1575
1575
|
</tbody>
|
1576
1576
|
</table></div>
|
1577
1577
|
</div>
|
1578
|
-
<p>Flags: <a href="
|
1578
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
1579
1579
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
1580
1580
|
</div>
|
1581
1581
|
<hr>
|
@@ -1583,8 +1583,8 @@ which should be copied/moved/etc. based on the specified <em class="parameter"><
|
|
1583
1583
|
<a name="GtkPlacesSidebar-mount"></a><h3>The <code class="literal">“mount”</code> signal</h3>
|
1584
1584
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1585
1585
|
user_function (<a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar,
|
1586
|
-
<a href="
|
1587
|
-
<a href="
|
1586
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMountOperation.html#GMountOperation-struct"><span class="type">GMountOperation</span></a> *mount_operation,
|
1587
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1588
1588
|
<p>The places sidebar emits this signal when it starts a new operation
|
1589
1589
|
because the user clicked on some location that needs mounting.
|
1590
1590
|
In this way the application using the <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> can track the
|
@@ -1605,7 +1605,7 @@ progress of the operation and, for example, show a notification.</p>
|
|
1605
1605
|
</tr>
|
1606
1606
|
<tr>
|
1607
1607
|
<td class="parameter_name"><p>mount_operation</p></td>
|
1608
|
-
<td class="parameter_description"><p>the <a href="
|
1608
|
+
<td class="parameter_description"><p>the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMountOperation.html#GMountOperation-struct"><span class="type">GMountOperation</span></a> that is going to start.</p></td>
|
1609
1609
|
<td class="parameter_annotations"> </td>
|
1610
1610
|
</tr>
|
1611
1611
|
<tr>
|
@@ -1616,7 +1616,7 @@ progress of the operation and, for example, show a notification.</p>
|
|
1616
1616
|
</tbody>
|
1617
1617
|
</table></div>
|
1618
1618
|
</div>
|
1619
|
-
<p>Flags: <a href="
|
1619
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
1620
1620
|
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
1621
1621
|
</div>
|
1622
1622
|
<hr>
|
@@ -1624,9 +1624,9 @@ progress of the operation and, for example, show a notification.</p>
|
|
1624
1624
|
<a name="GtkPlacesSidebar-open-location"></a><h3>The <code class="literal">“open-location”</code> signal</h3>
|
1625
1625
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1626
1626
|
user_function (<a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar,
|
1627
|
-
<a href="
|
1627
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> *location,
|
1628
1628
|
<a class="link" href="GtkPlacesSidebar.html#GtkPlacesOpenFlags" title="enum GtkPlacesOpenFlags"><span class="type">GtkPlacesOpenFlags</span></a> open_flags,
|
1629
|
-
<a href="
|
1629
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1630
1630
|
<p>The places sidebar emits this signal when the user selects a location
|
1631
1631
|
in it. The calling application should display the contents of that
|
1632
1632
|
location; for example, a file manager should show a list of files in
|
@@ -1647,7 +1647,7 @@ the specified location.</p>
|
|
1647
1647
|
</tr>
|
1648
1648
|
<tr>
|
1649
1649
|
<td class="parameter_name"><p>location</p></td>
|
1650
|
-
<td class="parameter_description"><p> <a href="
|
1650
|
+
<td class="parameter_description"><p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> to which the caller should switch. </p></td>
|
1651
1651
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gio.File]</span></td>
|
1652
1652
|
</tr>
|
1653
1653
|
<tr>
|
@@ -1664,7 +1664,7 @@ should be opened.</p></td>
|
|
1664
1664
|
</tbody>
|
1665
1665
|
</table></div>
|
1666
1666
|
</div>
|
1667
|
-
<p>Flags: <a href="
|
1667
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
1668
1668
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
1669
1669
|
</div>
|
1670
1670
|
<hr>
|
@@ -1673,9 +1673,9 @@ should be opened.</p></td>
|
|
1673
1673
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1674
1674
|
user_function (<a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar,
|
1675
1675
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *container,
|
1676
|
-
<a href="
|
1677
|
-
<a href="
|
1678
|
-
<a href="
|
1676
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> *selected_item,
|
1677
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GVolume.html#GVolume-struct"><span class="type">GVolume</span></a> *selected_volume,
|
1678
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1679
1679
|
<p>The places sidebar emits this signal when the user invokes a contextual
|
1680
1680
|
popup on one of its items. In the signal handler, the application may
|
1681
1681
|
add extra items to the menu as appropriate. For example, a file manager
|
@@ -1685,10 +1685,10 @@ may want to add a "Properties" command to the menu.</p>
|
|
1685
1685
|
during their callbacks, the application can use <a class="link" href="GtkPlacesSidebar.html#gtk-places-sidebar-get-location" title="gtk_places_sidebar_get_location ()"><code class="function">gtk_places_sidebar_get_location()</code></a>
|
1686
1686
|
to get the file to which the item refers.</p>
|
1687
1687
|
<p>The <em class="parameter"><code>selected_item</code></em>
|
1688
|
-
argument may be <a href="
|
1688
|
+
argument may be <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in case the selection refers to
|
1689
1689
|
a volume. In this case, <em class="parameter"><code>selected_volume</code></em>
|
1690
|
-
will be non-<a href="
|
1691
|
-
the calling application will have to <a href="
|
1690
|
+
will be non-<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. In this case,
|
1691
|
+
the calling application will have to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> the <em class="parameter"><code>selected_volume</code></em>
|
1692
1692
|
and
|
1693
1693
|
keep it around to use it in the callback.</p>
|
1694
1694
|
<p>The <em class="parameter"><code>container</code></em>
|
@@ -1702,7 +1702,7 @@ as a <a class="link" href="GtkPopover.html" title="GtkPopover"><span class="type
|
|
1702
1702
|
will be something else, e.g. a
|
1703
1703
|
<a class="link" href="GtkBox.html" title="GtkBox"><span class="type">GtkBox</span></a>, to which you may add <a href="GtkModelButton.html#GtkModelButton-struct"><span class="type">GtkModelButtons</span></a> or other widgets, such as
|
1704
1704
|
<span class="type">GtkEntries</span>, <a href="GtkSpinButton.html#GtkSpinButton-struct"><span class="type">GtkSpinButtons</span></a>, etc. If your application can deal with this
|
1705
|
-
situation, you can set <span class="type">“populate-all”</span> to <a href="
|
1705
|
+
situation, you can set <span class="type">“populate-all”</span> to <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to request
|
1706
1706
|
that this signal is emitted for populating popovers as well.</p>
|
1707
1707
|
<div class="refsect3">
|
1708
1708
|
<a name="GtkPlacesSidebar-populate-popup.parameters"></a><h4>Parameters</h4>
|
@@ -1725,13 +1725,13 @@ that this signal is emitted for populating popovers as well.</p>
|
|
1725
1725
|
</tr>
|
1726
1726
|
<tr>
|
1727
1727
|
<td class="parameter_name"><p>selected_item</p></td>
|
1728
|
-
<td class="parameter_description"><p> <a href="
|
1728
|
+
<td class="parameter_description"><p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#GFile-struct"><span class="type">GFile</span></a> with the item to which the popup should refer, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> in the case of a <em class="parameter"><code>selected_volume</code></em>
|
1729
1729
|
. </p></td>
|
1730
1730
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gio.File][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1731
1731
|
</tr>
|
1732
1732
|
<tr>
|
1733
1733
|
<td class="parameter_name"><p>selected_volume</p></td>
|
1734
|
-
<td class="parameter_description"><p> <a href="
|
1734
|
+
<td class="parameter_description"><p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GVolume.html#GVolume-struct"><span class="type">GVolume</span></a> if the selected item is a volume, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> if it is a file. </p></td>
|
1735
1735
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gio.Volume][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1736
1736
|
</tr>
|
1737
1737
|
<tr>
|
@@ -1742,7 +1742,7 @@ that this signal is emitted for populating popovers as well.</p>
|
|
1742
1742
|
</tbody>
|
1743
1743
|
</table></div>
|
1744
1744
|
</div>
|
1745
|
-
<p>Flags: <a href="
|
1745
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
1746
1746
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
1747
1747
|
</div>
|
1748
1748
|
<hr>
|
@@ -1750,12 +1750,12 @@ that this signal is emitted for populating popovers as well.</p>
|
|
1750
1750
|
<a name="GtkPlacesSidebar-show-connect-to-server"></a><h3>The <code class="literal">“show-connect-to-server”</code> signal</h3>
|
1751
1751
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1752
1752
|
user_function (<a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar,
|
1753
|
-
<a href="
|
1753
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1754
1754
|
<p>The places sidebar emits this signal when it needs the calling
|
1755
1755
|
application to present an way to connect directly to a network server.
|
1756
1756
|
For example, the application may bring up a dialog box asking for
|
1757
1757
|
a URL like "sftp://ftp.example.com". It is up to the application to create
|
1758
|
-
the corresponding mount by using, for example, <a href="
|
1758
|
+
the corresponding mount by using, for example, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GFile.html#g-file-mount-enclosing-volume"><code class="function">g_file_mount_enclosing_volume()</code></a>.</p>
|
1759
1759
|
<div class="warning">
|
1760
1760
|
<p><code class="literal">GtkPlacesSidebar::show-connect-to-server</code> has been deprecated since version 3.18 and should not be used in newly-written code.</p>
|
1761
1761
|
<p>use the <a class="link" href="GtkPlacesSidebar.html#GtkPlacesSidebar-show-other-locations" title="The “show-other-locations” signal"><span class="type">“show-other-locations”</span></a> signal
|
@@ -1783,14 +1783,14 @@ the corresponding mount by using, for example, <a href="https://developer.gnome.
|
|
1783
1783
|
</tbody>
|
1784
1784
|
</table></div>
|
1785
1785
|
</div>
|
1786
|
-
<p>Flags: <a href="
|
1786
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
1787
1787
|
</div>
|
1788
1788
|
<hr>
|
1789
1789
|
<div class="refsect2">
|
1790
1790
|
<a name="GtkPlacesSidebar-show-enter-location"></a><h3>The <code class="literal">“show-enter-location”</code> signal</h3>
|
1791
1791
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1792
1792
|
user_function (<a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar,
|
1793
|
-
<a href="
|
1793
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1794
1794
|
<p>The places sidebar emits this signal when it needs the calling
|
1795
1795
|
application to present an way to directly enter a location.
|
1796
1796
|
For example, the application may bring up a dialog box asking for
|
@@ -1817,7 +1817,7 @@ a URL like "http://http.example.com".</p>
|
|
1817
1817
|
</tbody>
|
1818
1818
|
</table></div>
|
1819
1819
|
</div>
|
1820
|
-
<p>Flags: <a href="
|
1820
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
1821
1821
|
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
1822
1822
|
</div>
|
1823
1823
|
<hr>
|
@@ -1825,9 +1825,9 @@ a URL like "http://http.example.com".</p>
|
|
1825
1825
|
<a name="GtkPlacesSidebar-show-error-message"></a><h3>The <code class="literal">“show-error-message”</code> signal</h3>
|
1826
1826
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1827
1827
|
user_function (<a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar,
|
1828
|
-
<a href="
|
1829
|
-
<a href="
|
1830
|
-
<a href="
|
1828
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *primary,
|
1829
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *secondary,
|
1830
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1831
1831
|
<p>The places sidebar emits this signal when it needs the calling
|
1832
1832
|
application to present an error message. Most of these messages
|
1833
1833
|
refer to mounting or unmounting media, for example, when a drive
|
@@ -1864,7 +1864,7 @@ cannot be started for some reason.</p>
|
|
1864
1864
|
</tbody>
|
1865
1865
|
</table></div>
|
1866
1866
|
</div>
|
1867
|
-
<p>Flags: <a href="
|
1867
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
1868
1868
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
1869
1869
|
</div>
|
1870
1870
|
<hr>
|
@@ -1872,7 +1872,7 @@ cannot be started for some reason.</p>
|
|
1872
1872
|
<a name="GtkPlacesSidebar-show-other-locations"></a><h3>The <code class="literal">“show-other-locations”</code> signal</h3>
|
1873
1873
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1874
1874
|
user_function (<a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar,
|
1875
|
-
<a href="
|
1875
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1876
1876
|
<p>The places sidebar emits this signal when it needs the calling
|
1877
1877
|
application to present a way to show other locations e.g. drives
|
1878
1878
|
and network access points.
|
@@ -1906,7 +1906,7 @@ in a new tab or window, in a similar way than <a class="link" href="GtkPlacesSid
|
|
1906
1906
|
</tbody>
|
1907
1907
|
</table></div>
|
1908
1908
|
</div>
|
1909
|
-
<p>Flags: <a href="
|
1909
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
1910
1910
|
<p class="since">Since: <a class="link" href="api-index-3-18.html#api-index-3.18">3.18</a></p>
|
1911
1911
|
</div>
|
1912
1912
|
<hr>
|
@@ -1915,7 +1915,7 @@ in a new tab or window, in a similar way than <a class="link" href="GtkPlacesSid
|
|
1915
1915
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1916
1916
|
user_function (<a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar,
|
1917
1917
|
<a class="link" href="GtkPlacesSidebar.html#GtkPlacesOpenFlags" title="enum GtkPlacesOpenFlags"><span class="type">GtkPlacesOpenFlags</span></a> open_flags,
|
1918
|
-
<a href="
|
1918
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1919
1919
|
<p>The places sidebar emits this signal when it needs the calling
|
1920
1920
|
application to present a way to show other locations e.g. drives
|
1921
1921
|
and network access points.
|
@@ -1948,7 +1948,7 @@ volumes and discovered network addresses.</p>
|
|
1948
1948
|
</tbody>
|
1949
1949
|
</table></div>
|
1950
1950
|
</div>
|
1951
|
-
<p>Flags: <a href="
|
1951
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
1952
1952
|
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
1953
1953
|
</div>
|
1954
1954
|
<hr>
|
@@ -1956,8 +1956,8 @@ volumes and discovered network addresses.</p>
|
|
1956
1956
|
<a name="GtkPlacesSidebar-unmount"></a><h3>The <code class="literal">“unmount”</code> signal</h3>
|
1957
1957
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1958
1958
|
user_function (<a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> *sidebar,
|
1959
|
-
<a href="
|
1960
|
-
<a href="
|
1959
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMountOperation.html#GMountOperation-struct"><span class="type">GMountOperation</span></a> *mount_operation,
|
1960
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
1961
1961
|
<p>The places sidebar emits this signal when it starts a new operation
|
1962
1962
|
because the user for example ejected some drive or unmounted a mount.
|
1963
1963
|
In this way the application using the <a class="link" href="GtkPlacesSidebar.html" title="GtkPlacesSidebar"><span class="type">GtkPlacesSidebar</span></a> can track the
|
@@ -1978,7 +1978,7 @@ progress of the operation and, for example, show a notification.</p>
|
|
1978
1978
|
</tr>
|
1979
1979
|
<tr>
|
1980
1980
|
<td class="parameter_name"><p>mount_operation</p></td>
|
1981
|
-
<td class="parameter_description"><p>the <a href="
|
1981
|
+
<td class="parameter_description"><p>the <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gio/GMountOperation.html#GMountOperation-struct"><span class="type">GMountOperation</span></a> that is going to start.</p></td>
|
1982
1982
|
<td class="parameter_annotations"> </td>
|
1983
1983
|
</tr>
|
1984
1984
|
<tr>
|
@@ -1989,7 +1989,7 @@ progress of the operation and, for example, show a notification.</p>
|
|
1989
1989
|
</tbody>
|
1990
1990
|
</table></div>
|
1991
1991
|
</div>
|
1992
|
-
<p>Flags: <a href="
|
1992
|
+
<p>Flags: <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
|
1993
1993
|
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
1994
1994
|
</div>
|
1995
1995
|
</div>
|