gdk3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
@@ -71,8 +71,8 @@
|
|
71
71
|
</div>
|
72
72
|
<div class="refsect1">
|
73
73
|
<a name="GtkTearoffMenuItem.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
74
|
-
<pre class="screen"> <a href="
|
75
|
-
<span class="lineart">╰──</span> <a href="
|
74
|
+
<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>
|
75
|
+
<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>
|
76
76
|
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
77
77
|
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
78
78
|
<span class="lineart">╰──</span> <a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
|
@@ -52,7 +52,7 @@
|
|
52
52
|
</tr>
|
53
53
|
<tr>
|
54
54
|
<td class="function_type">
|
55
|
-
<a href="
|
55
|
+
<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>
|
56
56
|
</td>
|
57
57
|
<td class="function_name">
|
58
58
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-line-count" title="gtk_text_buffer_get_line_count ()">gtk_text_buffer_get_line_count</a> <span class="c_punctuation">()</span>
|
@@ -60,7 +60,7 @@
|
|
60
60
|
</tr>
|
61
61
|
<tr>
|
62
62
|
<td class="function_type">
|
63
|
-
<a href="
|
63
|
+
<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>
|
64
64
|
</td>
|
65
65
|
<td class="function_name">
|
66
66
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-char-count" title="gtk_text_buffer_get_char_count ()">gtk_text_buffer_get_char_count</a> <span class="c_punctuation">()</span>
|
@@ -92,7 +92,7 @@
|
|
92
92
|
</tr>
|
93
93
|
<tr>
|
94
94
|
<td class="function_type">
|
95
|
-
<a href="
|
95
|
+
<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>
|
96
96
|
</td>
|
97
97
|
<td class="function_name">
|
98
98
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-interactive" title="gtk_text_buffer_insert_interactive ()">gtk_text_buffer_insert_interactive</a> <span class="c_punctuation">()</span>
|
@@ -100,7 +100,7 @@
|
|
100
100
|
</tr>
|
101
101
|
<tr>
|
102
102
|
<td class="function_type">
|
103
|
-
<a href="
|
103
|
+
<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>
|
104
104
|
</td>
|
105
105
|
<td class="function_name">
|
106
106
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-interactive-at-cursor" title="gtk_text_buffer_insert_interactive_at_cursor ()">gtk_text_buffer_insert_interactive_at_cursor</a> <span class="c_punctuation">()</span>
|
@@ -116,7 +116,7 @@
|
|
116
116
|
</tr>
|
117
117
|
<tr>
|
118
118
|
<td class="function_type">
|
119
|
-
<a href="
|
119
|
+
<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>
|
120
120
|
</td>
|
121
121
|
<td class="function_name">
|
122
122
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-range-interactive" title="gtk_text_buffer_insert_range_interactive ()">gtk_text_buffer_insert_range_interactive</a> <span class="c_punctuation">()</span>
|
@@ -156,7 +156,7 @@
|
|
156
156
|
</tr>
|
157
157
|
<tr>
|
158
158
|
<td class="function_type">
|
159
|
-
<a href="
|
159
|
+
<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>
|
160
160
|
</td>
|
161
161
|
<td class="function_name">
|
162
162
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-delete-interactive" title="gtk_text_buffer_delete_interactive ()">gtk_text_buffer_delete_interactive</a> <span class="c_punctuation">()</span>
|
@@ -164,7 +164,7 @@
|
|
164
164
|
</tr>
|
165
165
|
<tr>
|
166
166
|
<td class="function_type">
|
167
|
-
<a href="
|
167
|
+
<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>
|
168
168
|
</td>
|
169
169
|
<td class="function_name">
|
170
170
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-backspace" title="gtk_text_buffer_backspace ()">gtk_text_buffer_backspace</a> <span class="c_punctuation">()</span>
|
@@ -180,7 +180,7 @@
|
|
180
180
|
</tr>
|
181
181
|
<tr>
|
182
182
|
<td class="function_type">
|
183
|
-
<a href="
|
183
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
184
184
|
</td>
|
185
185
|
<td class="function_name">
|
186
186
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-text" title="gtk_text_buffer_get_text ()">gtk_text_buffer_get_text</a> <span class="c_punctuation">()</span>
|
@@ -188,7 +188,7 @@
|
|
188
188
|
</tr>
|
189
189
|
<tr>
|
190
190
|
<td class="function_type">
|
191
|
-
<a href="
|
191
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
192
192
|
</td>
|
193
193
|
<td class="function_name">
|
194
194
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-slice" title="gtk_text_buffer_get_slice ()">gtk_text_buffer_get_slice</a> <span class="c_punctuation">()</span>
|
@@ -292,7 +292,7 @@
|
|
292
292
|
</tr>
|
293
293
|
<tr>
|
294
294
|
<td class="function_type">
|
295
|
-
<a href="
|
295
|
+
<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>
|
296
296
|
</td>
|
297
297
|
<td class="function_name">
|
298
298
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-has-selection" title="gtk_text_buffer_get_has_selection ()">gtk_text_buffer_get_has_selection</a> <span class="c_punctuation">()</span>
|
@@ -436,7 +436,7 @@
|
|
436
436
|
</tr>
|
437
437
|
<tr>
|
438
438
|
<td class="function_type">
|
439
|
-
<a href="
|
439
|
+
<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>
|
440
440
|
</td>
|
441
441
|
<td class="function_name">
|
442
442
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-modified" title="gtk_text_buffer_get_modified ()">gtk_text_buffer_get_modified</a> <span class="c_punctuation">()</span>
|
@@ -452,7 +452,7 @@
|
|
452
452
|
</tr>
|
453
453
|
<tr>
|
454
454
|
<td class="function_type">
|
455
|
-
<a href="
|
455
|
+
<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>
|
456
456
|
</td>
|
457
457
|
<td class="function_name">
|
458
458
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-delete-selection" title="gtk_text_buffer_delete_selection ()">gtk_text_buffer_delete_selection</a> <span class="c_punctuation">()</span>
|
@@ -484,7 +484,7 @@
|
|
484
484
|
</tr>
|
485
485
|
<tr>
|
486
486
|
<td class="function_type">
|
487
|
-
<a href="
|
487
|
+
<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>
|
488
488
|
</td>
|
489
489
|
<td class="function_name">
|
490
490
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-selection-bounds" title="gtk_text_buffer_get_selection_bounds ()">gtk_text_buffer_get_selection_bounds</a> <span class="c_punctuation">()</span>
|
@@ -524,7 +524,7 @@
|
|
524
524
|
</tr>
|
525
525
|
<tr>
|
526
526
|
<td class="function_type">
|
527
|
-
<a href="
|
527
|
+
<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>
|
528
528
|
</td>
|
529
529
|
<td class="function_name">
|
530
530
|
<span class="c_punctuation">(</span><a class="link" href="GtkTextBuffer.html#GtkTextBufferDeserializeFunc" title="GtkTextBufferDeserializeFunc ()">*GtkTextBufferDeserializeFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
@@ -532,7 +532,7 @@
|
|
532
532
|
</tr>
|
533
533
|
<tr>
|
534
534
|
<td class="function_type">
|
535
|
-
<a href="
|
535
|
+
<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>
|
536
536
|
</td>
|
537
537
|
<td class="function_name">
|
538
538
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-deserialize" title="gtk_text_buffer_deserialize ()">gtk_text_buffer_deserialize</a> <span class="c_punctuation">()</span>
|
@@ -540,7 +540,7 @@
|
|
540
540
|
</tr>
|
541
541
|
<tr>
|
542
542
|
<td class="function_type">
|
543
|
-
<a href="
|
543
|
+
<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>
|
544
544
|
</td>
|
545
545
|
<td class="function_name">
|
546
546
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-deserialize-get-can-create-tags" title="gtk_text_buffer_deserialize_get_can_create_tags ()">gtk_text_buffer_deserialize_get_can_create_tags</a> <span class="c_punctuation">()</span>
|
@@ -564,7 +564,7 @@
|
|
564
564
|
</tr>
|
565
565
|
<tr>
|
566
566
|
<td class="function_type">
|
567
|
-
<a href="http://developer.gnome.org/gdk3/
|
567
|
+
<a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> *
|
568
568
|
</td>
|
569
569
|
<td class="function_name">
|
570
570
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-deserialize-formats" title="gtk_text_buffer_get_deserialize_formats ()">gtk_text_buffer_get_deserialize_formats</a> <span class="c_punctuation">()</span>
|
@@ -580,7 +580,7 @@
|
|
580
580
|
</tr>
|
581
581
|
<tr>
|
582
582
|
<td class="function_type">
|
583
|
-
<a href="http://developer.gnome.org/gdk3/
|
583
|
+
<a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> *
|
584
584
|
</td>
|
585
585
|
<td class="function_name">
|
586
586
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-serialize-formats" title="gtk_text_buffer_get_serialize_formats ()">gtk_text_buffer_get_serialize_formats</a> <span class="c_punctuation">()</span>
|
@@ -588,7 +588,7 @@
|
|
588
588
|
</tr>
|
589
589
|
<tr>
|
590
590
|
<td class="function_type">
|
591
|
-
<a href="http://developer.gnome.org/gdk3/
|
591
|
+
<a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
592
592
|
</td>
|
593
593
|
<td class="function_name">
|
594
594
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-deserialize-format" title="gtk_text_buffer_register_deserialize_format ()">gtk_text_buffer_register_deserialize_format</a> <span class="c_punctuation">()</span>
|
@@ -596,7 +596,7 @@
|
|
596
596
|
</tr>
|
597
597
|
<tr>
|
598
598
|
<td class="function_type">
|
599
|
-
<a href="http://developer.gnome.org/gdk3/
|
599
|
+
<a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
600
600
|
</td>
|
601
601
|
<td class="function_name">
|
602
602
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-deserialize-tagset" title="gtk_text_buffer_register_deserialize_tagset ()">gtk_text_buffer_register_deserialize_tagset</a> <span class="c_punctuation">()</span>
|
@@ -604,7 +604,7 @@
|
|
604
604
|
</tr>
|
605
605
|
<tr>
|
606
606
|
<td class="function_type">
|
607
|
-
<a href="http://developer.gnome.org/gdk3/
|
607
|
+
<a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
608
608
|
</td>
|
609
609
|
<td class="function_name">
|
610
610
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-serialize-format" title="gtk_text_buffer_register_serialize_format ()">gtk_text_buffer_register_serialize_format</a> <span class="c_punctuation">()</span>
|
@@ -612,7 +612,7 @@
|
|
612
612
|
</tr>
|
613
613
|
<tr>
|
614
614
|
<td class="function_type">
|
615
|
-
<a href="http://developer.gnome.org/gdk3/
|
615
|
+
<a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
616
616
|
</td>
|
617
617
|
<td class="function_name">
|
618
618
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-serialize-tagset" title="gtk_text_buffer_register_serialize_tagset ()">gtk_text_buffer_register_serialize_tagset</a> <span class="c_punctuation">()</span>
|
@@ -620,7 +620,7 @@
|
|
620
620
|
</tr>
|
621
621
|
<tr>
|
622
622
|
<td class="function_type">
|
623
|
-
<a href="
|
623
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> *
|
624
624
|
</td>
|
625
625
|
<td class="function_name">
|
626
626
|
<span class="c_punctuation">(</span><a class="link" href="GtkTextBuffer.html#GtkTextBufferSerializeFunc" title="GtkTextBufferSerializeFunc ()">*GtkTextBufferSerializeFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
@@ -628,7 +628,7 @@
|
|
628
628
|
</tr>
|
629
629
|
<tr>
|
630
630
|
<td class="function_type">
|
631
|
-
<a href="
|
631
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> *
|
632
632
|
</td>
|
633
633
|
<td class="function_name">
|
634
634
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-serialize" title="gtk_text_buffer_serialize ()">gtk_text_buffer_serialize</a> <span class="c_punctuation">()</span>
|
@@ -669,12 +669,12 @@
|
|
669
669
|
<td class="property_flags">Read</td>
|
670
670
|
</tr>
|
671
671
|
<tr>
|
672
|
-
<td class="property_type"><a href="
|
672
|
+
<td class="property_type"><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></td>
|
673
673
|
<td class="property_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer--cursor-position" title="The “cursor-position” property">cursor-position</a></td>
|
674
674
|
<td class="property_flags">Read</td>
|
675
675
|
</tr>
|
676
676
|
<tr>
|
677
|
-
<td class="property_type"><a href="
|
677
|
+
<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>
|
678
678
|
<td class="property_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer--has-selection" title="The “has-selection” property">has-selection</a></td>
|
679
679
|
<td class="property_flags">Read</td>
|
680
680
|
</tr>
|
@@ -692,7 +692,7 @@
|
|
692
692
|
</tr>
|
693
693
|
<tr>
|
694
694
|
<td class="property_type">
|
695
|
-
<a href="
|
695
|
+
<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> *</td>
|
696
696
|
<td class="property_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer--text" title="The “text” property">text</a></td>
|
697
697
|
<td class="property_flags">Read / Write</td>
|
698
698
|
</tr>
|
@@ -711,67 +711,67 @@
|
|
711
711
|
<tr>
|
712
712
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
713
713
|
<td class="signal_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer-apply-tag" title="The “apply-tag” signal">apply-tag</a></td>
|
714
|
-
<td class="signal_flags"><a href="
|
714
|
+
<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>
|
715
715
|
</tr>
|
716
716
|
<tr>
|
717
717
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
718
718
|
<td class="signal_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer-begin-user-action" title="The “begin-user-action” signal">begin-user-action</a></td>
|
719
|
-
<td class="signal_flags"><a href="
|
719
|
+
<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>
|
720
720
|
</tr>
|
721
721
|
<tr>
|
722
722
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
723
723
|
<td class="signal_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer-changed" title="The “changed” signal">changed</a></td>
|
724
|
-
<td class="signal_flags"><a href="
|
724
|
+
<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>
|
725
725
|
</tr>
|
726
726
|
<tr>
|
727
727
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
728
728
|
<td class="signal_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer-delete-range" title="The “delete-range” signal">delete-range</a></td>
|
729
|
-
<td class="signal_flags"><a href="
|
729
|
+
<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>
|
730
730
|
</tr>
|
731
731
|
<tr>
|
732
732
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
733
733
|
<td class="signal_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer-end-user-action" title="The “end-user-action” signal">end-user-action</a></td>
|
734
|
-
<td class="signal_flags"><a href="
|
734
|
+
<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>
|
735
735
|
</tr>
|
736
736
|
<tr>
|
737
737
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
738
738
|
<td class="signal_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer-insert-child-anchor" title="The “insert-child-anchor” signal">insert-child-anchor</a></td>
|
739
|
-
<td class="signal_flags"><a href="
|
739
|
+
<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>
|
740
740
|
</tr>
|
741
741
|
<tr>
|
742
742
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
743
743
|
<td class="signal_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer-insert-pixbuf" title="The “insert-pixbuf” signal">insert-pixbuf</a></td>
|
744
|
-
<td class="signal_flags"><a href="
|
744
|
+
<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>
|
745
745
|
</tr>
|
746
746
|
<tr>
|
747
747
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
748
748
|
<td class="signal_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer-insert-text" title="The “insert-text” signal">insert-text</a></td>
|
749
|
-
<td class="signal_flags"><a href="
|
749
|
+
<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>
|
750
750
|
</tr>
|
751
751
|
<tr>
|
752
752
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
753
753
|
<td class="signal_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer-mark-deleted" title="The “mark-deleted” signal">mark-deleted</a></td>
|
754
|
-
<td class="signal_flags"><a href="
|
754
|
+
<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>
|
755
755
|
</tr>
|
756
756
|
<tr>
|
757
757
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
758
758
|
<td class="signal_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer-mark-set" title="The “mark-set” signal">mark-set</a></td>
|
759
|
-
<td class="signal_flags"><a href="
|
759
|
+
<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>
|
760
760
|
</tr>
|
761
761
|
<tr>
|
762
762
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
763
763
|
<td class="signal_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer-modified-changed" title="The “modified-changed” signal">modified-changed</a></td>
|
764
|
-
<td class="signal_flags"><a href="
|
764
|
+
<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>
|
765
765
|
</tr>
|
766
766
|
<tr>
|
767
767
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
768
768
|
<td class="signal_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer-paste-done" title="The “paste-done” signal">paste-done</a></td>
|
769
|
-
<td class="signal_flags"><a href="
|
769
|
+
<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>
|
770
770
|
</tr>
|
771
771
|
<tr>
|
772
772
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
773
773
|
<td class="signal_name"><a class="link" href="GtkTextBuffer.html#GtkTextBuffer-remove-tag" title="The “remove-tag” signal">remove-tag</a></td>
|
774
|
-
<td class="signal_flags"><a href="
|
774
|
+
<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>
|
775
775
|
</tr>
|
776
776
|
</tbody>
|
777
777
|
</table></div>
|
@@ -801,7 +801,7 @@
|
|
801
801
|
</div>
|
802
802
|
<div class="refsect1">
|
803
803
|
<a name="GtkTextBuffer.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
804
|
-
<pre class="screen"> <a href="
|
804
|
+
<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>
|
805
805
|
<span class="lineart">╰──</span> GtkTextBuffer
|
806
806
|
</pre>
|
807
807
|
</div>
|
@@ -834,7 +834,7 @@ gtk_text_buffer_new (<em class="parameter"><code><a class="link" href="GtkTextTa
|
|
834
834
|
</colgroup>
|
835
835
|
<tbody><tr>
|
836
836
|
<td class="parameter_name"><p>table</p></td>
|
837
|
-
<td class="parameter_description"><p> a tag table, or <a href="
|
837
|
+
<td class="parameter_description"><p> a tag table, or <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> to create a new one. </p></td>
|
838
838
|
<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>
|
839
839
|
</tr></tbody>
|
840
840
|
</table></div>
|
@@ -847,7 +847,7 @@ gtk_text_buffer_new (<em class="parameter"><code><a class="link" href="GtkTextTa
|
|
847
847
|
<hr>
|
848
848
|
<div class="refsect2">
|
849
849
|
<a name="gtk-text-buffer-get-line-count"></a><h3>gtk_text_buffer_get_line_count ()</h3>
|
850
|
-
<pre class="programlisting"><a href="
|
850
|
+
<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>
|
851
851
|
gtk_text_buffer_get_line_count (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
852
852
|
<p>Obtains the number of lines in the buffer. This value is cached, so
|
853
853
|
the function is very fast.</p>
|
@@ -874,7 +874,7 @@ the function is very fast.</p>
|
|
874
874
|
<hr>
|
875
875
|
<div class="refsect2">
|
876
876
|
<a name="gtk-text-buffer-get-char-count"></a><h3>gtk_text_buffer_get_char_count ()</h3>
|
877
|
-
<pre class="programlisting"><a href="
|
877
|
+
<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>
|
878
878
|
gtk_text_buffer_get_char_count (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
879
879
|
<p>Gets the number of characters in the buffer; note that characters
|
880
880
|
and bytes are not the same, you can’t e.g. expect the contents of
|
@@ -933,8 +933,8 @@ gtk_text_buffer_get_tag_table (<em class="parameter"><code><a class="link" href=
|
|
933
933
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
934
934
|
gtk_text_buffer_insert (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
935
935
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
936
|
-
<em class="parameter"><code>const <a href="
|
937
|
-
<em class="parameter"><code><a href="
|
936
|
+
<em class="parameter"><code>const <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> *text</code></em>,
|
937
|
+
<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> len</code></em>);</pre>
|
938
938
|
<p>Inserts <em class="parameter"><code>len</code></em>
|
939
939
|
bytes of <em class="parameter"><code>text</code></em>
|
940
940
|
at position <em class="parameter"><code>iter</code></em>
|
@@ -986,8 +986,8 @@ inserted text.</p>
|
|
986
986
|
<a name="gtk-text-buffer-insert-at-cursor"></a><h3>gtk_text_buffer_insert_at_cursor ()</h3>
|
987
987
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
988
988
|
gtk_text_buffer_insert_at_cursor (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
989
|
-
<em class="parameter"><code>const <a href="
|
990
|
-
<em class="parameter"><code><a href="
|
989
|
+
<em class="parameter"><code>const <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> *text</code></em>,
|
990
|
+
<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> len</code></em>);</pre>
|
991
991
|
<p>Simply calls <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert" title="gtk_text_buffer_insert ()"><code class="function">gtk_text_buffer_insert()</code></a>, using the current
|
992
992
|
cursor position as the insertion point.</p>
|
993
993
|
<div class="refsect3">
|
@@ -1021,12 +1021,12 @@ cursor position as the insertion point.</p>
|
|
1021
1021
|
<hr>
|
1022
1022
|
<div class="refsect2">
|
1023
1023
|
<a name="gtk-text-buffer-insert-interactive"></a><h3>gtk_text_buffer_insert_interactive ()</h3>
|
1024
|
-
<pre class="programlisting"><a href="
|
1024
|
+
<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>
|
1025
1025
|
gtk_text_buffer_insert_interactive (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1026
1026
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1027
|
-
<em class="parameter"><code>const <a href="
|
1028
|
-
<em class="parameter"><code><a href="
|
1029
|
-
<em class="parameter"><code><a href="
|
1027
|
+
<em class="parameter"><code>const <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> *text</code></em>,
|
1028
|
+
<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> len</code></em>,
|
1029
|
+
<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> default_editable</code></em>);</pre>
|
1030
1030
|
<p>Like <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert" title="gtk_text_buffer_insert ()"><code class="function">gtk_text_buffer_insert()</code></a>, but the insertion will not occur if
|
1031
1031
|
<em class="parameter"><code>iter</code></em>
|
1032
1032
|
is at a non-editable location in the buffer. Usually you
|
@@ -1082,12 +1082,12 @@ result of <a class="link" href="GtkTextView.html#gtk-text-view-get-editable" tit
|
|
1082
1082
|
<hr>
|
1083
1083
|
<div class="refsect2">
|
1084
1084
|
<a name="gtk-text-buffer-insert-interactive-at-cursor"></a><h3>gtk_text_buffer_insert_interactive_at_cursor ()</h3>
|
1085
|
-
<pre class="programlisting"><a href="
|
1085
|
+
<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>
|
1086
1086
|
gtk_text_buffer_insert_interactive_at_cursor
|
1087
1087
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1088
|
-
<em class="parameter"><code>const <a href="
|
1089
|
-
<em class="parameter"><code><a href="
|
1090
|
-
<em class="parameter"><code><a href="
|
1088
|
+
<em class="parameter"><code>const <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> *text</code></em>,
|
1089
|
+
<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> len</code></em>,
|
1090
|
+
<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> default_editable</code></em>);</pre>
|
1091
1091
|
<p>Calls <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-interactive" title="gtk_text_buffer_insert_interactive ()"><code class="function">gtk_text_buffer_insert_interactive()</code></a> at the cursor
|
1092
1092
|
position.</p>
|
1093
1093
|
<p><em class="parameter"><code>default_editable</code></em>
|
@@ -1192,13 +1192,13 @@ so expect those.</p>
|
|
1192
1192
|
<hr>
|
1193
1193
|
<div class="refsect2">
|
1194
1194
|
<a name="gtk-text-buffer-insert-range-interactive"></a><h3>gtk_text_buffer_insert_range_interactive ()</h3>
|
1195
|
-
<pre class="programlisting"><a href="
|
1195
|
+
<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>
|
1196
1196
|
gtk_text_buffer_insert_range_interactive
|
1197
1197
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1198
1198
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1199
1199
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1200
1200
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
1201
|
-
<em class="parameter"><code><a href="
|
1201
|
+
<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> default_editable</code></em>);</pre>
|
1202
1202
|
<p>Same as <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-range" title="gtk_text_buffer_insert_range ()"><code class="function">gtk_text_buffer_insert_range()</code></a>, but does nothing if the
|
1203
1203
|
insertion point isn’t editable. The <em class="parameter"><code>default_editable</code></em>
|
1204
1204
|
parameter
|
@@ -1258,15 +1258,15 @@ enclosing <em class="parameter"><code>iter</code></em>
|
|
1258
1258
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1259
1259
|
gtk_text_buffer_insert_with_tags (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1260
1260
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1261
|
-
<em class="parameter"><code>const <a href="
|
1262
|
-
<em class="parameter"><code><a href="
|
1261
|
+
<em class="parameter"><code>const <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> *text</code></em>,
|
1262
|
+
<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> len</code></em>,
|
1263
1263
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *first_tag</code></em>,
|
1264
1264
|
<em class="parameter"><code>...</code></em>);</pre>
|
1265
1265
|
<p>Inserts <em class="parameter"><code>text</code></em>
|
1266
1266
|
into <em class="parameter"><code>buffer</code></em>
|
1267
1267
|
at <em class="parameter"><code>iter</code></em>
|
1268
1268
|
, applying the list of tags to
|
1269
|
-
the newly-inserted text. The last tag specified must be <a href="
|
1269
|
+
the newly-inserted text. The last tag specified must 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> to
|
1270
1270
|
terminate the list. Equivalent to calling <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert" title="gtk_text_buffer_insert ()"><code class="function">gtk_text_buffer_insert()</code></a>,
|
1271
1271
|
then <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-apply-tag" title="gtk_text_buffer_apply_tag ()"><code class="function">gtk_text_buffer_apply_tag()</code></a> on the inserted text;
|
1272
1272
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-with-tags" title="gtk_text_buffer_insert_with_tags ()"><code class="function">gtk_text_buffer_insert_with_tags()</code></a> is just a convenience function.</p>
|
@@ -1309,7 +1309,7 @@ then <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-apply-tag" title="
|
|
1309
1309
|
</tr>
|
1310
1310
|
<tr>
|
1311
1311
|
<td class="parameter_name"><p>...</p></td>
|
1312
|
-
<td class="parameter_description"><p><a href="
|
1312
|
+
<td class="parameter_description"><p><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>-terminated list of tags to apply</p></td>
|
1313
1313
|
<td class="parameter_annotations"> </td>
|
1314
1314
|
</tr>
|
1315
1315
|
</tbody>
|
@@ -1323,9 +1323,9 @@ then <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-apply-tag" title="
|
|
1323
1323
|
gtk_text_buffer_insert_with_tags_by_name
|
1324
1324
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1325
1325
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1326
|
-
<em class="parameter"><code>const <a href="
|
1327
|
-
<em class="parameter"><code><a href="
|
1328
|
-
<em class="parameter"><code>const <a href="
|
1326
|
+
<em class="parameter"><code>const <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> *text</code></em>,
|
1327
|
+
<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> len</code></em>,
|
1328
|
+
<em class="parameter"><code>const <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> *first_tag_name</code></em>,
|
1329
1329
|
<em class="parameter"><code>...</code></em>);</pre>
|
1330
1330
|
<p>Same as <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-with-tags" title="gtk_text_buffer_insert_with_tags ()"><code class="function">gtk_text_buffer_insert_with_tags()</code></a>, but allows you
|
1331
1331
|
to pass in tag names instead of tag objects.</p>
|
@@ -1381,8 +1381,8 @@ to pass in tag names instead of tag objects.</p>
|
|
1381
1381
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1382
1382
|
gtk_text_buffer_insert_markup (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1383
1383
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1384
|
-
<em class="parameter"><code>const <a href="
|
1385
|
-
<em class="parameter"><code><a href="
|
1384
|
+
<em class="parameter"><code>const <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> *markup</code></em>,
|
1385
|
+
<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> len</code></em>);</pre>
|
1386
1386
|
<p>Inserts the text in <em class="parameter"><code>markup</code></em>
|
1387
1387
|
at position <em class="parameter"><code>iter</code></em>
|
1388
1388
|
. <em class="parameter"><code>markup</code></em>
|
@@ -1480,11 +1480,11 @@ re-initialized to point to the location where text was deleted.</p>
|
|
1480
1480
|
<hr>
|
1481
1481
|
<div class="refsect2">
|
1482
1482
|
<a name="gtk-text-buffer-delete-interactive"></a><h3>gtk_text_buffer_delete_interactive ()</h3>
|
1483
|
-
<pre class="programlisting"><a href="
|
1483
|
+
<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>
|
1484
1484
|
gtk_text_buffer_delete_interactive (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1485
1485
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start_iter</code></em>,
|
1486
1486
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end_iter</code></em>,
|
1487
|
-
<em class="parameter"><code><a href="
|
1487
|
+
<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> default_editable</code></em>);</pre>
|
1488
1488
|
<p>Deletes all editable text in the given range.
|
1489
1489
|
Calls <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-delete" title="gtk_text_buffer_delete ()"><code class="function">gtk_text_buffer_delete()</code></a> for each editable sub-range of
|
1490
1490
|
[<em class="parameter"><code>start</code></em>
|
@@ -1534,11 +1534,11 @@ no text was deleted.</p>
|
|
1534
1534
|
<hr>
|
1535
1535
|
<div class="refsect2">
|
1536
1536
|
<a name="gtk-text-buffer-backspace"></a><h3>gtk_text_buffer_backspace ()</h3>
|
1537
|
-
<pre class="programlisting"><a href="
|
1537
|
+
<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>
|
1538
1538
|
gtk_text_buffer_backspace (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1539
1539
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1540
|
-
<em class="parameter"><code><a href="
|
1541
|
-
<em class="parameter"><code><a href="
|
1540
|
+
<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> interactive</code></em>,
|
1541
|
+
<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> default_editable</code></em>);</pre>
|
1542
1542
|
<p>Performs the appropriate action as if the user hit the delete
|
1543
1543
|
key with the cursor at the position specified by <em class="parameter"><code>iter</code></em>
|
1544
1544
|
. In the
|
@@ -1585,7 +1585,7 @@ re-initialized to point to the location where text was deleted.</p>
|
|
1585
1585
|
</div>
|
1586
1586
|
<div class="refsect3">
|
1587
1587
|
<a name="gtk-text-buffer-backspace.returns"></a><h4>Returns</h4>
|
1588
|
-
<p> <a href="
|
1588
|
+
<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 buffer was modified</p>
|
1589
1589
|
</div>
|
1590
1590
|
<p class="since">Since: 2.6</p>
|
1591
1591
|
</div>
|
@@ -1594,8 +1594,8 @@ re-initialized to point to the location where text was deleted.</p>
|
|
1594
1594
|
<a name="gtk-text-buffer-set-text"></a><h3>gtk_text_buffer_set_text ()</h3>
|
1595
1595
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1596
1596
|
gtk_text_buffer_set_text (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1597
|
-
<em class="parameter"><code>const <a href="
|
1598
|
-
<em class="parameter"><code><a href="
|
1597
|
+
<em class="parameter"><code>const <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> *text</code></em>,
|
1598
|
+
<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> len</code></em>);</pre>
|
1599
1599
|
<p>Deletes current contents of <em class="parameter"><code>buffer</code></em>
|
1600
1600
|
, and inserts <em class="parameter"><code>text</code></em>
|
1601
1601
|
instead. If
|
@@ -1635,17 +1635,17 @@ in bytes</p></td>
|
|
1635
1635
|
<hr>
|
1636
1636
|
<div class="refsect2">
|
1637
1637
|
<a name="gtk-text-buffer-get-text"></a><h3>gtk_text_buffer_get_text ()</h3>
|
1638
|
-
<pre class="programlisting"><a href="
|
1638
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1639
1639
|
gtk_text_buffer_get_text (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1640
1640
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1641
1641
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
1642
|
-
<em class="parameter"><code><a href="
|
1642
|
+
<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> include_hidden_chars</code></em>);</pre>
|
1643
1643
|
<p>Returns the text in the range [<em class="parameter"><code>start</code></em>
|
1644
1644
|
,<em class="parameter"><code>end</code></em>
|
1645
1645
|
). Excludes undisplayed
|
1646
1646
|
text (text marked with tags that set the invisibility attribute) if
|
1647
1647
|
<em class="parameter"><code>include_hidden_chars</code></em>
|
1648
|
-
is <a href="
|
1648
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. Does not include characters
|
1649
1649
|
representing embedded images, so byte and character indexes into
|
1650
1650
|
the returned string do not correspond to byte
|
1651
1651
|
and character indexes into the buffer. Contrast with
|
@@ -1690,17 +1690,17 @@ and character indexes into the buffer. Contrast with
|
|
1690
1690
|
<hr>
|
1691
1691
|
<div class="refsect2">
|
1692
1692
|
<a name="gtk-text-buffer-get-slice"></a><h3>gtk_text_buffer_get_slice ()</h3>
|
1693
|
-
<pre class="programlisting"><a href="
|
1693
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1694
1694
|
gtk_text_buffer_get_slice (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1695
1695
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
1696
1696
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
1697
|
-
<em class="parameter"><code><a href="
|
1697
|
+
<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> include_hidden_chars</code></em>);</pre>
|
1698
1698
|
<p>Returns the text in the range [<em class="parameter"><code>start</code></em>
|
1699
1699
|
,<em class="parameter"><code>end</code></em>
|
1700
1700
|
). Excludes undisplayed
|
1701
1701
|
text (text marked with tags that set the invisibility attribute) if
|
1702
1702
|
<em class="parameter"><code>include_hidden_chars</code></em>
|
1703
|
-
is <a href="
|
1703
|
+
is <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. The returned string includes a
|
1704
1704
|
0xFFFC character whenever the buffer contains
|
1705
1705
|
embedded images, so byte and character indexes into
|
1706
1706
|
the returned string do correspond to byte
|
@@ -1751,7 +1751,7 @@ widget is in the buffer.</p>
|
|
1751
1751
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1752
1752
|
gtk_text_buffer_insert_pixbuf (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1753
1753
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1754
|
-
<em class="parameter"><code><
|
1754
|
+
<em class="parameter"><code><span class="type">GdkPixbuf</span> *pixbuf</code></em>);</pre>
|
1755
1755
|
<p>Inserts an image into the text buffer at <em class="parameter"><code>iter</code></em>
|
1756
1756
|
. The image will be
|
1757
1757
|
counted as one character in character counts, and when obtaining
|
@@ -1782,7 +1782,7 @@ not. e.g. see <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-slice
|
|
1782
1782
|
</tr>
|
1783
1783
|
<tr>
|
1784
1784
|
<td class="parameter_name"><p>pixbuf</p></td>
|
1785
|
-
<td class="parameter_description"><p>a <
|
1785
|
+
<td class="parameter_description"><p>a <span class="type">GdkPixbuf</span></p></td>
|
1786
1786
|
<td class="parameter_annotations"> </td>
|
1787
1787
|
</tr>
|
1788
1788
|
</tbody>
|
@@ -1880,18 +1880,18 @@ the caller of <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-create-ch
|
|
1880
1880
|
<a name="gtk-text-buffer-create-mark"></a><h3>gtk_text_buffer_create_mark ()</h3>
|
1881
1881
|
<pre class="programlisting"><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a> *
|
1882
1882
|
gtk_text_buffer_create_mark (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1883
|
-
<em class="parameter"><code>const <a href="
|
1883
|
+
<em class="parameter"><code>const <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> *mark_name</code></em>,
|
1884
1884
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>,
|
1885
|
-
<em class="parameter"><code><a href="
|
1885
|
+
<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> left_gravity</code></em>);</pre>
|
1886
1886
|
<p>Creates a mark at position <em class="parameter"><code>where</code></em>
|
1887
1887
|
. If <em class="parameter"><code>mark_name</code></em>
|
1888
|
-
is <a href="
|
1888
|
+
is <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>, the mark
|
1889
1889
|
is anonymous; otherwise, the mark can be retrieved by name using
|
1890
1890
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-mark" title="gtk_text_buffer_get_mark ()"><code class="function">gtk_text_buffer_get_mark()</code></a>. If a mark has left gravity, and text is
|
1891
1891
|
inserted at the mark’s current location, the mark will be moved to
|
1892
1892
|
the left of the newly-inserted text. If the mark has right gravity
|
1893
1893
|
(<em class="parameter"><code>left_gravity</code></em>
|
1894
|
-
= <a href="
|
1894
|
+
= <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>), the mark will end up on the right of
|
1895
1895
|
newly-inserted text. The standard left-to-right cursor is a mark
|
1896
1896
|
with right gravity (when you type, the cursor stays on the right
|
1897
1897
|
side of the text you’re typing).</p>
|
@@ -1917,7 +1917,7 @@ initial placement.</p>
|
|
1917
1917
|
</tr>
|
1918
1918
|
<tr>
|
1919
1919
|
<td class="parameter_name"><p>mark_name</p></td>
|
1920
|
-
<td class="parameter_description"><p> name for mark, or <a href="
|
1920
|
+
<td class="parameter_description"><p> name for mark, or <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>. </p></td>
|
1921
1921
|
<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>
|
1922
1922
|
</tr>
|
1923
1923
|
<tr>
|
@@ -1985,7 +1985,7 @@ in <em class="parameter"><code>buffer</code></em>
|
|
1985
1985
|
<a name="gtk-text-buffer-move-mark-by-name"></a><h3>gtk_text_buffer_move_mark_by_name ()</h3>
|
1986
1986
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1987
1987
|
gtk_text_buffer_move_mark_by_name (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
1988
|
-
<em class="parameter"><code>const <a href="
|
1988
|
+
<em class="parameter"><code>const <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> *name</code></em>,
|
1989
1989
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);</pre>
|
1990
1990
|
<p>Moves the mark named <em class="parameter"><code>name</code></em>
|
1991
1991
|
(which must exist) to location <em class="parameter"><code>where</code></em>
|
@@ -2028,7 +2028,7 @@ gtk_text_buffer_add_mark (<em class="parameter"><code><a class="link" href="GtkT
|
|
2028
2028
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *where</code></em>);</pre>
|
2029
2029
|
<p>Adds the mark at position <em class="parameter"><code>where</code></em>
|
2030
2030
|
. The mark must not be added to
|
2031
|
-
another buffer, and if its name is not <a href="
|
2031
|
+
another buffer, and if its name is not <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> then there must not
|
2032
2032
|
be another mark in the buffer with the same name.</p>
|
2033
2033
|
<p>Emits the <a class="link" href="GtkTextBuffer.html#GtkTextBuffer-mark-set" title="The “mark-set” signal"><span class="type">“mark-set”</span></a> signal as notification of the mark's
|
2034
2034
|
initial placement.</p>
|
@@ -2070,7 +2070,7 @@ gtk_text_buffer_delete_mark (<em class="parameter"><code><a class="link" href="G
|
|
2070
2070
|
<p>Deletes <em class="parameter"><code>mark</code></em>
|
2071
2071
|
, so that it’s no longer located anywhere in the
|
2072
2072
|
buffer. Removes the reference the buffer holds to the mark, so if
|
2073
|
-
you haven’t called <a href="
|
2073
|
+
you haven’t called <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> on the mark, it will be freed. Even
|
2074
2074
|
if the mark isn’t freed, most operations on <em class="parameter"><code>mark</code></em>
|
2075
2075
|
become
|
2076
2076
|
invalid, until it gets added to a buffer again with
|
@@ -2107,7 +2107,7 @@ the mark is deleted.</p>
|
|
2107
2107
|
<a name="gtk-text-buffer-delete-mark-by-name"></a><h3>gtk_text_buffer_delete_mark_by_name ()</h3>
|
2108
2108
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2109
2109
|
gtk_text_buffer_delete_mark_by_name (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2110
|
-
<em class="parameter"><code>const <a href="
|
2110
|
+
<em class="parameter"><code>const <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> *name</code></em>);</pre>
|
2111
2111
|
<p>Deletes the mark named <em class="parameter"><code>name</code></em>
|
2112
2112
|
; the mark must exist. See
|
2113
2113
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-delete-mark" title="gtk_text_buffer_delete_mark ()"><code class="function">gtk_text_buffer_delete_mark()</code></a> for details.</p>
|
@@ -2140,10 +2140,10 @@ gtk_text_buffer_delete_mark_by_name (<em class="parameter"><code><a class="link"
|
|
2140
2140
|
<a name="gtk-text-buffer-get-mark"></a><h3>gtk_text_buffer_get_mark ()</h3>
|
2141
2141
|
<pre class="programlisting"><a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="returnvalue">GtkTextMark</span></a> *
|
2142
2142
|
gtk_text_buffer_get_mark (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2143
|
-
<em class="parameter"><code>const <a href="
|
2143
|
+
<em class="parameter"><code>const <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> *name</code></em>);</pre>
|
2144
2144
|
<p>Returns the mark named <em class="parameter"><code>name</code></em>
|
2145
2145
|
in buffer <em class="parameter"><code>buffer</code></em>
|
2146
|
-
, or <a href="
|
2146
|
+
, or <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
|
2147
2147
|
mark exists in the buffer.</p>
|
2148
2148
|
<div class="refsect3">
|
2149
2149
|
<a name="gtk-text-buffer-get-mark.parameters"></a><h4>Parameters</h4>
|
@@ -2169,7 +2169,7 @@ mark exists in the buffer.</p>
|
|
2169
2169
|
</div>
|
2170
2170
|
<div class="refsect3">
|
2171
2171
|
<a name="gtk-text-buffer-get-mark.returns"></a><h4>Returns</h4>
|
2172
|
-
<p> a <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a>, or <a href="
|
2172
|
+
<p> a <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a>, or <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>. </p>
|
2173
2173
|
<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="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2174
2174
|
</div>
|
2175
2175
|
</div>
|
@@ -2243,7 +2243,7 @@ selection and what its bounds are.</p>
|
|
2243
2243
|
<hr>
|
2244
2244
|
<div class="refsect2">
|
2245
2245
|
<a name="gtk-text-buffer-get-has-selection"></a><h3>gtk_text_buffer_get_has_selection ()</h3>
|
2246
|
-
<pre class="programlisting"><a href="
|
2246
|
+
<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>
|
2247
2247
|
gtk_text_buffer_get_has_selection (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
2248
2248
|
<p>Indicates whether the buffer has some text currently selected.</p>
|
2249
2249
|
<div class="refsect3">
|
@@ -2263,7 +2263,7 @@ gtk_text_buffer_get_has_selection (<em class="parameter"><code><a class="link" h
|
|
2263
2263
|
</div>
|
2264
2264
|
<div class="refsect3">
|
2265
2265
|
<a name="gtk-text-buffer-get-has-selection.returns"></a><h4>Returns</h4>
|
2266
|
-
<p> <a href="
|
2266
|
+
<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 there is text selected</p>
|
2267
2267
|
</div>
|
2268
2268
|
<p class="since">Since: 2.10</p>
|
2269
2269
|
</div>
|
@@ -2446,7 +2446,7 @@ removes all occurrences of <em class="parameter"><code>tag</code></em>
|
|
2446
2446
|
<a name="gtk-text-buffer-apply-tag-by-name"></a><h3>gtk_text_buffer_apply_tag_by_name ()</h3>
|
2447
2447
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2448
2448
|
gtk_text_buffer_apply_tag_by_name (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2449
|
-
<em class="parameter"><code>const <a href="
|
2449
|
+
<em class="parameter"><code>const <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> *name</code></em>,
|
2450
2450
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
2451
2451
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
2452
2452
|
<p>Calls <a class="link" href="GtkTextTagTable.html#gtk-text-tag-table-lookup" title="gtk_text_tag_table_lookup ()"><code class="function">gtk_text_tag_table_lookup()</code></a> on the buffer’s tag table to
|
@@ -2489,7 +2489,7 @@ get a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="typ
|
|
2489
2489
|
<a name="gtk-text-buffer-remove-tag-by-name"></a><h3>gtk_text_buffer_remove_tag_by_name ()</h3>
|
2490
2490
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2491
2491
|
gtk_text_buffer_remove_tag_by_name (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2492
|
-
<em class="parameter"><code>const <a href="
|
2492
|
+
<em class="parameter"><code>const <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> *name</code></em>,
|
2493
2493
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
2494
2494
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
2495
2495
|
<p>Calls <a class="link" href="GtkTextTagTable.html#gtk-text-tag-table-lookup" title="gtk_text_tag_table_lookup ()"><code class="function">gtk_text_tag_table_lookup()</code></a> on the buffer’s tag table to
|
@@ -2574,8 +2574,8 @@ that add tags.</p>
|
|
2574
2574
|
<a name="gtk-text-buffer-create-tag"></a><h3>gtk_text_buffer_create_tag ()</h3>
|
2575
2575
|
<pre class="programlisting"><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="returnvalue">GtkTextTag</span></a> *
|
2576
2576
|
gtk_text_buffer_create_tag (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2577
|
-
<em class="parameter"><code>const <a href="
|
2578
|
-
<em class="parameter"><code>const <a href="
|
2577
|
+
<em class="parameter"><code>const <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> *tag_name</code></em>,
|
2578
|
+
<em class="parameter"><code>const <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> *first_property_name</code></em>,
|
2579
2579
|
<em class="parameter"><code>...</code></em>);</pre>
|
2580
2580
|
<p>Creates a tag and adds it to the tag table for <em class="parameter"><code>buffer</code></em>
|
2581
2581
|
.
|
@@ -2583,14 +2583,14 @@ Equivalent to calling <a class="link" href="GtkTextTag.html#gtk-text-tag-new" ti
|
|
2583
2583
|
tag to the buffer’s tag table. The returned tag is owned by
|
2584
2584
|
the buffer’s tag table, so the ref count will be equal to one.</p>
|
2585
2585
|
<p>If <em class="parameter"><code>tag_name</code></em>
|
2586
|
-
is <a href="
|
2586
|
+
is <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>, the tag is anonymous.</p>
|
2587
2587
|
<p>If <em class="parameter"><code>tag_name</code></em>
|
2588
|
-
is non-<a href="
|
2588
|
+
is 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>, a tag called <em class="parameter"><code>tag_name</code></em>
|
2589
2589
|
must not already
|
2590
2590
|
exist in the tag table for this buffer.</p>
|
2591
2591
|
<p>The <em class="parameter"><code>first_property_name</code></em>
|
2592
2592
|
argument and subsequent arguments are a list
|
2593
|
-
of properties to set on the tag, as with <a href="
|
2593
|
+
of properties to set on the tag, as with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-set"><code class="function">g_object_set()</code></a>.</p>
|
2594
2594
|
<div class="refsect3">
|
2595
2595
|
<a name="gtk-text-buffer-create-tag.parameters"></a><h4>Parameters</h4>
|
2596
2596
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2607,17 +2607,17 @@ of properties to set on the tag, as with <a href="https://developer.gnome.org/go
|
|
2607
2607
|
</tr>
|
2608
2608
|
<tr>
|
2609
2609
|
<td class="parameter_name"><p>tag_name</p></td>
|
2610
|
-
<td class="parameter_description"><p> name of the new tag, or <a href="
|
2610
|
+
<td class="parameter_description"><p> name of the new tag, or <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>. </p></td>
|
2611
2611
|
<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>
|
2612
2612
|
</tr>
|
2613
2613
|
<tr>
|
2614
2614
|
<td class="parameter_name"><p>first_property_name</p></td>
|
2615
|
-
<td class="parameter_description"><p> name of first property to set, or <a href="
|
2615
|
+
<td class="parameter_description"><p> name of first property to set, or <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>. </p></td>
|
2616
2616
|
<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>
|
2617
2617
|
</tr>
|
2618
2618
|
<tr>
|
2619
2619
|
<td class="parameter_name"><p>...</p></td>
|
2620
|
-
<td class="parameter_description"><p><a href="
|
2620
|
+
<td class="parameter_description"><p><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>-terminated list of property names and values</p></td>
|
2621
2621
|
<td class="parameter_annotations"> </td>
|
2622
2622
|
</tr>
|
2623
2623
|
</tbody>
|
@@ -2636,8 +2636,8 @@ of properties to set on the tag, as with <a href="https://developer.gnome.org/go
|
|
2636
2636
|
gtk_text_buffer_get_iter_at_line_offset
|
2637
2637
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2638
2638
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2639
|
-
<em class="parameter"><code><a href="
|
2640
|
-
<em class="parameter"><code><a href="
|
2639
|
+
<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> line_number</code></em>,
|
2640
|
+
<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> char_offset</code></em>);</pre>
|
2641
2641
|
<p>Obtains an iterator pointing to <em class="parameter"><code>char_offset</code></em>
|
2642
2642
|
within the given line. Note
|
2643
2643
|
characters, not bytes; UTF-8 may encode one character as multiple bytes.</p>
|
@@ -2687,7 +2687,7 @@ end of the line, the iterator at the end of the line is returned.</p>
|
|
2687
2687
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2688
2688
|
gtk_text_buffer_get_iter_at_offset (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2689
2689
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2690
|
-
<em class="parameter"><code><a href="
|
2690
|
+
<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> char_offset</code></em>);</pre>
|
2691
2691
|
<p>Initializes <em class="parameter"><code>iter</code></em>
|
2692
2692
|
to a position <em class="parameter"><code>char_offset</code></em>
|
2693
2693
|
chars from the start
|
@@ -2730,7 +2730,7 @@ the iterator one past the last valid character in the buffer.</p>
|
|
2730
2730
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2731
2731
|
gtk_text_buffer_get_iter_at_line (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2732
2732
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2733
|
-
<em class="parameter"><code><a href="
|
2733
|
+
<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> line_number</code></em>);</pre>
|
2734
2734
|
<p>Initializes <em class="parameter"><code>iter</code></em>
|
2735
2735
|
to the start of the given line. If <em class="parameter"><code>line_number</code></em>
|
2736
2736
|
is greater
|
@@ -2771,8 +2771,8 @@ than the number of lines in the <em class="parameter"><code>buffer</code></em>
|
|
2771
2771
|
gtk_text_buffer_get_iter_at_line_index
|
2772
2772
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
2773
2773
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2774
|
-
<em class="parameter"><code><a href="
|
2775
|
-
<em class="parameter"><code><a href="
|
2774
|
+
<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> line_number</code></em>,
|
2775
|
+
<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> byte_index</code></em>);</pre>
|
2776
2776
|
<p>Obtains an iterator pointing to <em class="parameter"><code>byte_index</code></em>
|
2777
2777
|
within the given line.
|
2778
2778
|
<em class="parameter"><code>byte_index</code></em>
|
@@ -3008,11 +3008,11 @@ entire buffer lies within the range [<em class="parameter"><code>start</code></e
|
|
3008
3008
|
<hr>
|
3009
3009
|
<div class="refsect2">
|
3010
3010
|
<a name="gtk-text-buffer-get-modified"></a><h3>gtk_text_buffer_get_modified ()</h3>
|
3011
|
-
<pre class="programlisting"><a href="
|
3011
|
+
<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>
|
3012
3012
|
gtk_text_buffer_get_modified (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
3013
3013
|
<p>Indicates whether the buffer has been modified since the last call
|
3014
3014
|
to <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-set-modified" title="gtk_text_buffer_set_modified ()"><code class="function">gtk_text_buffer_set_modified()</code></a> set the modification flag to
|
3015
|
-
<a href="
|
3015
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. Used for example to enable a “save” function in a text
|
3016
3016
|
editor.</p>
|
3017
3017
|
<div class="refsect3">
|
3018
3018
|
<a name="gtk-text-buffer-get-modified.parameters"></a><h4>Parameters</h4>
|
@@ -3031,7 +3031,7 @@ editor.</p>
|
|
3031
3031
|
</div>
|
3032
3032
|
<div class="refsect3">
|
3033
3033
|
<a name="gtk-text-buffer-get-modified.returns"></a><h4>Returns</h4>
|
3034
|
-
<p> <a href="
|
3034
|
+
<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 buffer has been modified</p>
|
3035
3035
|
</div>
|
3036
3036
|
</div>
|
3037
3037
|
<hr>
|
@@ -3039,7 +3039,7 @@ editor.</p>
|
|
3039
3039
|
<a name="gtk-text-buffer-set-modified"></a><h3>gtk_text_buffer_set_modified ()</h3>
|
3040
3040
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3041
3041
|
gtk_text_buffer_set_modified (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3042
|
-
<em class="parameter"><code><a href="
|
3042
|
+
<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> setting</code></em>);</pre>
|
3043
3043
|
<p>Used to keep track of whether the buffer has been modified since the
|
3044
3044
|
last time it was saved. Whenever the buffer is saved to disk, call
|
3045
3045
|
gtk_text_buffer_set_modified (<em class="parameter"><code>buffer</code></em>
|
@@ -3072,13 +3072,13 @@ bit flips, the buffer emits the <a class="link" href="GtkTextBuffer.html#GtkText
|
|
3072
3072
|
<hr>
|
3073
3073
|
<div class="refsect2">
|
3074
3074
|
<a name="gtk-text-buffer-delete-selection"></a><h3>gtk_text_buffer_delete_selection ()</h3>
|
3075
|
-
<pre class="programlisting"><a href="
|
3075
|
+
<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>
|
3076
3076
|
gtk_text_buffer_delete_selection (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3077
|
-
<em class="parameter"><code><a href="
|
3078
|
-
<em class="parameter"><code><a href="
|
3077
|
+
<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> interactive</code></em>,
|
3078
|
+
<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> default_editable</code></em>);</pre>
|
3079
3079
|
<p>Deletes the range between the “insert” and “selection_bound” marks,
|
3080
3080
|
that is, the currently-selected text. If <em class="parameter"><code>interactive</code></em>
|
3081
|
-
is <a href="
|
3081
|
+
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>,
|
3082
3082
|
the editability of the selection will be considered (users can’t delete
|
3083
3083
|
uneditable text).</p>
|
3084
3084
|
<div class="refsect3">
|
@@ -3120,9 +3120,9 @@ uneditable text).</p>
|
|
3120
3120
|
gtk_text_buffer_paste_clipboard (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3121
3121
|
<em class="parameter"><code><a class="link" href="gtk3-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> *clipboard</code></em>,
|
3122
3122
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *override_location</code></em>,
|
3123
|
-
<em class="parameter"><code><a href="
|
3123
|
+
<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> default_editable</code></em>);</pre>
|
3124
3124
|
<p>Pastes the contents of a clipboard. If <em class="parameter"><code>override_location</code></em>
|
3125
|
-
is <a href="
|
3125
|
+
is <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>, the
|
3126
3126
|
pasted text will be inserted at the cursor position, or the buffer selection
|
3127
3127
|
will be replaced if the selection is non-empty.</p>
|
3128
3128
|
<p>Note: pasting is asynchronous, that is, we’ll ask for the paste data and
|
@@ -3149,7 +3149,7 @@ be inserted.</p>
|
|
3149
3149
|
</tr>
|
3150
3150
|
<tr>
|
3151
3151
|
<td class="parameter_name"><p>override_location</p></td>
|
3152
|
-
<td class="parameter_description"><p> location to insert pasted text, or <a href="
|
3152
|
+
<td class="parameter_description"><p> location to insert pasted text, or <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>. </p></td>
|
3153
3153
|
<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>
|
3154
3154
|
</tr>
|
3155
3155
|
<tr>
|
@@ -3197,7 +3197,7 @@ gtk_text_buffer_copy_clipboard (<em class="parameter"><code><a class="link" href
|
|
3197
3197
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3198
3198
|
gtk_text_buffer_cut_clipboard (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3199
3199
|
<em class="parameter"><code><a class="link" href="gtk3-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> *clipboard</code></em>,
|
3200
|
-
<em class="parameter"><code><a href="
|
3200
|
+
<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> default_editable</code></em>);</pre>
|
3201
3201
|
<p>Copies the currently-selected text to a clipboard, then deletes
|
3202
3202
|
said text if it’s editable.</p>
|
3203
3203
|
<div class="refsect3">
|
@@ -3231,11 +3231,11 @@ said text if it’s editable.</p>
|
|
3231
3231
|
<hr>
|
3232
3232
|
<div class="refsect2">
|
3233
3233
|
<a name="gtk-text-buffer-get-selection-bounds"></a><h3>gtk_text_buffer_get_selection_bounds ()</h3>
|
3234
|
-
<pre class="programlisting"><a href="
|
3234
|
+
<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>
|
3235
3235
|
gtk_text_buffer_get_selection_bounds (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3236
3236
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
3237
3237
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
3238
|
-
<p>Returns <a href="
|
3238
|
+
<p>Returns <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 some text is selected; places the bounds
|
3239
3239
|
of the selection in <em class="parameter"><code>start</code></em>
|
3240
3240
|
and <em class="parameter"><code>end</code></em>
|
3241
3241
|
(if the selection has length 0,
|
@@ -3353,7 +3353,7 @@ gtk_text_buffer_add_selection_clipboard
|
|
3353
3353
|
contents of <em class="parameter"><code>buffer</code></em>
|
3354
3354
|
are available. In most cases, <em class="parameter"><code>clipboard</code></em>
|
3355
3355
|
will be
|
3356
|
-
the <a class="link" href="gtk3-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> of type <a href="http://developer.gnome.org/gdk3/
|
3356
|
+
the <a class="link" href="gtk3-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> of type <a href="http://developer.gnome.org/gdk3/gdk4-Selections.html#GDK-SELECTION-PRIMARY:CAPS"><code class="literal">GDK_SELECTION_PRIMARY</code></a> for a view of <em class="parameter"><code>buffer</code></em>
|
3357
3357
|
.</p>
|
3358
3358
|
<div class="refsect3">
|
3359
3359
|
<a name="gtk-text-buffer-add-selection-clipboard.parameters"></a><h4>Parameters</h4>
|
@@ -3415,15 +3415,15 @@ by
|
|
3415
3415
|
<hr>
|
3416
3416
|
<div class="refsect2">
|
3417
3417
|
<a name="GtkTextBufferDeserializeFunc"></a><h3>GtkTextBufferDeserializeFunc ()</h3>
|
3418
|
-
<pre class="programlisting"><a href="
|
3418
|
+
<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>
|
3419
3419
|
<span class="c_punctuation">(</span>*GtkTextBufferDeserializeFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *register_buffer</code></em>,
|
3420
3420
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
|
3421
3421
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
3422
|
-
<em class="parameter"><code>const <a href="
|
3423
|
-
<em class="parameter"><code><a href="
|
3424
|
-
<em class="parameter"><code><a href="
|
3425
|
-
<em class="parameter"><code><a href="
|
3426
|
-
<em class="parameter"><code><a href="
|
3422
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>,
|
3423
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> length</code></em>,
|
3424
|
+
<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> create_tags</code></em>,
|
3425
|
+
<em class="parameter"><code><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</code></em>,
|
3426
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
3427
3427
|
<p>A function that is called to deserialize rich text that has been
|
3428
3428
|
serialized with <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-serialize" title="gtk_text_buffer_serialize ()"><code class="function">gtk_text_buffer_serialize()</code></a>, and insert it at <em class="parameter"><code>iter</code></em>
|
3429
3429
|
.</p>
|
@@ -3464,7 +3464,7 @@ serialized with <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-seriali
|
|
3464
3464
|
</tr>
|
3465
3465
|
<tr>
|
3466
3466
|
<td class="parameter_name"><p>create_tags</p></td>
|
3467
|
-
<td class="parameter_description"><p><a href="
|
3467
|
+
<td class="parameter_description"><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 deserializing may create tags</p></td>
|
3468
3468
|
<td class="parameter_annotations"> </td>
|
3469
3469
|
</tr>
|
3470
3470
|
<tr>
|
@@ -3474,7 +3474,7 @@ serialized with <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-seriali
|
|
3474
3474
|
</tr>
|
3475
3475
|
<tr>
|
3476
3476
|
<td class="parameter_name"><p>error</p></td>
|
3477
|
-
<td class="parameter_description"><p>return location for a <a href="
|
3477
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
|
3478
3478
|
<td class="parameter_annotations"> </td>
|
3479
3479
|
</tr>
|
3480
3480
|
</tbody>
|
@@ -3482,20 +3482,20 @@ serialized with <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-seriali
|
|
3482
3482
|
</div>
|
3483
3483
|
<div class="refsect3">
|
3484
3484
|
<a name="GtkTextBufferDeserializeFunc.returns"></a><h4>Returns</h4>
|
3485
|
-
<p> <a href="
|
3485
|
+
<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> on success, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
3486
3486
|
</div>
|
3487
3487
|
</div>
|
3488
3488
|
<hr>
|
3489
3489
|
<div class="refsect2">
|
3490
3490
|
<a name="gtk-text-buffer-deserialize"></a><h3>gtk_text_buffer_deserialize ()</h3>
|
3491
|
-
<pre class="programlisting"><a href="
|
3491
|
+
<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>
|
3492
3492
|
gtk_text_buffer_deserialize (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *register_buffer</code></em>,
|
3493
3493
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
|
3494
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
3494
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>,
|
3495
3495
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
3496
|
-
<em class="parameter"><code>const <a href="
|
3497
|
-
<em class="parameter"><code><a href="
|
3498
|
-
<em class="parameter"><code><a href="
|
3496
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="type">guint8</span></a> *data</code></em>,
|
3497
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> length</code></em>,
|
3498
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
3499
3499
|
<p>This function deserializes rich text in format <em class="parameter"><code>format</code></em>
|
3500
3500
|
and inserts
|
3501
3501
|
it at <em class="parameter"><code>iter</code></em>
|
@@ -3547,7 +3547,7 @@ is registered with</p></td>
|
|
3547
3547
|
</tr>
|
3548
3548
|
<tr>
|
3549
3549
|
<td class="parameter_name"><p>error</p></td>
|
3550
|
-
<td class="parameter_description"><p>return location for a <a href="
|
3550
|
+
<td class="parameter_description"><p>return location for a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
|
3551
3551
|
<td class="parameter_annotations"> </td>
|
3552
3552
|
</tr>
|
3553
3553
|
</tbody>
|
@@ -3555,17 +3555,17 @@ is registered with</p></td>
|
|
3555
3555
|
</div>
|
3556
3556
|
<div class="refsect3">
|
3557
3557
|
<a name="gtk-text-buffer-deserialize.returns"></a><h4>Returns</h4>
|
3558
|
-
<p> <a href="
|
3558
|
+
<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> on success, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
|
3559
3559
|
</div>
|
3560
3560
|
<p class="since">Since: 2.10</p>
|
3561
3561
|
</div>
|
3562
3562
|
<hr>
|
3563
3563
|
<div class="refsect2">
|
3564
3564
|
<a name="gtk-text-buffer-deserialize-get-can-create-tags"></a><h3>gtk_text_buffer_deserialize_get_can_create_tags ()</h3>
|
3565
|
-
<pre class="programlisting"><a href="
|
3565
|
+
<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>
|
3566
3566
|
gtk_text_buffer_deserialize_get_can_create_tags
|
3567
3567
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3568
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
3568
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>);</pre>
|
3569
3569
|
<p>This functions returns the value set with
|
3570
3570
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-deserialize-set-can-create-tags" title="gtk_text_buffer_deserialize_set_can_create_tags ()"><code class="function">gtk_text_buffer_deserialize_set_can_create_tags()</code></a></p>
|
3571
3571
|
<div class="refsect3">
|
@@ -3584,7 +3584,7 @@ gtk_text_buffer_deserialize_get_can_create_tags
|
|
3584
3584
|
</tr>
|
3585
3585
|
<tr>
|
3586
3586
|
<td class="parameter_name"><p>format</p></td>
|
3587
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/
|
3587
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format</p></td>
|
3588
3588
|
<td class="parameter_annotations"> </td>
|
3589
3589
|
</tr>
|
3590
3590
|
</tbody>
|
@@ -3602,8 +3602,8 @@ gtk_text_buffer_deserialize_get_can_create_tags
|
|
3602
3602
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3603
3603
|
gtk_text_buffer_deserialize_set_can_create_tags
|
3604
3604
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3605
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
3606
|
-
<em class="parameter"><code><a href="
|
3605
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>,
|
3606
|
+
<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> can_create_tags</code></em>);</pre>
|
3607
3607
|
<p>Use this function to allow a rich text deserialization function to
|
3608
3608
|
create new tags in the receiving buffer. Note that using this
|
3609
3609
|
function is almost always a bad idea, because the rich text
|
@@ -3635,7 +3635,7 @@ handle the newly created tags.</p>
|
|
3635
3635
|
</tr>
|
3636
3636
|
<tr>
|
3637
3637
|
<td class="parameter_name"><p>format</p></td>
|
3638
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/
|
3638
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format</p></td>
|
3639
3639
|
<td class="parameter_annotations"> </td>
|
3640
3640
|
</tr>
|
3641
3641
|
<tr>
|
@@ -3684,10 +3684,10 @@ using <a class="link" href="gtk3-Selections.html#gtk-target-list-add-rich-text-t
|
|
3684
3684
|
<hr>
|
3685
3685
|
<div class="refsect2">
|
3686
3686
|
<a name="gtk-text-buffer-get-deserialize-formats"></a><h3>gtk_text_buffer_get_deserialize_formats ()</h3>
|
3687
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/
|
3687
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> *
|
3688
3688
|
gtk_text_buffer_get_deserialize_formats
|
3689
3689
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3690
|
-
<em class="parameter"><code><a href="
|
3690
|
+
<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_formats</code></em>);</pre>
|
3691
3691
|
<p>This function returns the rich text deserialize formats registered
|
3692
3692
|
with <em class="parameter"><code>buffer</code></em>
|
3693
3693
|
using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-deserialize-format" title="gtk_text_buffer_register_deserialize_format ()"><code class="function">gtk_text_buffer_register_deserialize_format()</code></a> or
|
@@ -3717,7 +3717,7 @@ with <em class="parameter"><code>buffer</code></em>
|
|
3717
3717
|
<div class="refsect3">
|
3718
3718
|
<a name="gtk-text-buffer-get-deserialize-formats.returns"></a><h4>Returns</h4>
|
3719
3719
|
<p> an array of
|
3720
|
-
<a href="http://developer.gnome.org/gdk3/
|
3720
|
+
<a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtoms</span></a> representing the registered formats. </p>
|
3721
3721
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_formats][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
3722
3722
|
</div>
|
3723
3723
|
<p class="since">Since: 2.10</p>
|
@@ -3758,9 +3758,9 @@ using <a class="link" href="gtk3-Selections.html#gtk-target-list-add-rich-text-t
|
|
3758
3758
|
<hr>
|
3759
3759
|
<div class="refsect2">
|
3760
3760
|
<a name="gtk-text-buffer-get-serialize-formats"></a><h3>gtk_text_buffer_get_serialize_formats ()</h3>
|
3761
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/
|
3761
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> *
|
3762
3762
|
gtk_text_buffer_get_serialize_formats (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3763
|
-
<em class="parameter"><code><a href="
|
3763
|
+
<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_formats</code></em>);</pre>
|
3764
3764
|
<p>This function returns the rich text serialize formats registered
|
3765
3765
|
with <em class="parameter"><code>buffer</code></em>
|
3766
3766
|
using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-serialize-format" title="gtk_text_buffer_register_serialize_format ()"><code class="function">gtk_text_buffer_register_serialize_format()</code></a> or
|
@@ -3790,7 +3790,7 @@ with <em class="parameter"><code>buffer</code></em>
|
|
3790
3790
|
<div class="refsect3">
|
3791
3791
|
<a name="gtk-text-buffer-get-serialize-formats.returns"></a><h4>Returns</h4>
|
3792
3792
|
<p> an array of
|
3793
|
-
<a href="http://developer.gnome.org/gdk3/
|
3793
|
+
<a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtoms</span></a> representing the registered formats. </p>
|
3794
3794
|
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_formats][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
3795
3795
|
</div>
|
3796
3796
|
<p class="since">Since: 2.10</p>
|
@@ -3798,13 +3798,13 @@ with <em class="parameter"><code>buffer</code></em>
|
|
3798
3798
|
<hr>
|
3799
3799
|
<div class="refsect2">
|
3800
3800
|
<a name="gtk-text-buffer-register-deserialize-format"></a><h3>gtk_text_buffer_register_deserialize_format ()</h3>
|
3801
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/
|
3801
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
3802
3802
|
gtk_text_buffer_register_deserialize_format
|
3803
3803
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3804
|
-
<em class="parameter"><code>const <a href="
|
3804
|
+
<em class="parameter"><code>const <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> *mime_type</code></em>,
|
3805
3805
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html#GtkTextBufferDeserializeFunc" title="GtkTextBufferDeserializeFunc ()"><span class="type">GtkTextBufferDeserializeFunc</span></a> function</code></em>,
|
3806
|
-
<em class="parameter"><code><a href="
|
3807
|
-
<em class="parameter"><code><a href="
|
3806
|
+
<em class="parameter"><code><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</code></em>,
|
3807
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> user_data_destroy</code></em>);</pre>
|
3808
3808
|
<p>This function registers a rich text deserialization <em class="parameter"><code>function</code></em>
|
3809
3809
|
along with
|
3810
3810
|
its <em class="parameter"><code>mime_type</code></em>
|
@@ -3851,7 +3851,7 @@ is no longer needed</p></td>
|
|
3851
3851
|
</div>
|
3852
3852
|
<div class="refsect3">
|
3853
3853
|
<a name="gtk-text-buffer-register-deserialize-format.returns"></a><h4>Returns</h4>
|
3854
|
-
<p> the <a href="http://developer.gnome.org/gdk3/
|
3854
|
+
<p> the <a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
|
3855
3855
|
newly registered format’s mime-type. </p>
|
3856
3856
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3857
3857
|
</div>
|
@@ -3860,10 +3860,10 @@ newly registered format’s mime-type. </p>
|
|
3860
3860
|
<hr>
|
3861
3861
|
<div class="refsect2">
|
3862
3862
|
<a name="gtk-text-buffer-register-deserialize-tagset"></a><h3>gtk_text_buffer_register_deserialize_tagset ()</h3>
|
3863
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/
|
3863
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
3864
3864
|
gtk_text_buffer_register_deserialize_tagset
|
3865
3865
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3866
|
-
<em class="parameter"><code>const <a href="
|
3866
|
+
<em class="parameter"><code>const <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> *tagset_name</code></em>);</pre>
|
3867
3867
|
<p>This function registers GTK+’s internal rich text serialization
|
3868
3868
|
format with the passed <em class="parameter"><code>buffer</code></em>
|
3869
3869
|
. See
|
@@ -3884,7 +3884,7 @@ format with the passed <em class="parameter"><code>buffer</code></em>
|
|
3884
3884
|
</tr>
|
3885
3885
|
<tr>
|
3886
3886
|
<td class="parameter_name"><p>tagset_name</p></td>
|
3887
|
-
<td class="parameter_description"><p> an optional tagset name, on <a href="
|
3887
|
+
<td class="parameter_description"><p> an optional tagset name, on <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>. </p></td>
|
3888
3888
|
<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>
|
3889
3889
|
</tr>
|
3890
3890
|
</tbody>
|
@@ -3892,7 +3892,7 @@ format with the passed <em class="parameter"><code>buffer</code></em>
|
|
3892
3892
|
</div>
|
3893
3893
|
<div class="refsect3">
|
3894
3894
|
<a name="gtk-text-buffer-register-deserialize-tagset.returns"></a><h4>Returns</h4>
|
3895
|
-
<p> the <a href="http://developer.gnome.org/gdk3/
|
3895
|
+
<p> the <a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
|
3896
3896
|
newly registered format’s mime-type. </p>
|
3897
3897
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3898
3898
|
</div>
|
@@ -3901,13 +3901,13 @@ newly registered format’s mime-type. </p>
|
|
3901
3901
|
<hr>
|
3902
3902
|
<div class="refsect2">
|
3903
3903
|
<a name="gtk-text-buffer-register-serialize-format"></a><h3>gtk_text_buffer_register_serialize_format ()</h3>
|
3904
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/
|
3904
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
3905
3905
|
gtk_text_buffer_register_serialize_format
|
3906
3906
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3907
|
-
<em class="parameter"><code>const <a href="
|
3907
|
+
<em class="parameter"><code>const <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> *mime_type</code></em>,
|
3908
3908
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html#GtkTextBufferSerializeFunc" title="GtkTextBufferSerializeFunc ()"><span class="type">GtkTextBufferSerializeFunc</span></a> function</code></em>,
|
3909
|
-
<em class="parameter"><code><a href="
|
3910
|
-
<em class="parameter"><code><a href="
|
3909
|
+
<em class="parameter"><code><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</code></em>,
|
3910
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> user_data_destroy</code></em>);</pre>
|
3911
3911
|
<p>This function registers a rich text serialization <em class="parameter"><code>function</code></em>
|
3912
3912
|
along with
|
3913
3913
|
its <em class="parameter"><code>mime_type</code></em>
|
@@ -3954,7 +3954,7 @@ is no longer needed</p></td>
|
|
3954
3954
|
</div>
|
3955
3955
|
<div class="refsect3">
|
3956
3956
|
<a name="gtk-text-buffer-register-serialize-format.returns"></a><h4>Returns</h4>
|
3957
|
-
<p> the <a href="http://developer.gnome.org/gdk3/
|
3957
|
+
<p> the <a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
|
3958
3958
|
newly registered format’s mime-type. </p>
|
3959
3959
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3960
3960
|
</div>
|
@@ -3963,10 +3963,10 @@ newly registered format’s mime-type. </p>
|
|
3963
3963
|
<hr>
|
3964
3964
|
<div class="refsect2">
|
3965
3965
|
<a name="gtk-text-buffer-register-serialize-tagset"></a><h3>gtk_text_buffer_register_serialize_tagset ()</h3>
|
3966
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/
|
3966
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
3967
3967
|
gtk_text_buffer_register_serialize_tagset
|
3968
3968
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3969
|
-
<em class="parameter"><code>const <a href="
|
3969
|
+
<em class="parameter"><code>const <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> *tagset_name</code></em>);</pre>
|
3970
3970
|
<p>This function registers GTK+’s internal rich text serialization
|
3971
3971
|
format with the passed <em class="parameter"><code>buffer</code></em>
|
3972
3972
|
. The internal format does not comply
|
@@ -3984,7 +3984,7 @@ for registering is “application/x-gtk-text-buffer-rich-text”, or
|
|
3984
3984
|
can be used to restrict the transfer of rich text
|
3985
3985
|
to buffers with compatible sets of tags, in order to avoid unknown
|
3986
3986
|
tags from being pasted. It is probably the common case to pass an
|
3987
|
-
identifier != <a href="
|
3987
|
+
identifier != <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> here, since the <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> tagset requires the
|
3988
3988
|
receiving buffer to deal with with pasting of arbitrary tags.</p>
|
3989
3989
|
<div class="refsect3">
|
3990
3990
|
<a name="gtk-text-buffer-register-serialize-tagset.parameters"></a><h4>Parameters</h4>
|
@@ -4002,7 +4002,7 @@ receiving buffer to deal with with pasting of arbitrary tags.</p>
|
|
4002
4002
|
</tr>
|
4003
4003
|
<tr>
|
4004
4004
|
<td class="parameter_name"><p>tagset_name</p></td>
|
4005
|
-
<td class="parameter_description"><p> an optional tagset name, on <a href="
|
4005
|
+
<td class="parameter_description"><p> an optional tagset name, on <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>. </p></td>
|
4006
4006
|
<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>
|
4007
4007
|
</tr>
|
4008
4008
|
</tbody>
|
@@ -4010,7 +4010,7 @@ receiving buffer to deal with with pasting of arbitrary tags.</p>
|
|
4010
4010
|
</div>
|
4011
4011
|
<div class="refsect3">
|
4012
4012
|
<a name="gtk-text-buffer-register-serialize-tagset.returns"></a><h4>Returns</h4>
|
4013
|
-
<p> the <a href="http://developer.gnome.org/gdk3/
|
4013
|
+
<p> the <a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
|
4014
4014
|
newly registered format’s mime-type. </p>
|
4015
4015
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
4016
4016
|
</div>
|
@@ -4019,13 +4019,13 @@ newly registered format’s mime-type. </p>
|
|
4019
4019
|
<hr>
|
4020
4020
|
<div class="refsect2">
|
4021
4021
|
<a name="GtkTextBufferSerializeFunc"></a><h3>GtkTextBufferSerializeFunc ()</h3>
|
4022
|
-
<pre class="programlisting"><a href="
|
4022
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> *
|
4023
4023
|
<span class="c_punctuation">(</span>*GtkTextBufferSerializeFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *register_buffer</code></em>,
|
4024
4024
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
|
4025
4025
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
4026
4026
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
4027
|
-
<em class="parameter"><code><a href="
|
4028
|
-
<em class="parameter"><code><a href="
|
4027
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> *length</code></em>,
|
4028
|
+
<em class="parameter"><code><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</code></em>);</pre>
|
4029
4029
|
<p>A function that is called to serialize the content of a text buffer.
|
4030
4030
|
It must return the serialized form of the content.</p>
|
4031
4031
|
<div class="refsect3">
|
@@ -4073,20 +4073,20 @@ It must return the serialized form of the content.</p>
|
|
4073
4073
|
<div class="refsect3">
|
4074
4074
|
<a name="GtkTextBufferSerializeFunc.returns"></a><h4>Returns</h4>
|
4075
4075
|
<p> a newly-allocated array of guint8 which contains
|
4076
|
-
the serialized data, or <a href="
|
4076
|
+
the serialized data, or <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 an error occurred. </p>
|
4077
4077
|
<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>]</span></p>
|
4078
4078
|
</div>
|
4079
4079
|
</div>
|
4080
4080
|
<hr>
|
4081
4081
|
<div class="refsect2">
|
4082
4082
|
<a name="gtk-text-buffer-serialize"></a><h3>gtk_text_buffer_serialize ()</h3>
|
4083
|
-
<pre class="programlisting"><a href="
|
4083
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> *
|
4084
4084
|
gtk_text_buffer_serialize (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *register_buffer</code></em>,
|
4085
4085
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
|
4086
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
4086
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>,
|
4087
4087
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
4088
4088
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
4089
|
-
<em class="parameter"><code><a href="
|
4089
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gsize"><span class="type">gsize</span></a> *length</code></em>);</pre>
|
4090
4090
|
<p>This function serializes the portion of text between <em class="parameter"><code>start</code></em>
|
4091
4091
|
|
4092
4092
|
and <em class="parameter"><code>end</code></em>
|
@@ -4154,7 +4154,7 @@ data, encoded as <em class="parameter"><code>format</code></em>
|
|
4154
4154
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4155
4155
|
gtk_text_buffer_unregister_deserialize_format
|
4156
4156
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
4157
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
4157
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>);</pre>
|
4158
4158
|
<p>This function unregisters a rich text format that was previously
|
4159
4159
|
registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-deserialize-format" title="gtk_text_buffer_register_deserialize_format ()"><code class="function">gtk_text_buffer_register_deserialize_format()</code></a> or
|
4160
4160
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-deserialize-tagset" title="gtk_text_buffer_register_deserialize_tagset ()"><code class="function">gtk_text_buffer_register_deserialize_tagset()</code></a>.</p>
|
@@ -4174,7 +4174,7 @@ registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-regist
|
|
4174
4174
|
</tr>
|
4175
4175
|
<tr>
|
4176
4176
|
<td class="parameter_name"><p>format</p></td>
|
4177
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/
|
4177
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format.</p></td>
|
4178
4178
|
<td class="parameter_annotations"> </td>
|
4179
4179
|
</tr>
|
4180
4180
|
</tbody>
|
@@ -4188,7 +4188,7 @@ registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-regist
|
|
4188
4188
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4189
4189
|
gtk_text_buffer_unregister_serialize_format
|
4190
4190
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
4191
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/
|
4191
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>);</pre>
|
4192
4192
|
<p>This function unregisters a rich text format that was previously
|
4193
4193
|
registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-serialize-format" title="gtk_text_buffer_register_serialize_format ()"><code class="function">gtk_text_buffer_register_serialize_format()</code></a> or
|
4194
4194
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-serialize-tagset" title="gtk_text_buffer_register_serialize_tagset ()"><code class="function">gtk_text_buffer_register_serialize_tagset()</code></a></p>
|
@@ -4208,7 +4208,7 @@ registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-regist
|
|
4208
4208
|
</tr>
|
4209
4209
|
<tr>
|
4210
4210
|
<td class="parameter_name"><p>format</p></td>
|
4211
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/
|
4211
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk4-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format.</p></td>
|
4212
4212
|
<td class="parameter_annotations"> </td>
|
4213
4213
|
</tr>
|
4214
4214
|
</tbody>
|
@@ -4414,7 +4414,7 @@ and as DND source.</p>
|
|
4414
4414
|
<hr>
|
4415
4415
|
<div class="refsect2">
|
4416
4416
|
<a name="GtkTextBuffer--cursor-position"></a><h3>The <code class="literal">“cursor-position”</code> property</h3>
|
4417
|
-
<pre class="programlisting"> “cursor-position” <a href="
|
4417
|
+
<pre class="programlisting"> “cursor-position” <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></pre>
|
4418
4418
|
<p>The position of the insert mark (as offset from the beginning
|
4419
4419
|
of the buffer). It is useful for getting notified when the
|
4420
4420
|
cursor moves.</p>
|
@@ -4426,7 +4426,7 @@ cursor moves.</p>
|
|
4426
4426
|
<hr>
|
4427
4427
|
<div class="refsect2">
|
4428
4428
|
<a name="GtkTextBuffer--has-selection"></a><h3>The <code class="literal">“has-selection”</code> property</h3>
|
4429
|
-
<pre class="programlisting"> “has-selection” <a href="
|
4429
|
+
<pre class="programlisting"> “has-selection” <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>
|
4430
4430
|
<p>Whether the buffer has some text currently selected.</p>
|
4431
4431
|
<p>Flags: Read</p>
|
4432
4432
|
<p>Default value: FALSE</p>
|
@@ -4451,7 +4451,7 @@ and as DND destination.</p>
|
|
4451
4451
|
<hr>
|
4452
4452
|
<div class="refsect2">
|
4453
4453
|
<a name="GtkTextBuffer--text"></a><h3>The <code class="literal">“text”</code> property</h3>
|
4454
|
-
<pre class="programlisting"> “text” <a href="
|
4454
|
+
<pre class="programlisting"> “text” <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> *</pre>
|
4455
4455
|
<p>The text content of the buffer. Without child widgets and images,
|
4456
4456
|
see <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-text" title="gtk_text_buffer_get_text ()"><code class="function">gtk_text_buffer_get_text()</code></a> for more information.</p>
|
4457
4457
|
<p>Flags: Read / Write</p>
|
@@ -4468,7 +4468,7 @@ user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><
|
|
4468
4468
|
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag,
|
4469
4469
|
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start,
|
4470
4470
|
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end,
|
4471
|
-
<a href="
|
4471
|
+
<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>
|
4472
4472
|
<p>The ::apply-tag signal is emitted to apply a tag to a
|
4473
4473
|
range of text in a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.
|
4474
4474
|
|
@@ -4520,14 +4520,14 @@ invalidate the <em class="parameter"><code>start</code></em>
|
|
4520
4520
|
</tbody>
|
4521
4521
|
</table></div>
|
4522
4522
|
</div>
|
4523
|
-
<p>Flags: <a href="
|
4523
|
+
<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>
|
4524
4524
|
</div>
|
4525
4525
|
<hr>
|
4526
4526
|
<div class="refsect2">
|
4527
4527
|
<a name="GtkTextBuffer-begin-user-action"></a><h3>The <code class="literal">“begin-user-action”</code> signal</h3>
|
4528
4528
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4529
4529
|
user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
4530
|
-
<a href="
|
4530
|
+
<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>
|
4531
4531
|
<p>The ::begin-user-action signal is emitted at the beginning of a single
|
4532
4532
|
user-visible operation on a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.</p>
|
4533
4533
|
<p>See also:
|
@@ -4560,14 +4560,14 @@ user-visible operation on a <a class="link" href="GtkTextBuffer.html" title="Gtk
|
|
4560
4560
|
</tbody>
|
4561
4561
|
</table></div>
|
4562
4562
|
</div>
|
4563
|
-
<p>Flags: <a href="
|
4563
|
+
<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>
|
4564
4564
|
</div>
|
4565
4565
|
<hr>
|
4566
4566
|
<div class="refsect2">
|
4567
4567
|
<a name="GtkTextBuffer-changed"></a><h3>The <code class="literal">“changed”</code> signal</h3>
|
4568
4568
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4569
4569
|
user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
4570
|
-
<a href="
|
4570
|
+
<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>
|
4571
4571
|
<p>The ::changed signal is emitted when the content of a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>
|
4572
4572
|
|
4573
4573
|
has changed.</p>
|
@@ -4593,7 +4593,7 @@ has changed.</p>
|
|
4593
4593
|
</tbody>
|
4594
4594
|
</table></div>
|
4595
4595
|
</div>
|
4596
|
-
<p>Flags: <a href="
|
4596
|
+
<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>
|
4597
4597
|
</div>
|
4598
4598
|
<hr>
|
4599
4599
|
<div class="refsect2">
|
@@ -4602,7 +4602,7 @@ has changed.</p>
|
|
4602
4602
|
user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
4603
4603
|
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start,
|
4604
4604
|
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end,
|
4605
|
-
<a href="
|
4605
|
+
<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>
|
4606
4606
|
<p>The ::delete-range signal is emitted to delete a range
|
4607
4607
|
|
4608
4608
|
from a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>. </p>
|
@@ -4617,7 +4617,7 @@ The default signal handler revalidates the <em class="parameter"><code>start</co
|
|
4617
4617
|
iters to
|
4618
4618
|
|
4619
4619
|
both point to the location where text was deleted. Handlers
|
4620
|
-
which run after the default handler (see <a href="
|
4620
|
+
which run after the default handler (see <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect-after"><code class="function">g_signal_connect_after()</code></a>)
|
4621
4621
|
do not have access to the deleted text.</p>
|
4622
4622
|
<p>See also: <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-delete" title="gtk_text_buffer_delete ()"><code class="function">gtk_text_buffer_delete()</code></a>.</p>
|
4623
4623
|
<div class="refsect3">
|
@@ -4652,14 +4652,14 @@ do not have access to the deleted text.</p>
|
|
4652
4652
|
</tbody>
|
4653
4653
|
</table></div>
|
4654
4654
|
</div>
|
4655
|
-
<p>Flags: <a href="
|
4655
|
+
<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>
|
4656
4656
|
</div>
|
4657
4657
|
<hr>
|
4658
4658
|
<div class="refsect2">
|
4659
4659
|
<a name="GtkTextBuffer-end-user-action"></a><h3>The <code class="literal">“end-user-action”</code> signal</h3>
|
4660
4660
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4661
4661
|
user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
4662
|
-
<a href="
|
4662
|
+
<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>
|
4663
4663
|
<p>The ::end-user-action signal is emitted at the end of a single
|
4664
4664
|
user-visible operation on the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.</p>
|
4665
4665
|
<p>See also:
|
@@ -4693,7 +4693,7 @@ user-visible operation on the <a class="link" href="GtkTextBuffer.html" title="G
|
|
4693
4693
|
</tbody>
|
4694
4694
|
</table></div>
|
4695
4695
|
</div>
|
4696
|
-
<p>Flags: <a href="
|
4696
|
+
<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>
|
4697
4697
|
</div>
|
4698
4698
|
<hr>
|
4699
4699
|
<div class="refsect2">
|
@@ -4702,7 +4702,7 @@ user-visible operation on the <a class="link" href="GtkTextBuffer.html" title="G
|
|
4702
4702
|
user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
4703
4703
|
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *location,
|
4704
4704
|
<a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> *anchor,
|
4705
|
-
<a href="
|
4705
|
+
<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>
|
4706
4706
|
<p>The ::insert-child-anchor signal is emitted to insert a
|
4707
4707
|
<a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="type">GtkTextChildAnchor</span></a> in a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.
|
4708
4708
|
Insertion actually occurs in the default handler.</p>
|
@@ -4749,7 +4749,7 @@ in <em class="parameter"><code>textbuffer</code></em>
|
|
4749
4749
|
</tbody>
|
4750
4750
|
</table></div>
|
4751
4751
|
</div>
|
4752
|
-
<p>Flags: <a href="
|
4752
|
+
<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>
|
4753
4753
|
</div>
|
4754
4754
|
<hr>
|
4755
4755
|
<div class="refsect2">
|
@@ -4757,9 +4757,9 @@ in <em class="parameter"><code>textbuffer</code></em>
|
|
4757
4757
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4758
4758
|
user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
4759
4759
|
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *location,
|
4760
|
-
<
|
4761
|
-
<a href="
|
4762
|
-
<p>The ::insert-pixbuf signal is emitted to insert a <
|
4760
|
+
<span class="type">GdkPixbuf</span> *pixbuf,
|
4761
|
+
<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>
|
4762
|
+
<p>The ::insert-pixbuf signal is emitted to insert a <span class="type">GdkPixbuf</span>
|
4763
4763
|
|
4764
4764
|
in a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>. Insertion actually occurs in the default handler.</p>
|
4765
4765
|
<p>Note that if your handler runs before the default handler it must not
|
@@ -4795,7 +4795,7 @@ in <em class="parameter"><code>textbuffer</code></em>
|
|
4795
4795
|
</tr>
|
4796
4796
|
<tr>
|
4797
4797
|
<td class="parameter_name"><p>pixbuf</p></td>
|
4798
|
-
<td class="parameter_description"><p>the <
|
4798
|
+
<td class="parameter_description"><p>the <span class="type">GdkPixbuf</span> to be inserted</p></td>
|
4799
4799
|
<td class="parameter_annotations"> </td>
|
4800
4800
|
</tr>
|
4801
4801
|
<tr>
|
@@ -4806,7 +4806,7 @@ in <em class="parameter"><code>textbuffer</code></em>
|
|
4806
4806
|
</tbody>
|
4807
4807
|
</table></div>
|
4808
4808
|
</div>
|
4809
|
-
<p>Flags: <a href="
|
4809
|
+
<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>
|
4810
4810
|
</div>
|
4811
4811
|
<hr>
|
4812
4812
|
<div class="refsect2">
|
@@ -4814,9 +4814,9 @@ in <em class="parameter"><code>textbuffer</code></em>
|
|
4814
4814
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4815
4815
|
user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
4816
4816
|
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *location,
|
4817
|
-
<a href="
|
4818
|
-
<a href="
|
4819
|
-
<a href="
|
4817
|
+
<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> *text,
|
4818
|
+
<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> len,
|
4819
|
+
<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>
|
4820
4820
|
<p>The ::insert-text signal is emitted to insert text in a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.
|
4821
4821
|
Insertion actually occurs in the default handler. </p>
|
4822
4822
|
<p>Note that if your handler runs before the default handler it must not
|
@@ -4871,7 +4871,7 @@ in <em class="parameter"><code>textbuffer</code></em>
|
|
4871
4871
|
</tbody>
|
4872
4872
|
</table></div>
|
4873
4873
|
</div>
|
4874
|
-
<p>Flags: <a href="
|
4874
|
+
<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>
|
4875
4875
|
</div>
|
4876
4876
|
<hr>
|
4877
4877
|
<div class="refsect2">
|
@@ -4879,7 +4879,7 @@ in <em class="parameter"><code>textbuffer</code></em>
|
|
4879
4879
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4880
4880
|
user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
4881
4881
|
<a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark,
|
4882
|
-
<a href="
|
4882
|
+
<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>
|
4883
4883
|
<p>The ::mark-deleted signal is emitted as notification
|
4884
4884
|
after a <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> is deleted. </p>
|
4885
4885
|
<p>See also:
|
@@ -4911,7 +4911,7 @@ after a <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class=
|
|
4911
4911
|
</tbody>
|
4912
4912
|
</table></div>
|
4913
4913
|
</div>
|
4914
|
-
<p>Flags: <a href="
|
4914
|
+
<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>
|
4915
4915
|
</div>
|
4916
4916
|
<hr>
|
4917
4917
|
<div class="refsect2">
|
@@ -4920,7 +4920,7 @@ after a <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class=
|
|
4920
4920
|
user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
4921
4921
|
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *location,
|
4922
4922
|
<a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> *mark,
|
4923
|
-
<a href="
|
4923
|
+
<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>
|
4924
4924
|
<p>The ::mark-set signal is emitted as notification
|
4925
4925
|
after a <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> is set.</p>
|
4926
4926
|
<p>See also:
|
@@ -4961,14 +4961,14 @@ in <em class="parameter"><code>textbuffer</code></em>
|
|
4961
4961
|
</tbody>
|
4962
4962
|
</table></div>
|
4963
4963
|
</div>
|
4964
|
-
<p>Flags: <a href="
|
4964
|
+
<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>
|
4965
4965
|
</div>
|
4966
4966
|
<hr>
|
4967
4967
|
<div class="refsect2">
|
4968
4968
|
<a name="GtkTextBuffer-modified-changed"></a><h3>The <code class="literal">“modified-changed”</code> signal</h3>
|
4969
4969
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4970
4970
|
user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
4971
|
-
<a href="
|
4971
|
+
<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>
|
4972
4972
|
<p>The ::modified-changed signal is emitted when the modified bit of a
|
4973
4973
|
|
4974
4974
|
<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> flips.</p>
|
@@ -4996,7 +4996,7 @@ user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><
|
|
4996
4996
|
</tbody>
|
4997
4997
|
</table></div>
|
4998
4998
|
</div>
|
4999
|
-
<p>Flags: <a href="
|
4999
|
+
<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>
|
5000
5000
|
</div>
|
5001
5001
|
<hr>
|
5002
5002
|
<div class="refsect2">
|
@@ -5004,7 +5004,7 @@ user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><
|
|
5004
5004
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
5005
5005
|
user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
5006
5006
|
<a class="link" href="gtk3-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> *clipboard,
|
5007
|
-
<a href="
|
5007
|
+
<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>
|
5008
5008
|
<p>The paste-done signal is emitted after paste operation has been completed.
|
5009
5009
|
This is useful to properly scroll the view to the end of the pasted text.
|
5010
5010
|
See <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-paste-clipboard" title="gtk_text_buffer_paste_clipboard ()"><code class="function">gtk_text_buffer_paste_clipboard()</code></a> for more details.</p>
|
@@ -5035,7 +5035,7 @@ See <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-paste-clipboard" ti
|
|
5035
5035
|
</tbody>
|
5036
5036
|
</table></div>
|
5037
5037
|
</div>
|
5038
|
-
<p>Flags: <a href="
|
5038
|
+
<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>
|
5039
5039
|
<p class="since">Since: 2.16</p>
|
5040
5040
|
</div>
|
5041
5041
|
<hr>
|
@@ -5046,7 +5046,7 @@ user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><
|
|
5046
5046
|
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag,
|
5047
5047
|
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start,
|
5048
5048
|
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end,
|
5049
|
-
<a href="
|
5049
|
+
<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>
|
5050
5050
|
<p>The ::remove-tag signal is emitted to remove all occurrences of <em class="parameter"><code>tag</code></em>
|
5051
5051
|
from
|
5052
5052
|
a range of text in a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a>.
|
@@ -5097,7 +5097,7 @@ invalidate the <em class="parameter"><code>start</code></em>
|
|
5097
5097
|
</tbody>
|
5098
5098
|
</table></div>
|
5099
5099
|
</div>
|
5100
|
-
<p>Flags: <a href="
|
5100
|
+
<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>
|
5101
5101
|
</div>
|
5102
5102
|
</div>
|
5103
5103
|
<div class="refsect1">
|