gdk3 3.0.7-x86-mingw32 → 3.0.8-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 -4
- 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 +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +5 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +8 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +39 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +10 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +134 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkseat.h +117 -0
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +74 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +50 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +9 -49
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h +0 -6
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +28 -28
- data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +0 -18
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +4 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +10 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +0 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +11 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +8 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -46
- data/vendor/local/include/gtk-3.0/gtk/gtkdragsource.h +78 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +25 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechoosernative.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkflowbox.h +24 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +11 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +1 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtknativedialog.h +81 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkplacessidebar.h +37 -19
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsgroup.h +42 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutssection.h +43 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +79 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutswindow.h +58 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +141 -90
- data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +9 -9
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +16 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +0 -27
- data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextlayout.h +12 -9
- data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +3 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -6
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +34 -23
- data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +12 -3
- data/vendor/local/lib/gdk-win32-3.0.def +28 -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 +7 -7
- 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/aclocal/gtk-3.0.m4 +5 -8
- data/vendor/local/share/applications/gtk3-demo.desktop +1 -1
- data/vendor/local/share/applications/gtk3-icon-browser.desktop +1 -1
- data/vendor/local/share/applications/gtk3-widget-factory.desktop +1 -1
- data/vendor/local/share/gettext/its/gtkbuilder.its +23 -0
- data/vendor/local/share/gettext/its/gtkbuilder.loc +6 -0
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1315 -159
- data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +37 -1
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +5567 -2230
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Demo.gschema.xml +9 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +1 -1
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +12 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +14 -14
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +143 -69
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +28 -19
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +246 -76
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +72 -26
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +91 -79
- data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +685 -0
- data/vendor/local/share/gtk-doc/html/gdk3/alias_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/all_scroll_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +2 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +2 -18
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-18.html +45 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +170 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +2 -18
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +26 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +163 -35
- data/vendor/local/share/gtk-doc/html/gdk3/cell_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/col_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/copy_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/crosshair_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/default_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/e_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ew_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +27 -27
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +75 -54
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +549 -43
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +272 -32
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +260 -161
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +18 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +154 -150
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +90 -55
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +45 -45
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +20 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +56 -8
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +33 -33
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +2 -349
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +432 -291
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +114 -114
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +294 -28
- data/vendor/local/share/gtk-doc/html/gdk3/grab_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/grabbing_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/hand_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/help_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +8 -3
- data/vendor/local/share/gtk-doc/html/gdk3/move_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/n_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ne_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nesw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/not_allowed_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ns_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nwse_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/pointer_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/progress_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +5 -2
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/row_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/s_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/se_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/sw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/text_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/vertical_text_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/w_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/wait_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/zoom_in_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/zoom_out_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +44 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +145 -151
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +15 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +46 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +15 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +91 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +37 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +83 -74
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +124 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +179 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +7 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +37 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +163 -84
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +92 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +45 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +35 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +111 -111
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +21 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +46 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +59 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +47 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +61 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +65 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +151 -95
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +42 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +188 -81
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +77 -2031
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +38 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +27 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +261 -215
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +65 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +14 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +88 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +168 -164
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +24 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +12 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +127 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +22 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +231 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +32 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +178 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +50 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +117 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +22 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +38 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +18 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +31 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +17 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +180 -174
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +148 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +100 -97
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +25 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +32 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +187 -147
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +118 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +20 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +102 -94
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +23 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +98 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +27 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +43 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +91 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +87 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +182 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +17 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +213 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +60 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +663 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +29 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +261 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +10 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +124 -124
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +117 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +61 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +118 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +21 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +98 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +86 -85
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +110 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +33 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +49 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +11 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +113 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +181 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +204 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +349 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +251 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +22 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +107 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +10 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +142 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +16 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +36 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +25 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +86 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +512 -296
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +61 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +183 -179
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +246 -186
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +157 -75
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +507 -204
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +53 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +28 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +61 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +55 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +52 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +117 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +26 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +216 -184
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1283 -903
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +390 -264
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ShortcutsOverview.html +43 -0
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +2 -10
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +18 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +12 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +202 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +2 -6
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +233 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +422 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +502 -18
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/builder-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +11 -19
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +11 -7
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/{ch25s02.html → ch26s02.html} +83 -83
- data/vendor/local/share/gtk-doc/html/gtk3/{ch27s02.html → ch28s02.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s02.html → ch30s02.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s03.html → ch30s03.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +1311 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +1670 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/clocks-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gedit-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +101 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +19 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +63 -63
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +13 -13
- 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 +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-settings.html +47 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +19 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +27 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +115 -91
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +78 -77
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +107 -96
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +479 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +571 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +159 -65
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +85 -90
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +99 -105
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +62 -67
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +131 -131
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +25 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +161 -159
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +71 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +103 -107
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +21 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +864 -160
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +24 -3
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +64 -25
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +8 -2
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +14 -4
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/{x-firmware.png → application-x-firmware.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.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-saved-search.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/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/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/mail-unread.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/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-home.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/22x22/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-home.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/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/mail-unread.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/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/{x-firmware.png → application-x-firmware.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-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/{x-firmware.png → application-x-firmware.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.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-saved-search.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/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/{x-firmware.png → application-x-firmware.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.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-saved-search.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/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/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/8x8/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/00008160000006810000408080010102 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/X_cursor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/alias +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/all-scroll +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cell +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/col-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross_reverse +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crossed_circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crosshair +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/default +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/diamond_cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-ask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-none +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dot_box_mask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dotbox +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_large +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_small +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draped_box +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ew-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fleur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grabbing +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand2 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/icon +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_watch +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ll_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/lr_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/n-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ne-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nesw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/not-allowed +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ns-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nwse-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pencil +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pirate +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/plus +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/progress +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/question_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/row-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/s-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_down_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_right_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_up_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/se-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_all +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_bdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_fdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_hor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_ver +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/target +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/tcross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ul_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ur_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/vertical-text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/w-resize +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/cursors/xterm +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-in +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-out +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +0 -88
- data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +28 -16185
- data/vendor/local/share/icons/Adwaita/scalable/actions/call-start-symbolic.svg +19 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg +19 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +36 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg +21 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg +40 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +10 -7
- data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-rtl-symbolic.svg → format-text-direction-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-ltr-symbolic.svg → format-text-direction-symbolic.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg +18 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +20 -16
- data/vendor/local/share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg +18 -17
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg +43 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg +14 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg +12 -10
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +18 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg +20 -17
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg +18 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg +19 -18
- data/vendor/local/share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg +22 -15
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg +35 -0
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg +17 -22
- data/vendor/local/share/icons/Adwaita/scalable/status/call-missed-symbolic.svg +12 -8
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-consecutive-rtl-symbolic.svg → media-playlist-consecutive-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-song-rtl-symbolic.svg → media-playlist-repeat-song-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-rtl-symbolic.svg → media-playlist-repeat-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-shuffle-rtl-symbolic.svg → media-playlist-shuffle-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +23 -19
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg +10 -8
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg +21 -15
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg +19 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +14 -10
- data/vendor/local/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg +20 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/{semi-starred-rtl-symbolic.svg → semi-starred-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg +36 -0
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/license/adwaita-icon-theme/AUTHORS +1 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bs/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/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/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/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/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/ga/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/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/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/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/is/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/is/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/ja/LC_MESSAGES/gtk30.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.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/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/nb/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/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pa/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-properties.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/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@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/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.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/vi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_CN/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 +78 -0
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +7 -2
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-settings.1 +38 -0
- 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 +20 -2
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +2 -2
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- data/vendor/local/share/themes/Emacs/gtk-3.0/gtk-keys.css +7 -7
- metadata +141 -35
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +0 -29
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +0 -1396
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +0 -9866
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +0 -32
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +0 -49
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +0 -34
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +0 -31
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
|
9
9
|
<link rel="prev" href="GtkVScale.html" title="GtkVScale">
|
10
10
|
<link rel="next" href="GtkColorSelection.html" title="GtkColorSelection">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -71,7 +71,7 @@
|
|
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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
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
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>
|
@@ -119,7 +119,7 @@ gtk_tearoff_menu_item_new (<em class="parameter"><code><span class="type">void</
|
|
119
119
|
</div>
|
120
120
|
<p>Creates a new <a class="link" href="GtkTearoffMenuItem.html" title="GtkTearoffMenuItem"><span class="type">GtkTearoffMenuItem</span></a>.</p>
|
121
121
|
<div class="refsect3">
|
122
|
-
<a name="
|
122
|
+
<a name="gtk-tearoff-menu-item-new.returns"></a><h4>Returns</h4>
|
123
123
|
<p> a new <a class="link" href="GtkTearoffMenuItem.html" title="GtkTearoffMenuItem"><span class="type">GtkTearoffMenuItem</span></a>.</p>
|
124
124
|
</div>
|
125
125
|
</div>
|
@@ -138,18 +138,14 @@ gtk_tearoff_menu_item_new (<em class="parameter"><code><span class="type">void</
|
|
138
138
|
};
|
139
139
|
</pre>
|
140
140
|
<div class="refsect3">
|
141
|
-
<a name="
|
141
|
+
<a name="GtkTearoffMenuItemClass.members"></a><h4>Members</h4>
|
142
142
|
<div class="informaltable"><table width="100%" border="0">
|
143
143
|
<colgroup>
|
144
144
|
<col width="300px" class="struct_members_name">
|
145
145
|
<col class="struct_members_description">
|
146
146
|
<col width="200px" class="struct_members_annotations">
|
147
147
|
</colgroup>
|
148
|
-
<tbody
|
149
|
-
<td class="struct_member_name"><p><a class="link" href="GtkMenuItem.html#GtkMenuItemClass" title="struct GtkMenuItemClass"><span class="type">GtkMenuItemClass</span></a> <em class="structfield"><code><a name="GtkTearoffMenuItemClass.parent-class"></a>parent_class</code></em>;</p></td>
|
150
|
-
<td class="struct_member_description"><p>The parent class.</p></td>
|
151
|
-
<td class="struct_member_annotations"> </td>
|
152
|
-
</tr></tbody>
|
148
|
+
<tbody></tbody>
|
153
149
|
</table></div>
|
154
150
|
</div>
|
155
151
|
</div>
|
@@ -160,6 +156,6 @@ gtk_tearoff_menu_item_new (<em class="parameter"><code><span class="type">void</
|
|
160
156
|
</div>
|
161
157
|
</div>
|
162
158
|
<div class="footer">
|
163
|
-
<hr>Generated by GTK-Doc V1.
|
159
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
164
160
|
</body>
|
165
161
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="TextWidgetObjects.html" title="Multiline Text Editor">
|
9
9
|
<link rel="prev" href="GtkTextMark.html" title="GtkTextMark">
|
10
10
|
<link rel="next" href="GtkTextTag.html" title="GtkTextTag">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -564,7 +564,7 @@
|
|
564
564
|
</tr>
|
565
565
|
<tr>
|
566
566
|
<td class="function_type">
|
567
|
-
<a href="http://developer.gnome.org/
|
567
|
+
<a href="http://developer.gnome.org/gdk3/gdk3-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/
|
583
|
+
<a href="http://developer.gnome.org/gdk3/gdk3-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/
|
591
|
+
<a href="http://developer.gnome.org/gdk3/gdk3-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/
|
599
|
+
<a href="http://developer.gnome.org/gdk3/gdk3-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/
|
607
|
+
<a href="http://developer.gnome.org/gdk3/gdk3-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/
|
615
|
+
<a href="http://developer.gnome.org/gdk3/gdk3-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>
|
@@ -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="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
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>
|
@@ -825,7 +825,7 @@ types related to the text widget and how they work together.</p>
|
|
825
825
|
gtk_text_buffer_new (<em class="parameter"><code><a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> *table</code></em>);</pre>
|
826
826
|
<p>Creates a new text buffer.</p>
|
827
827
|
<div class="refsect3">
|
828
|
-
<a name="
|
828
|
+
<a name="gtk-text-buffer-new.parameters"></a><h4>Parameters</h4>
|
829
829
|
<div class="informaltable"><table width="100%" border="0">
|
830
830
|
<colgroup>
|
831
831
|
<col width="150px" class="parameters_name">
|
@@ -840,7 +840,7 @@ gtk_text_buffer_new (<em class="parameter"><code><a class="link" href="GtkTextTa
|
|
840
840
|
</table></div>
|
841
841
|
</div>
|
842
842
|
<div class="refsect3">
|
843
|
-
<a name="
|
843
|
+
<a name="gtk-text-buffer-new.returns"></a><h4>Returns</h4>
|
844
844
|
<p> a new text buffer</p>
|
845
845
|
</div>
|
846
846
|
</div>
|
@@ -852,7 +852,7 @@ gtk_text_buffer_get_line_count (<em class="parameter"><code><a class="link" href
|
|
852
852
|
<p>Obtains the number of lines in the buffer. This value is cached, so
|
853
853
|
the function is very fast.</p>
|
854
854
|
<div class="refsect3">
|
855
|
-
<a name="
|
855
|
+
<a name="gtk-text-buffer-get-line-count.parameters"></a><h4>Parameters</h4>
|
856
856
|
<div class="informaltable"><table width="100%" border="0">
|
857
857
|
<colgroup>
|
858
858
|
<col width="150px" class="parameters_name">
|
@@ -867,7 +867,7 @@ the function is very fast.</p>
|
|
867
867
|
</table></div>
|
868
868
|
</div>
|
869
869
|
<div class="refsect3">
|
870
|
-
<a name="
|
870
|
+
<a name="gtk-text-buffer-get-line-count.returns"></a><h4>Returns</h4>
|
871
871
|
<p> number of lines in the buffer</p>
|
872
872
|
</div>
|
873
873
|
</div>
|
@@ -881,7 +881,7 @@ and bytes are not the same, you can’t e.g. expect the contents of
|
|
881
881
|
the buffer in string form to be this many bytes long. The character
|
882
882
|
count is cached, so this function is very fast.</p>
|
883
883
|
<div class="refsect3">
|
884
|
-
<a name="
|
884
|
+
<a name="gtk-text-buffer-get-char-count.parameters"></a><h4>Parameters</h4>
|
885
885
|
<div class="informaltable"><table width="100%" border="0">
|
886
886
|
<colgroup>
|
887
887
|
<col width="150px" class="parameters_name">
|
@@ -896,7 +896,7 @@ count is cached, so this function is very fast.</p>
|
|
896
896
|
</table></div>
|
897
897
|
</div>
|
898
898
|
<div class="refsect3">
|
899
|
-
<a name="
|
899
|
+
<a name="gtk-text-buffer-get-char-count.returns"></a><h4>Returns</h4>
|
900
900
|
<p> number of characters in the buffer</p>
|
901
901
|
</div>
|
902
902
|
</div>
|
@@ -907,7 +907,7 @@ count is cached, so this function is very fast.</p>
|
|
907
907
|
gtk_text_buffer_get_tag_table (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>);</pre>
|
908
908
|
<p>Get the <a class="link" href="GtkTextTagTable.html" title="GtkTextTagTable"><span class="type">GtkTextTagTable</span></a> associated with this buffer.</p>
|
909
909
|
<div class="refsect3">
|
910
|
-
<a name="
|
910
|
+
<a name="gtk-text-buffer-get-tag-table.parameters"></a><h4>Parameters</h4>
|
911
911
|
<div class="informaltable"><table width="100%" border="0">
|
912
912
|
<colgroup>
|
913
913
|
<col width="150px" class="parameters_name">
|
@@ -922,7 +922,7 @@ gtk_text_buffer_get_tag_table (<em class="parameter"><code><a class="link" href=
|
|
922
922
|
</table></div>
|
923
923
|
</div>
|
924
924
|
<div class="refsect3">
|
925
|
-
<a name="
|
925
|
+
<a name="gtk-text-buffer-get-tag-table.returns"></a><h4>Returns</h4>
|
926
926
|
<p> the buffer’s tag table. </p>
|
927
927
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
928
928
|
</div>
|
@@ -949,7 +949,7 @@ insertion occurs (because the buffer contents change), but the
|
|
949
949
|
default signal handler revalidates it to point to the end of the
|
950
950
|
inserted text.</p>
|
951
951
|
<div class="refsect3">
|
952
|
-
<a name="
|
952
|
+
<a name="gtk-text-buffer-insert.parameters"></a><h4>Parameters</h4>
|
953
953
|
<div class="informaltable"><table width="100%" border="0">
|
954
954
|
<colgroup>
|
955
955
|
<col width="150px" class="parameters_name">
|
@@ -991,7 +991,7 @@ gtk_text_buffer_insert_at_cursor (<em class="parameter"><code><a class="link" hr
|
|
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">
|
994
|
-
<a name="
|
994
|
+
<a name="gtk-text-buffer-insert-at-cursor.parameters"></a><h4>Parameters</h4>
|
995
995
|
<div class="informaltable"><table width="100%" border="0">
|
996
996
|
<colgroup>
|
997
997
|
<col width="150px" class="parameters_name">
|
@@ -1037,7 +1037,7 @@ results from a user action (is interactive).</p>
|
|
1037
1037
|
have a tag affecting editability applied to it. Typically the
|
1038
1038
|
result of <a class="link" href="GtkTextView.html#gtk-text-view-get-editable" title="gtk_text_view_get_editable ()"><code class="function">gtk_text_view_get_editable()</code></a> is appropriate here.</p>
|
1039
1039
|
<div class="refsect3">
|
1040
|
-
<a name="
|
1040
|
+
<a name="gtk-text-buffer-insert-interactive.parameters"></a><h4>Parameters</h4>
|
1041
1041
|
<div class="informaltable"><table width="100%" border="0">
|
1042
1042
|
<colgroup>
|
1043
1043
|
<col width="150px" class="parameters_name">
|
@@ -1075,7 +1075,7 @@ result of <a class="link" href="GtkTextView.html#gtk-text-view-get-editable" tit
|
|
1075
1075
|
</table></div>
|
1076
1076
|
</div>
|
1077
1077
|
<div class="refsect3">
|
1078
|
-
<a name="
|
1078
|
+
<a name="gtk-text-buffer-insert-interactive.returns"></a><h4>Returns</h4>
|
1079
1079
|
<p> whether text was actually inserted</p>
|
1080
1080
|
</div>
|
1081
1081
|
</div>
|
@@ -1095,7 +1095,7 @@ position.</p>
|
|
1095
1095
|
have a tag affecting editability applied to it. Typically the
|
1096
1096
|
result of <a class="link" href="GtkTextView.html#gtk-text-view-get-editable" title="gtk_text_view_get_editable ()"><code class="function">gtk_text_view_get_editable()</code></a> is appropriate here.</p>
|
1097
1097
|
<div class="refsect3">
|
1098
|
-
<a name="
|
1098
|
+
<a name="gtk-text-buffer-insert-interactive-at-cursor.parameters"></a><h4>Parameters</h4>
|
1099
1099
|
<div class="informaltable"><table width="100%" border="0">
|
1100
1100
|
<colgroup>
|
1101
1101
|
<col width="150px" class="parameters_name">
|
@@ -1127,7 +1127,7 @@ result of <a class="link" href="GtkTextView.html#gtk-text-view-get-editable" tit
|
|
1127
1127
|
</table></div>
|
1128
1128
|
</div>
|
1129
1129
|
<div class="refsect3">
|
1130
|
-
<a name="
|
1130
|
+
<a name="gtk-text-buffer-insert-interactive-at-cursor.returns"></a><h4>Returns</h4>
|
1131
1131
|
<p> whether text was actually inserted</p>
|
1132
1132
|
</div>
|
1133
1133
|
</div>
|
@@ -1155,7 +1155,7 @@ images and tags. If <em class="parameter"><code>start</code></em>
|
|
1155
1155
|
<p>Implemented via emissions of the insert_text and apply_tag signals,
|
1156
1156
|
so expect those.</p>
|
1157
1157
|
<div class="refsect3">
|
1158
|
-
<a name="
|
1158
|
+
<a name="gtk-text-buffer-insert-range.parameters"></a><h4>Parameters</h4>
|
1159
1159
|
<div class="informaltable"><table width="100%" border="0">
|
1160
1160
|
<colgroup>
|
1161
1161
|
<col width="150px" class="parameters_name">
|
@@ -1208,7 +1208,7 @@ enclosing <em class="parameter"><code>iter</code></em>
|
|
1208
1208
|
affect editability. Typically the result of
|
1209
1209
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-editable" title="gtk_text_view_get_editable ()"><code class="function">gtk_text_view_get_editable()</code></a> is appropriate here.</p>
|
1210
1210
|
<div class="refsect3">
|
1211
|
-
<a name="
|
1211
|
+
<a name="gtk-text-buffer-insert-range-interactive.parameters"></a><h4>Parameters</h4>
|
1212
1212
|
<div class="informaltable"><table width="100%" border="0">
|
1213
1213
|
<colgroup>
|
1214
1214
|
<col width="150px" class="parameters_name">
|
@@ -1247,7 +1247,7 @@ enclosing <em class="parameter"><code>iter</code></em>
|
|
1247
1247
|
</table></div>
|
1248
1248
|
</div>
|
1249
1249
|
<div class="refsect3">
|
1250
|
-
<a name="
|
1250
|
+
<a name="gtk-text-buffer-insert-range-interactive.returns"></a><h4>Returns</h4>
|
1251
1251
|
<p> whether an insertion was possible at <em class="parameter"><code>iter</code></em>
|
1252
1252
|
</p>
|
1253
1253
|
</div>
|
@@ -1271,7 +1271,7 @@ terminate the list. Equivalent to calling <a class="link" href="GtkTextBuffer.ht
|
|
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>
|
1273
1273
|
<div class="refsect3">
|
1274
|
-
<a name="
|
1274
|
+
<a name="gtk-text-buffer-insert-with-tags.parameters"></a><h4>Parameters</h4>
|
1275
1275
|
<div class="informaltable"><table width="100%" border="0">
|
1276
1276
|
<colgroup>
|
1277
1277
|
<col width="150px" class="parameters_name">
|
@@ -1330,7 +1330,7 @@ gtk_text_buffer_insert_with_tags_by_name
|
|
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>
|
1332
1332
|
<div class="refsect3">
|
1333
|
-
<a name="
|
1333
|
+
<a name="gtk-text-buffer-insert-with-tags-by-name.parameters"></a><h4>Parameters</h4>
|
1334
1334
|
<div class="informaltable"><table width="100%" border="0">
|
1335
1335
|
<colgroup>
|
1336
1336
|
<col width="150px" class="parameters_name">
|
@@ -1393,7 +1393,7 @@ actually occurs in the default handler for the signal. <em class="parameter"><co
|
|
1393
1393
|
will point
|
1394
1394
|
to the end of the inserted text on return.</p>
|
1395
1395
|
<div class="refsect3">
|
1396
|
-
<a name="
|
1396
|
+
<a name="gtk-text-buffer-insert-markup.parameters"></a><h4>Parameters</h4>
|
1397
1397
|
<div class="informaltable"><table width="100%" border="0">
|
1398
1398
|
<colgroup>
|
1399
1399
|
<col width="150px" class="parameters_name">
|
@@ -1448,7 +1448,7 @@ calling this function; however, the <em class="parameter"><code>start</code></em
|
|
1448
1448
|
will be
|
1449
1449
|
re-initialized to point to the location where text was deleted.</p>
|
1450
1450
|
<div class="refsect3">
|
1451
|
-
<a name="
|
1451
|
+
<a name="gtk-text-buffer-delete.parameters"></a><h4>Parameters</h4>
|
1452
1452
|
<div class="informaltable"><table width="100%" border="0">
|
1453
1453
|
<colgroup>
|
1454
1454
|
<col width="150px" class="parameters_name">
|
@@ -1495,7 +1495,7 @@ Calls <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-delete" title="gt
|
|
1495
1495
|
the location of the last deleted range, or left untouched if
|
1496
1496
|
no text was deleted.</p>
|
1497
1497
|
<div class="refsect3">
|
1498
|
-
<a name="
|
1498
|
+
<a name="gtk-text-buffer-delete-interactive.parameters"></a><h4>Parameters</h4>
|
1499
1499
|
<div class="informaltable"><table width="100%" border="0">
|
1500
1500
|
<colgroup>
|
1501
1501
|
<col width="150px" class="parameters_name">
|
@@ -1527,7 +1527,7 @@ no text was deleted.</p>
|
|
1527
1527
|
</table></div>
|
1528
1528
|
</div>
|
1529
1529
|
<div class="refsect3">
|
1530
|
-
<a name="
|
1530
|
+
<a name="gtk-text-buffer-delete-interactive.returns"></a><h4>Returns</h4>
|
1531
1531
|
<p> whether some text was actually deleted</p>
|
1532
1532
|
</div>
|
1533
1533
|
</div>
|
@@ -1551,7 +1551,7 @@ invalid after calling this function; however, the <em class="parameter"><code>it
|
|
1551
1551
|
will be
|
1552
1552
|
re-initialized to point to the location where text was deleted.</p>
|
1553
1553
|
<div class="refsect3">
|
1554
|
-
<a name="
|
1554
|
+
<a name="gtk-text-buffer-backspace.parameters"></a><h4>Parameters</h4>
|
1555
1555
|
<div class="informaltable"><table width="100%" border="0">
|
1556
1556
|
<colgroup>
|
1557
1557
|
<col width="150px" class="parameters_name">
|
@@ -1584,7 +1584,7 @@ re-initialized to point to the location where text was deleted.</p>
|
|
1584
1584
|
</table></div>
|
1585
1585
|
</div>
|
1586
1586
|
<div class="refsect3">
|
1587
|
-
<a name="
|
1587
|
+
<a name="gtk-text-buffer-backspace.returns"></a><h4>Returns</h4>
|
1588
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>
|
@@ -1604,7 +1604,7 @@ gtk_text_buffer_set_text (<em class="parameter"><code><a class="link" href="GtkT
|
|
1604
1604
|
must be nul-terminated. <em class="parameter"><code>text</code></em>
|
1605
1605
|
must be valid UTF-8.</p>
|
1606
1606
|
<div class="refsect3">
|
1607
|
-
<a name="
|
1607
|
+
<a name="gtk-text-buffer-set-text.parameters"></a><h4>Parameters</h4>
|
1608
1608
|
<div class="informaltable"><table width="100%" border="0">
|
1609
1609
|
<colgroup>
|
1610
1610
|
<col width="150px" class="parameters_name">
|
@@ -1651,7 +1651,7 @@ the returned string do not correspond to byte
|
|
1651
1651
|
and character indexes into the buffer. Contrast with
|
1652
1652
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-slice" title="gtk_text_buffer_get_slice ()"><code class="function">gtk_text_buffer_get_slice()</code></a>.</p>
|
1653
1653
|
<div class="refsect3">
|
1654
|
-
<a name="
|
1654
|
+
<a name="gtk-text-buffer-get-text.parameters"></a><h4>Parameters</h4>
|
1655
1655
|
<div class="informaltable"><table width="100%" border="0">
|
1656
1656
|
<colgroup>
|
1657
1657
|
<col width="150px" class="parameters_name">
|
@@ -1683,7 +1683,7 @@ and character indexes into the buffer. Contrast with
|
|
1683
1683
|
</table></div>
|
1684
1684
|
</div>
|
1685
1685
|
<div class="refsect3">
|
1686
|
-
<a name="
|
1686
|
+
<a name="gtk-text-buffer-get-text.returns"></a><h4>Returns</h4>
|
1687
1687
|
<p> an allocated UTF-8 string</p>
|
1688
1688
|
</div>
|
1689
1689
|
</div>
|
@@ -1709,7 +1709,7 @@ and character indexes into the buffer. Contrast with
|
|
1709
1709
|
text as well, so it is not a reliable indicator that a pixbuf or
|
1710
1710
|
widget is in the buffer.</p>
|
1711
1711
|
<div class="refsect3">
|
1712
|
-
<a name="
|
1712
|
+
<a name="gtk-text-buffer-get-slice.parameters"></a><h4>Parameters</h4>
|
1713
1713
|
<div class="informaltable"><table width="100%" border="0">
|
1714
1714
|
<colgroup>
|
1715
1715
|
<col width="150px" class="parameters_name">
|
@@ -1741,7 +1741,7 @@ widget is in the buffer.</p>
|
|
1741
1741
|
</table></div>
|
1742
1742
|
</div>
|
1743
1743
|
<div class="refsect3">
|
1744
|
-
<a name="
|
1744
|
+
<a name="gtk-text-buffer-get-slice.returns"></a><h4>Returns</h4>
|
1745
1745
|
<p> an allocated UTF-8 string</p>
|
1746
1746
|
</div>
|
1747
1747
|
</div>
|
@@ -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><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>);</pre>
|
1754
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *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
|
@@ -1762,7 +1762,7 @@ this character for pixbufs, but the “text” variants do
|
|
1762
1762
|
not. e.g. see <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-slice" title="gtk_text_buffer_get_slice ()"><code class="function">gtk_text_buffer_get_slice()</code></a> and
|
1763
1763
|
<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>.</p>
|
1764
1764
|
<div class="refsect3">
|
1765
|
-
<a name="
|
1765
|
+
<a name="gtk-text-buffer-insert-pixbuf.parameters"></a><h4>Parameters</h4>
|
1766
1766
|
<div class="informaltable"><table width="100%" border="0">
|
1767
1767
|
<colgroup>
|
1768
1768
|
<col width="150px" class="parameters_name">
|
@@ -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 <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a></p></td>
|
1785
|
+
<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a></p></td>
|
1786
1786
|
<td class="parameter_annotations"> </td>
|
1787
1787
|
</tr>
|
1788
1788
|
</tbody>
|
@@ -1809,7 +1809,7 @@ not. E.g. see <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-slice
|
|
1809
1809
|
alternative to this function. The buffer will add a reference to
|
1810
1810
|
the anchor, so you can unref it after insertion.</p>
|
1811
1811
|
<div class="refsect3">
|
1812
|
-
<a name="
|
1812
|
+
<a name="gtk-text-buffer-insert-child-anchor.parameters"></a><h4>Parameters</h4>
|
1813
1813
|
<div class="informaltable"><table width="100%" border="0">
|
1814
1814
|
<colgroup>
|
1815
1815
|
<col width="150px" class="parameters_name">
|
@@ -1848,7 +1848,7 @@ with <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-child-ancho
|
|
1848
1848
|
owned by the buffer; no reference count is returned to
|
1849
1849
|
the caller of <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-create-child-anchor" title="gtk_text_buffer_create_child_anchor ()"><code class="function">gtk_text_buffer_create_child_anchor()</code></a>.</p>
|
1850
1850
|
<div class="refsect3">
|
1851
|
-
<a name="
|
1851
|
+
<a name="gtk-text-buffer-create-child-anchor.parameters"></a><h4>Parameters</h4>
|
1852
1852
|
<div class="informaltable"><table width="100%" border="0">
|
1853
1853
|
<colgroup>
|
1854
1854
|
<col width="150px" class="parameters_name">
|
@@ -1870,7 +1870,7 @@ the caller of <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-create-ch
|
|
1870
1870
|
</table></div>
|
1871
1871
|
</div>
|
1872
1872
|
<div class="refsect3">
|
1873
|
-
<a name="
|
1873
|
+
<a name="gtk-text-buffer-create-child-anchor.returns"></a><h4>Returns</h4>
|
1874
1874
|
<p> the created child anchor. </p>
|
1875
1875
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1876
1876
|
</div>
|
@@ -1902,7 +1902,7 @@ away when the buffer does.</p>
|
|
1902
1902
|
<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
|
1903
1903
|
initial placement.</p>
|
1904
1904
|
<div class="refsect3">
|
1905
|
-
<a name="
|
1905
|
+
<a name="gtk-text-buffer-create-mark.parameters"></a><h4>Parameters</h4>
|
1906
1906
|
<div class="informaltable"><table width="100%" border="0">
|
1907
1907
|
<colgroup>
|
1908
1908
|
<col width="150px" class="parameters_name">
|
@@ -1934,7 +1934,7 @@ initial placement.</p>
|
|
1934
1934
|
</table></div>
|
1935
1935
|
</div>
|
1936
1936
|
<div class="refsect3">
|
1937
|
-
<a name="
|
1937
|
+
<a name="gtk-text-buffer-create-mark.returns"></a><h4>Returns</h4>
|
1938
1938
|
<p> the new <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> object. </p>
|
1939
1939
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1940
1940
|
</div>
|
@@ -1951,7 +1951,7 @@ gtk_text_buffer_move_mark (<em class="parameter"><code><a class="link" href="Gtk
|
|
1951
1951
|
. Emits the <a class="link" href="GtkTextBuffer.html#GtkTextBuffer-mark-set" title="The “mark-set” signal"><span class="type">“mark-set”</span></a>
|
1952
1952
|
signal as notification of the move.</p>
|
1953
1953
|
<div class="refsect3">
|
1954
|
-
<a name="
|
1954
|
+
<a name="gtk-text-buffer-move-mark.parameters"></a><h4>Parameters</h4>
|
1955
1955
|
<div class="informaltable"><table width="100%" border="0">
|
1956
1956
|
<colgroup>
|
1957
1957
|
<col width="150px" class="parameters_name">
|
@@ -1992,7 +1992,7 @@ gtk_text_buffer_move_mark_by_name (<em class="parameter"><code><a class="link" h
|
|
1992
1992
|
.
|
1993
1993
|
See <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-move-mark" title="gtk_text_buffer_move_mark ()"><code class="function">gtk_text_buffer_move_mark()</code></a> for details.</p>
|
1994
1994
|
<div class="refsect3">
|
1995
|
-
<a name="
|
1995
|
+
<a name="gtk-text-buffer-move-mark-by-name.parameters"></a><h4>Parameters</h4>
|
1996
1996
|
<div class="informaltable"><table width="100%" border="0">
|
1997
1997
|
<colgroup>
|
1998
1998
|
<col width="150px" class="parameters_name">
|
@@ -2033,7 +2033,7 @@ 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>
|
2035
2035
|
<div class="refsect3">
|
2036
|
-
<a name="
|
2036
|
+
<a name="gtk-text-buffer-add-mark.parameters"></a><h4>Parameters</h4>
|
2037
2037
|
<div class="informaltable"><table width="100%" border="0">
|
2038
2038
|
<colgroup>
|
2039
2039
|
<col width="150px" class="parameters_name">
|
@@ -2079,7 +2079,7 @@ find out if a mark has been removed from its buffer.
|
|
2079
2079
|
The <a class="link" href="GtkTextBuffer.html#GtkTextBuffer-mark-deleted" title="The “mark-deleted” signal"><span class="type">“mark-deleted”</span></a> signal will be emitted as notification after
|
2080
2080
|
the mark is deleted.</p>
|
2081
2081
|
<div class="refsect3">
|
2082
|
-
<a name="
|
2082
|
+
<a name="gtk-text-buffer-delete-mark.parameters"></a><h4>Parameters</h4>
|
2083
2083
|
<div class="informaltable"><table width="100%" border="0">
|
2084
2084
|
<colgroup>
|
2085
2085
|
<col width="150px" class="parameters_name">
|
@@ -2112,7 +2112,7 @@ gtk_text_buffer_delete_mark_by_name (<em class="parameter"><code><a class="link"
|
|
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>
|
2114
2114
|
<div class="refsect3">
|
2115
|
-
<a name="
|
2115
|
+
<a name="gtk-text-buffer-delete-mark-by-name.parameters"></a><h4>Parameters</h4>
|
2116
2116
|
<div class="informaltable"><table width="100%" border="0">
|
2117
2117
|
<colgroup>
|
2118
2118
|
<col width="150px" class="parameters_name">
|
@@ -2146,7 +2146,7 @@ gtk_text_buffer_get_mark (<em class="parameter"><code><a class="link" href="GtkT
|
|
2146
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
|
-
<a name="
|
2149
|
+
<a name="gtk-text-buffer-get-mark.parameters"></a><h4>Parameters</h4>
|
2150
2150
|
<div class="informaltable"><table width="100%" border="0">
|
2151
2151
|
<colgroup>
|
2152
2152
|
<col width="150px" class="parameters_name">
|
@@ -2168,9 +2168,9 @@ mark exists in the buffer.</p>
|
|
2168
2168
|
</table></div>
|
2169
2169
|
</div>
|
2170
2170
|
<div class="refsect3">
|
2171
|
-
<a name="
|
2171
|
+
<a name="gtk-text-buffer-get-mark.returns"></a><h4>Returns</h4>
|
2172
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
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
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>
|
2176
2176
|
<hr>
|
@@ -2183,7 +2183,7 @@ Equivalent to calling <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-g
|
|
2183
2183
|
named “insert”, but very slightly more efficient, and involves less
|
2184
2184
|
typing.</p>
|
2185
2185
|
<div class="refsect3">
|
2186
|
-
<a name="
|
2186
|
+
<a name="gtk-text-buffer-get-insert.parameters"></a><h4>Parameters</h4>
|
2187
2187
|
<div class="informaltable"><table width="100%" border="0">
|
2188
2188
|
<colgroup>
|
2189
2189
|
<col width="150px" class="parameters_name">
|
@@ -2198,7 +2198,7 @@ typing.</p>
|
|
2198
2198
|
</table></div>
|
2199
2199
|
</div>
|
2200
2200
|
<div class="refsect3">
|
2201
|
-
<a name="
|
2201
|
+
<a name="gtk-text-buffer-get-insert.returns"></a><h4>Returns</h4>
|
2202
2202
|
<p> insertion point mark. </p>
|
2203
2203
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2204
2204
|
</div>
|
@@ -2220,7 +2220,7 @@ less typing.</p>
|
|
2220
2220
|
for handling the selection, if you just want to know whether there’s a
|
2221
2221
|
selection and what its bounds are.</p>
|
2222
2222
|
<div class="refsect3">
|
2223
|
-
<a name="
|
2223
|
+
<a name="gtk-text-buffer-get-selection-bound.parameters"></a><h4>Parameters</h4>
|
2224
2224
|
<div class="informaltable"><table width="100%" border="0">
|
2225
2225
|
<colgroup>
|
2226
2226
|
<col width="150px" class="parameters_name">
|
@@ -2235,7 +2235,7 @@ selection and what its bounds are.</p>
|
|
2235
2235
|
</table></div>
|
2236
2236
|
</div>
|
2237
2237
|
<div class="refsect3">
|
2238
|
-
<a name="
|
2238
|
+
<a name="gtk-text-buffer-get-selection-bound.returns"></a><h4>Returns</h4>
|
2239
2239
|
<p> selection bound mark. </p>
|
2240
2240
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2241
2241
|
</div>
|
@@ -2247,7 +2247,7 @@ selection and what its bounds are.</p>
|
|
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">
|
2250
|
-
<a name="
|
2250
|
+
<a name="gtk-text-buffer-get-has-selection.parameters"></a><h4>Parameters</h4>
|
2251
2251
|
<div class="informaltable"><table width="100%" border="0">
|
2252
2252
|
<colgroup>
|
2253
2253
|
<col width="150px" class="parameters_name">
|
@@ -2262,7 +2262,7 @@ gtk_text_buffer_get_has_selection (<em class="parameter"><code><a class="link" h
|
|
2262
2262
|
</table></div>
|
2263
2263
|
</div>
|
2264
2264
|
<div class="refsect3">
|
2265
|
-
<a name="
|
2265
|
+
<a name="gtk-text-buffer-get-has-selection.returns"></a><h4>Returns</h4>
|
2266
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>
|
@@ -2281,7 +2281,7 @@ inefficient since the temporarily-selected region will force stuff
|
|
2281
2281
|
to be recalculated. This function moves them as a unit, which can
|
2282
2282
|
be optimized.</p>
|
2283
2283
|
<div class="refsect3">
|
2284
|
-
<a name="
|
2284
|
+
<a name="gtk-text-buffer-place-cursor.parameters"></a><h4>Parameters</h4>
|
2285
2285
|
<div class="informaltable"><table width="100%" border="0">
|
2286
2286
|
<colgroup>
|
2287
2287
|
<col width="150px" class="parameters_name">
|
@@ -2318,7 +2318,7 @@ inefficient since the temporarily-selected region will force stuff
|
|
2318
2318
|
to be recalculated. This function moves them as a unit, which can
|
2319
2319
|
be optimized.</p>
|
2320
2320
|
<div class="refsect3">
|
2321
|
-
<a name="
|
2321
|
+
<a name="gtk-text-buffer-select-range.parameters"></a><h4>Parameters</h4>
|
2322
2322
|
<div class="informaltable"><table width="100%" border="0">
|
2323
2323
|
<colgroup>
|
2324
2324
|
<col width="150px" class="parameters_name">
|
@@ -2362,7 +2362,7 @@ handler for the signal applies <em class="parameter"><code>tag</code></em>
|
|
2362
2362
|
and <em class="parameter"><code>end</code></em>
|
2363
2363
|
do not have to be in order.</p>
|
2364
2364
|
<div class="refsect3">
|
2365
|
-
<a name="
|
2365
|
+
<a name="gtk-text-buffer-apply-tag.parameters"></a><h4>Parameters</h4>
|
2366
2366
|
<div class="informaltable"><table width="100%" border="0">
|
2367
2367
|
<colgroup>
|
2368
2368
|
<col width="150px" class="parameters_name">
|
@@ -2409,7 +2409,7 @@ removes all occurrences of <em class="parameter"><code>tag</code></em>
|
|
2409
2409
|
<em class="parameter"><code>end</code></em>
|
2410
2410
|
don’t have to be in order.</p>
|
2411
2411
|
<div class="refsect3">
|
2412
|
-
<a name="
|
2412
|
+
<a name="gtk-text-buffer-remove-tag.parameters"></a><h4>Parameters</h4>
|
2413
2413
|
<div class="informaltable"><table width="100%" border="0">
|
2414
2414
|
<colgroup>
|
2415
2415
|
<col width="150px" class="parameters_name">
|
@@ -2452,7 +2452,7 @@ gtk_text_buffer_apply_tag_by_name (<em class="parameter"><code><a class="link" h
|
|
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
|
2453
2453
|
get a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>, then calls <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>.</p>
|
2454
2454
|
<div class="refsect3">
|
2455
|
-
<a name="
|
2455
|
+
<a name="gtk-text-buffer-apply-tag-by-name.parameters"></a><h4>Parameters</h4>
|
2456
2456
|
<div class="informaltable"><table width="100%" border="0">
|
2457
2457
|
<colgroup>
|
2458
2458
|
<col width="150px" class="parameters_name">
|
@@ -2495,7 +2495,7 @@ gtk_text_buffer_remove_tag_by_name (<em class="parameter"><code><a class="link"
|
|
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
|
2496
2496
|
get a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>, then calls <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-remove-tag" title="gtk_text_buffer_remove_tag ()"><code class="function">gtk_text_buffer_remove_tag()</code></a>.</p>
|
2497
2497
|
<div class="refsect3">
|
2498
|
-
<a name="
|
2498
|
+
<a name="gtk-text-buffer-remove-tag-by-name.parameters"></a><h4>Parameters</h4>
|
2499
2499
|
<div class="informaltable"><table width="100%" border="0">
|
2500
2500
|
<colgroup>
|
2501
2501
|
<col width="150px" class="parameters_name">
|
@@ -2542,7 +2542,7 @@ the code you’re currently writing. That is, using this function is
|
|
2542
2542
|
probably a bad idea if you have two or more unrelated code sections
|
2543
2543
|
that add tags.</p>
|
2544
2544
|
<div class="refsect3">
|
2545
|
-
<a name="
|
2545
|
+
<a name="gtk-text-buffer-remove-all-tags.parameters"></a><h4>Parameters</h4>
|
2546
2546
|
<div class="informaltable"><table width="100%" border="0">
|
2547
2547
|
<colgroup>
|
2548
2548
|
<col width="150px" class="parameters_name">
|
@@ -2592,7 +2592,7 @@ exist in the tag table for this buffer.</p>
|
|
2592
2592
|
argument and subsequent arguments are a list
|
2593
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
|
-
<a name="
|
2595
|
+
<a name="gtk-text-buffer-create-tag.parameters"></a><h4>Parameters</h4>
|
2596
2596
|
<div class="informaltable"><table width="100%" border="0">
|
2597
2597
|
<colgroup>
|
2598
2598
|
<col width="150px" class="parameters_name">
|
@@ -2624,7 +2624,7 @@ of properties to set on the tag, as with <a href="/home/vagrant/ruby-gnome2.win3
|
|
2624
2624
|
</table></div>
|
2625
2625
|
</div>
|
2626
2626
|
<div class="refsect3">
|
2627
|
-
<a name="
|
2627
|
+
<a name="gtk-text-buffer-create-tag.returns"></a><h4>Returns</h4>
|
2628
2628
|
<p> a new tag. </p>
|
2629
2629
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2630
2630
|
</div>
|
@@ -2639,13 +2639,17 @@ gtk_text_buffer_get_iter_at_line_offset
|
|
2639
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
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
|
-
within the given
|
2643
|
-
|
2644
|
-
|
2645
|
-
|
2646
|
-
|
2642
|
+
within the given line. Note
|
2643
|
+
characters, not bytes; UTF-8 may encode one character as multiple bytes.</p>
|
2644
|
+
<p>Before the 3.20 version, it was not allowed to pass an invalid location.</p>
|
2645
|
+
<p>Since the 3.20 version, if <em class="parameter"><code>line_number</code></em>
|
2646
|
+
is greater than the number of lines
|
2647
|
+
in the <em class="parameter"><code>buffer</code></em>
|
2648
|
+
, the end iterator is returned. And if <em class="parameter"><code>char_offset</code></em>
|
2649
|
+
is off the
|
2650
|
+
end of the line, the iterator at the end of the line is returned.</p>
|
2647
2651
|
<div class="refsect3">
|
2648
|
-
<a name="
|
2652
|
+
<a name="gtk-text-buffer-get-iter-at-line-offset.parameters"></a><h4>Parameters</h4>
|
2649
2653
|
<div class="informaltable"><table width="100%" border="0">
|
2650
2654
|
<colgroup>
|
2651
2655
|
<col width="150px" class="parameters_name">
|
@@ -2693,7 +2697,7 @@ of characters in the buffer, <em class="parameter"><code>iter</code></em>
|
|
2693
2697
|
is initialized to the end iterator,
|
2694
2698
|
the iterator one past the last valid character in the buffer.</p>
|
2695
2699
|
<div class="refsect3">
|
2696
|
-
<a name="
|
2700
|
+
<a name="gtk-text-buffer-get-iter-at-offset.parameters"></a><h4>Parameters</h4>
|
2697
2701
|
<div class="informaltable"><table width="100%" border="0">
|
2698
2702
|
<colgroup>
|
2699
2703
|
<col width="150px" class="parameters_name">
|
@@ -2733,7 +2737,7 @@ gtk_text_buffer_get_iter_at_line (<em class="parameter"><code><a class="link" hr
|
|
2733
2737
|
than the number of lines in the <em class="parameter"><code>buffer</code></em>
|
2734
2738
|
, the end iterator is returned.</p>
|
2735
2739
|
<div class="refsect3">
|
2736
|
-
<a name="
|
2740
|
+
<a name="gtk-text-buffer-get-iter-at-line.parameters"></a><h4>Parameters</h4>
|
2737
2741
|
<div class="informaltable"><table width="100%" border="0">
|
2738
2742
|
<colgroup>
|
2739
2743
|
<col width="150px" class="parameters_name">
|
@@ -2772,11 +2776,17 @@ gtk_text_buffer_get_iter_at_line_index
|
|
2772
2776
|
<p>Obtains an iterator pointing to <em class="parameter"><code>byte_index</code></em>
|
2773
2777
|
within the given line.
|
2774
2778
|
<em class="parameter"><code>byte_index</code></em>
|
2775
|
-
must be the start of a UTF-8 character
|
2776
|
-
beyond the end of the line. Note bytes, not
|
2779
|
+
must be the start of a UTF-8 character. Note bytes, not
|
2777
2780
|
characters; UTF-8 may encode one character as multiple bytes.</p>
|
2781
|
+
<p>Before the 3.20 version, it was not allowed to pass an invalid location.</p>
|
2782
|
+
<p>Since the 3.20 version, if <em class="parameter"><code>line_number</code></em>
|
2783
|
+
is greater than the number of lines
|
2784
|
+
in the <em class="parameter"><code>buffer</code></em>
|
2785
|
+
, the end iterator is returned. And if <em class="parameter"><code>byte_index</code></em>
|
2786
|
+
is off the
|
2787
|
+
end of the line, the iterator at the end of the line is returned.</p>
|
2778
2788
|
<div class="refsect3">
|
2779
|
-
<a name="
|
2789
|
+
<a name="gtk-text-buffer-get-iter-at-line-index.parameters"></a><h4>Parameters</h4>
|
2780
2790
|
<div class="informaltable"><table width="100%" border="0">
|
2781
2791
|
<colgroup>
|
2782
2792
|
<col width="150px" class="parameters_name">
|
@@ -2819,7 +2829,7 @@ gtk_text_buffer_get_iter_at_mark (<em class="parameter"><code><a class="link" hr
|
|
2819
2829
|
with the current position of <em class="parameter"><code>mark</code></em>
|
2820
2830
|
.</p>
|
2821
2831
|
<div class="refsect3">
|
2822
|
-
<a name="
|
2832
|
+
<a name="gtk-text-buffer-get-iter-at-mark.parameters"></a><h4>Parameters</h4>
|
2823
2833
|
<div class="informaltable"><table width="100%" border="0">
|
2824
2834
|
<colgroup>
|
2825
2835
|
<col width="150px" class="parameters_name">
|
@@ -2859,7 +2869,7 @@ gtk_text_buffer_get_iter_at_child_anchor
|
|
2859
2869
|
within <em class="parameter"><code>buffer</code></em>
|
2860
2870
|
.</p>
|
2861
2871
|
<div class="refsect3">
|
2862
|
-
<a name="
|
2872
|
+
<a name="gtk-text-buffer-get-iter-at-child-anchor.parameters"></a><h4>Parameters</h4>
|
2863
2873
|
<div class="informaltable"><table width="100%" border="0">
|
2864
2874
|
<colgroup>
|
2865
2875
|
<col width="150px" class="parameters_name">
|
@@ -2898,7 +2908,7 @@ gtk_text_buffer_get_start_iter (<em class="parameter"><code><a class="link" href
|
|
2898
2908
|
is the same as using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-iter-at-offset" title="gtk_text_buffer_get_iter_at_offset ()"><code class="function">gtk_text_buffer_get_iter_at_offset()</code></a> to get
|
2899
2909
|
the iter at character offset 0.</p>
|
2900
2910
|
<div class="refsect3">
|
2901
|
-
<a name="
|
2911
|
+
<a name="gtk-text-buffer-get-start-iter.parameters"></a><h4>Parameters</h4>
|
2902
2912
|
<div class="informaltable"><table width="100%" border="0">
|
2903
2913
|
<colgroup>
|
2904
2914
|
<col width="150px" class="parameters_name">
|
@@ -2934,7 +2944,7 @@ The entire buffer lies in the range from the first position in
|
|
2934
2944
|
the buffer (call <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-start-iter" title="gtk_text_buffer_get_start_iter ()"><code class="function">gtk_text_buffer_get_start_iter()</code></a> to get
|
2935
2945
|
character position 0) to the end iterator.</p>
|
2936
2946
|
<div class="refsect3">
|
2937
|
-
<a name="
|
2947
|
+
<a name="gtk-text-buffer-get-end-iter.parameters"></a><h4>Parameters</h4>
|
2938
2948
|
<div class="informaltable"><table width="100%" border="0">
|
2939
2949
|
<colgroup>
|
2940
2950
|
<col width="150px" class="parameters_name">
|
@@ -2968,7 +2978,7 @@ entire buffer lies within the range [<em class="parameter"><code>start</code></e
|
|
2968
2978
|
,<em class="parameter"><code>end</code></em>
|
2969
2979
|
).</p>
|
2970
2980
|
<div class="refsect3">
|
2971
|
-
<a name="
|
2981
|
+
<a name="gtk-text-buffer-get-bounds.parameters"></a><h4>Parameters</h4>
|
2972
2982
|
<div class="informaltable"><table width="100%" border="0">
|
2973
2983
|
<colgroup>
|
2974
2984
|
<col width="150px" class="parameters_name">
|
@@ -3005,7 +3015,7 @@ to <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-set-modified" title=
|
|
3005
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
|
3006
3016
|
editor.</p>
|
3007
3017
|
<div class="refsect3">
|
3008
|
-
<a name="
|
3018
|
+
<a name="gtk-text-buffer-get-modified.parameters"></a><h4>Parameters</h4>
|
3009
3019
|
<div class="informaltable"><table width="100%" border="0">
|
3010
3020
|
<colgroup>
|
3011
3021
|
<col width="150px" class="parameters_name">
|
@@ -3020,7 +3030,7 @@ editor.</p>
|
|
3020
3030
|
</table></div>
|
3021
3031
|
</div>
|
3022
3032
|
<div class="refsect3">
|
3023
|
-
<a name="
|
3033
|
+
<a name="gtk-text-buffer-get-modified.returns"></a><h4>Returns</h4>
|
3024
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>
|
3025
3035
|
</div>
|
3026
3036
|
</div>
|
@@ -3037,7 +3047,7 @@ gtk_text_buffer_set_modified (<em class="parameter"><code>buffer</code></em>
|
|
3037
3047
|
it will automatically toggled on the modified bit again. When the modified
|
3038
3048
|
bit flips, the buffer emits the <a class="link" href="GtkTextBuffer.html#GtkTextBuffer-modified-changed" title="The “modified-changed” signal"><span class="type">“modified-changed”</span></a> signal.</p>
|
3039
3049
|
<div class="refsect3">
|
3040
|
-
<a name="
|
3050
|
+
<a name="gtk-text-buffer-set-modified.parameters"></a><h4>Parameters</h4>
|
3041
3051
|
<div class="informaltable"><table width="100%" border="0">
|
3042
3052
|
<colgroup>
|
3043
3053
|
<col width="150px" class="parameters_name">
|
@@ -3072,7 +3082,7 @@ that is, the currently-selected text. If <em class="parameter"><code>interactive
|
|
3072
3082
|
the editability of the selection will be considered (users can’t delete
|
3073
3083
|
uneditable text).</p>
|
3074
3084
|
<div class="refsect3">
|
3075
|
-
<a name="
|
3085
|
+
<a name="gtk-text-buffer-delete-selection.parameters"></a><h4>Parameters</h4>
|
3076
3086
|
<div class="informaltable"><table width="100%" border="0">
|
3077
3087
|
<colgroup>
|
3078
3088
|
<col width="150px" class="parameters_name">
|
@@ -3099,7 +3109,7 @@ uneditable text).</p>
|
|
3099
3109
|
</table></div>
|
3100
3110
|
</div>
|
3101
3111
|
<div class="refsect3">
|
3102
|
-
<a name="
|
3112
|
+
<a name="gtk-text-buffer-delete-selection.returns"></a><h4>Returns</h4>
|
3103
3113
|
<p> whether there was a non-empty selection to delete</p>
|
3104
3114
|
</div>
|
3105
3115
|
</div>
|
@@ -3119,7 +3129,7 @@ will be replaced if the selection is non-empty.</p>
|
|
3119
3129
|
return, and at some point later after the main loop runs, the paste data will
|
3120
3130
|
be inserted.</p>
|
3121
3131
|
<div class="refsect3">
|
3122
|
-
<a name="
|
3132
|
+
<a name="gtk-text-buffer-paste-clipboard.parameters"></a><h4>Parameters</h4>
|
3123
3133
|
<div class="informaltable"><table width="100%" border="0">
|
3124
3134
|
<colgroup>
|
3125
3135
|
<col width="150px" class="parameters_name">
|
@@ -3159,7 +3169,7 @@ gtk_text_buffer_copy_clipboard (<em class="parameter"><code><a class="link" href
|
|
3159
3169
|
<em class="parameter"><code><a class="link" href="gtk3-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> *clipboard</code></em>);</pre>
|
3160
3170
|
<p>Copies the currently-selected text to a clipboard.</p>
|
3161
3171
|
<div class="refsect3">
|
3162
|
-
<a name="
|
3172
|
+
<a name="gtk-text-buffer-copy-clipboard.parameters"></a><h4>Parameters</h4>
|
3163
3173
|
<div class="informaltable"><table width="100%" border="0">
|
3164
3174
|
<colgroup>
|
3165
3175
|
<col width="150px" class="parameters_name">
|
@@ -3191,7 +3201,7 @@ gtk_text_buffer_cut_clipboard (<em class="parameter"><code><a class="link" href=
|
|
3191
3201
|
<p>Copies the currently-selected text to a clipboard, then deletes
|
3192
3202
|
said text if it’s editable.</p>
|
3193
3203
|
<div class="refsect3">
|
3194
|
-
<a name="
|
3204
|
+
<a name="gtk-text-buffer-cut-clipboard.parameters"></a><h4>Parameters</h4>
|
3195
3205
|
<div class="informaltable"><table width="100%" border="0">
|
3196
3206
|
<colgroup>
|
3197
3207
|
<col width="150px" class="parameters_name">
|
@@ -3240,7 +3250,7 @@ then <em class="parameter"><code>start</code></em>
|
|
3240
3250
|
NULL, then they are not filled in, but the return value still indicates
|
3241
3251
|
whether text is selected.</p>
|
3242
3252
|
<div class="refsect3">
|
3243
|
-
<a name="
|
3253
|
+
<a name="gtk-text-buffer-get-selection-bounds.parameters"></a><h4>Parameters</h4>
|
3244
3254
|
<div class="informaltable"><table width="100%" border="0">
|
3245
3255
|
<colgroup>
|
3246
3256
|
<col width="150px" class="parameters_name">
|
@@ -3267,7 +3277,7 @@ whether text is selected.</p>
|
|
3267
3277
|
</table></div>
|
3268
3278
|
</div>
|
3269
3279
|
<div class="refsect3">
|
3270
|
-
<a name="
|
3280
|
+
<a name="gtk-text-buffer-get-selection-bounds.returns"></a><h4>Returns</h4>
|
3271
3281
|
<p> whether the selection has nonzero length</p>
|
3272
3282
|
</div>
|
3273
3283
|
</div>
|
@@ -3293,7 +3303,7 @@ user action around the buffer operations they perform, so there's
|
|
3293
3303
|
no need to add extra calls if you user action consists solely of a
|
3294
3304
|
single call to one of those functions.</p>
|
3295
3305
|
<div class="refsect3">
|
3296
|
-
<a name="
|
3306
|
+
<a name="gtk-text-buffer-begin-user-action.parameters"></a><h4>Parameters</h4>
|
3297
3307
|
<div class="informaltable"><table width="100%" border="0">
|
3298
3308
|
<colgroup>
|
3299
3309
|
<col width="150px" class="parameters_name">
|
@@ -3316,7 +3326,7 @@ gtk_text_buffer_end_user_action (<em class="parameter"><code><a class="link" hre
|
|
3316
3326
|
<p>Should be paired with a call to <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-begin-user-action" title="gtk_text_buffer_begin_user_action ()"><code class="function">gtk_text_buffer_begin_user_action()</code></a>.
|
3317
3327
|
See that function for a full explanation.</p>
|
3318
3328
|
<div class="refsect3">
|
3319
|
-
<a name="
|
3329
|
+
<a name="gtk-text-buffer-end-user-action.parameters"></a><h4>Parameters</h4>
|
3320
3330
|
<div class="informaltable"><table width="100%" border="0">
|
3321
3331
|
<colgroup>
|
3322
3332
|
<col width="150px" class="parameters_name">
|
@@ -3343,10 +3353,10 @@ gtk_text_buffer_add_selection_clipboard
|
|
3343
3353
|
contents of <em class="parameter"><code>buffer</code></em>
|
3344
3354
|
are available. In most cases, <em class="parameter"><code>clipboard</code></em>
|
3345
3355
|
will be
|
3346
|
-
the <a class="link" href="gtk3-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> of type <a href="http://developer.gnome.org/
|
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/gdk3-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>
|
3347
3357
|
.</p>
|
3348
3358
|
<div class="refsect3">
|
3349
|
-
<a name="
|
3359
|
+
<a name="gtk-text-buffer-add-selection-clipboard.parameters"></a><h4>Parameters</h4>
|
3350
3360
|
<div class="informaltable"><table width="100%" border="0">
|
3351
3361
|
<colgroup>
|
3352
3362
|
<col width="150px" class="parameters_name">
|
@@ -3378,7 +3388,7 @@ gtk_text_buffer_remove_selection_clipboard
|
|
3378
3388
|
<p>Removes a <a class="link" href="gtk3-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> added with
|
3379
3389
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-add-selection-clipboard" title="gtk_text_buffer_add_selection_clipboard ()"><code class="function">gtk_text_buffer_add_selection_clipboard()</code></a>.</p>
|
3380
3390
|
<div class="refsect3">
|
3381
|
-
<a name="
|
3391
|
+
<a name="gtk-text-buffer-remove-selection-clipboard.parameters"></a><h4>Parameters</h4>
|
3382
3392
|
<div class="informaltable"><table width="100%" border="0">
|
3383
3393
|
<colgroup>
|
3384
3394
|
<col width="150px" class="parameters_name">
|
@@ -3418,7 +3428,7 @@ by
|
|
3418
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>
|
3419
3429
|
.</p>
|
3420
3430
|
<div class="refsect3">
|
3421
|
-
<a name="
|
3431
|
+
<a name="GtkTextBufferDeserializeFunc.parameters"></a><h4>Parameters</h4>
|
3422
3432
|
<div class="informaltable"><table width="100%" border="0">
|
3423
3433
|
<colgroup>
|
3424
3434
|
<col width="150px" class="parameters_name">
|
@@ -3471,7 +3481,7 @@ serialized with <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-seriali
|
|
3471
3481
|
</table></div>
|
3472
3482
|
</div>
|
3473
3483
|
<div class="refsect3">
|
3474
|
-
<a name="
|
3484
|
+
<a name="GtkTextBufferDeserializeFunc.returns"></a><h4>Returns</h4>
|
3475
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>
|
3476
3486
|
</div>
|
3477
3487
|
</div>
|
@@ -3481,7 +3491,7 @@ serialized with <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-seriali
|
|
3481
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>
|
3482
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>,
|
3483
3493
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
|
3484
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
3494
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>,
|
3485
3495
|
<em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
3486
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>,
|
3487
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>,
|
@@ -3495,7 +3505,7 @@ it at <em class="parameter"><code>iter</code></em>
|
|
3495
3505
|
<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
|
3496
3506
|
<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> beforehand.</p>
|
3497
3507
|
<div class="refsect3">
|
3498
|
-
<a name="
|
3508
|
+
<a name="gtk-text-buffer-deserialize.parameters"></a><h4>Parameters</h4>
|
3499
3509
|
<div class="informaltable"><table width="100%" border="0">
|
3500
3510
|
<colgroup>
|
3501
3511
|
<col width="150px" class="parameters_name">
|
@@ -3544,7 +3554,7 @@ is registered with</p></td>
|
|
3544
3554
|
</table></div>
|
3545
3555
|
</div>
|
3546
3556
|
<div class="refsect3">
|
3547
|
-
<a name="
|
3557
|
+
<a name="gtk-text-buffer-deserialize.returns"></a><h4>Returns</h4>
|
3548
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>
|
3549
3559
|
</div>
|
3550
3560
|
<p class="since">Since: 2.10</p>
|
@@ -3555,11 +3565,11 @@ is registered with</p></td>
|
|
3555
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>
|
3556
3566
|
gtk_text_buffer_deserialize_get_can_create_tags
|
3557
3567
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3558
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
3568
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>);</pre>
|
3559
3569
|
<p>This functions returns the value set with
|
3560
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>
|
3561
3571
|
<div class="refsect3">
|
3562
|
-
<a name="
|
3572
|
+
<a name="gtk-text-buffer-deserialize-get-can-create-tags.parameters"></a><h4>Parameters</h4>
|
3563
3573
|
<div class="informaltable"><table width="100%" border="0">
|
3564
3574
|
<colgroup>
|
3565
3575
|
<col width="150px" class="parameters_name">
|
@@ -3574,14 +3584,14 @@ gtk_text_buffer_deserialize_get_can_create_tags
|
|
3574
3584
|
</tr>
|
3575
3585
|
<tr>
|
3576
3586
|
<td class="parameter_name"><p>format</p></td>
|
3577
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
3587
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format</p></td>
|
3578
3588
|
<td class="parameter_annotations"> </td>
|
3579
3589
|
</tr>
|
3580
3590
|
</tbody>
|
3581
3591
|
</table></div>
|
3582
3592
|
</div>
|
3583
3593
|
<div class="refsect3">
|
3584
|
-
<a name="
|
3594
|
+
<a name="gtk-text-buffer-deserialize-get-can-create-tags.returns"></a><h4>Returns</h4>
|
3585
3595
|
<p> whether deserializing this format may create tags</p>
|
3586
3596
|
</div>
|
3587
3597
|
<p class="since">Since: 2.10</p>
|
@@ -3592,7 +3602,7 @@ gtk_text_buffer_deserialize_get_can_create_tags
|
|
3592
3602
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3593
3603
|
gtk_text_buffer_deserialize_set_can_create_tags
|
3594
3604
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3595
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
3605
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>,
|
3596
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>
|
3597
3607
|
<p>Use this function to allow a rich text deserialization function to
|
3598
3608
|
create new tags in the receiving buffer. Note that using this
|
@@ -3610,7 +3620,7 @@ suite’s text buffers and you know that it’s fine to receive new
|
|
3610
3620
|
tags from these buffers, because you know that your application can
|
3611
3621
|
handle the newly created tags.</p>
|
3612
3622
|
<div class="refsect3">
|
3613
|
-
<a name="
|
3623
|
+
<a name="gtk-text-buffer-deserialize-set-can-create-tags.parameters"></a><h4>Parameters</h4>
|
3614
3624
|
<div class="informaltable"><table width="100%" border="0">
|
3615
3625
|
<colgroup>
|
3616
3626
|
<col width="150px" class="parameters_name">
|
@@ -3625,7 +3635,7 @@ handle the newly created tags.</p>
|
|
3625
3635
|
</tr>
|
3626
3636
|
<tr>
|
3627
3637
|
<td class="parameter_name"><p>format</p></td>
|
3628
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
3638
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format</p></td>
|
3629
3639
|
<td class="parameter_annotations"> </td>
|
3630
3640
|
</tr>
|
3631
3641
|
<tr>
|
@@ -3650,7 +3660,7 @@ added with <em class="parameter"><code>info</code></em>
|
|
3650
3660
|
using <a class="link" href="gtk3-Selections.html#gtk-target-list-add-rich-text-targets" title="gtk_target_list_add_rich_text_targets ()"><code class="function">gtk_target_list_add_rich_text_targets()</code></a> and
|
3651
3661
|
<a class="link" href="gtk3-Selections.html#gtk-target-list-add-text-targets" title="gtk_target_list_add_text_targets ()"><code class="function">gtk_target_list_add_text_targets()</code></a>.</p>
|
3652
3662
|
<div class="refsect3">
|
3653
|
-
<a name="
|
3663
|
+
<a name="gtk-text-buffer-get-copy-target-list.parameters"></a><h4>Parameters</h4>
|
3654
3664
|
<div class="informaltable"><table width="100%" border="0">
|
3655
3665
|
<colgroup>
|
3656
3666
|
<col width="150px" class="parameters_name">
|
@@ -3665,7 +3675,7 @@ using <a class="link" href="gtk3-Selections.html#gtk-target-list-add-rich-text-t
|
|
3665
3675
|
</table></div>
|
3666
3676
|
</div>
|
3667
3677
|
<div class="refsect3">
|
3668
|
-
<a name="
|
3678
|
+
<a name="gtk-text-buffer-get-copy-target-list.returns"></a><h4>Returns</h4>
|
3669
3679
|
<p> the <a class="link" href="gtk3-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a>. </p>
|
3670
3680
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3671
3681
|
</div>
|
@@ -3674,7 +3684,7 @@ using <a class="link" href="gtk3-Selections.html#gtk-target-list-add-rich-text-t
|
|
3674
3684
|
<hr>
|
3675
3685
|
<div class="refsect2">
|
3676
3686
|
<a name="gtk-text-buffer-get-deserialize-formats"></a><h3>gtk_text_buffer_get_deserialize_formats ()</h3>
|
3677
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/
|
3687
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> *
|
3678
3688
|
gtk_text_buffer_get_deserialize_formats
|
3679
3689
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3680
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>
|
@@ -3683,7 +3693,7 @@ with <em class="parameter"><code>buffer</code></em>
|
|
3683
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
|
3684
3694
|
<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>
|
3685
3695
|
<div class="refsect3">
|
3686
|
-
<a name="
|
3696
|
+
<a name="gtk-text-buffer-get-deserialize-formats.parameters"></a><h4>Parameters</h4>
|
3687
3697
|
<div class="informaltable"><table width="100%" border="0">
|
3688
3698
|
<colgroup>
|
3689
3699
|
<col width="150px" class="parameters_name">
|
@@ -3705,9 +3715,9 @@ with <em class="parameter"><code>buffer</code></em>
|
|
3705
3715
|
</table></div>
|
3706
3716
|
</div>
|
3707
3717
|
<div class="refsect3">
|
3708
|
-
<a name="
|
3718
|
+
<a name="gtk-text-buffer-get-deserialize-formats.returns"></a><h4>Returns</h4>
|
3709
3719
|
<p> an array of
|
3710
|
-
<a href="http://developer.gnome.org/
|
3720
|
+
<a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtoms</span></a> representing the registered formats. </p>
|
3711
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>
|
3712
3722
|
</div>
|
3713
3723
|
<p class="since">Since: 2.10</p>
|
@@ -3724,7 +3734,7 @@ added with <em class="parameter"><code>info</code></em>
|
|
3724
3734
|
using <a class="link" href="gtk3-Selections.html#gtk-target-list-add-rich-text-targets" title="gtk_target_list_add_rich_text_targets ()"><code class="function">gtk_target_list_add_rich_text_targets()</code></a> and
|
3725
3735
|
<a class="link" href="gtk3-Selections.html#gtk-target-list-add-text-targets" title="gtk_target_list_add_text_targets ()"><code class="function">gtk_target_list_add_text_targets()</code></a>.</p>
|
3726
3736
|
<div class="refsect3">
|
3727
|
-
<a name="
|
3737
|
+
<a name="gtk-text-buffer-get-paste-target-list.parameters"></a><h4>Parameters</h4>
|
3728
3738
|
<div class="informaltable"><table width="100%" border="0">
|
3729
3739
|
<colgroup>
|
3730
3740
|
<col width="150px" class="parameters_name">
|
@@ -3739,7 +3749,7 @@ using <a class="link" href="gtk3-Selections.html#gtk-target-list-add-rich-text-t
|
|
3739
3749
|
</table></div>
|
3740
3750
|
</div>
|
3741
3751
|
<div class="refsect3">
|
3742
|
-
<a name="
|
3752
|
+
<a name="gtk-text-buffer-get-paste-target-list.returns"></a><h4>Returns</h4>
|
3743
3753
|
<p> the <a class="link" href="gtk3-Selections.html#GtkTargetList"><span class="type">GtkTargetList</span></a>. </p>
|
3744
3754
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3745
3755
|
</div>
|
@@ -3748,7 +3758,7 @@ using <a class="link" href="gtk3-Selections.html#gtk-target-list-add-rich-text-t
|
|
3748
3758
|
<hr>
|
3749
3759
|
<div class="refsect2">
|
3750
3760
|
<a name="gtk-text-buffer-get-serialize-formats"></a><h3>gtk_text_buffer_get_serialize_formats ()</h3>
|
3751
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/
|
3761
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> *
|
3752
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>,
|
3753
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>
|
3754
3764
|
<p>This function returns the rich text serialize formats registered
|
@@ -3756,7 +3766,7 @@ with <em class="parameter"><code>buffer</code></em>
|
|
3756
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
|
3757
3767
|
<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>
|
3758
3768
|
<div class="refsect3">
|
3759
|
-
<a name="
|
3769
|
+
<a name="gtk-text-buffer-get-serialize-formats.parameters"></a><h4>Parameters</h4>
|
3760
3770
|
<div class="informaltable"><table width="100%" border="0">
|
3761
3771
|
<colgroup>
|
3762
3772
|
<col width="150px" class="parameters_name">
|
@@ -3778,9 +3788,9 @@ with <em class="parameter"><code>buffer</code></em>
|
|
3778
3788
|
</table></div>
|
3779
3789
|
</div>
|
3780
3790
|
<div class="refsect3">
|
3781
|
-
<a name="
|
3791
|
+
<a name="gtk-text-buffer-get-serialize-formats.returns"></a><h4>Returns</h4>
|
3782
3792
|
<p> an array of
|
3783
|
-
<a href="http://developer.gnome.org/
|
3793
|
+
<a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtoms</span></a> representing the registered formats. </p>
|
3784
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>
|
3785
3795
|
</div>
|
3786
3796
|
<p class="since">Since: 2.10</p>
|
@@ -3788,7 +3798,7 @@ with <em class="parameter"><code>buffer</code></em>
|
|
3788
3798
|
<hr>
|
3789
3799
|
<div class="refsect2">
|
3790
3800
|
<a name="gtk-text-buffer-register-deserialize-format"></a><h3>gtk_text_buffer_register_deserialize_format ()</h3>
|
3791
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/
|
3801
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
3792
3802
|
gtk_text_buffer_register_deserialize_format
|
3793
3803
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3794
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>,
|
@@ -3801,7 +3811,7 @@ its <em class="parameter"><code>mime_type</code></em>
|
|
3801
3811
|
with the passed <em class="parameter"><code>buffer</code></em>
|
3802
3812
|
.</p>
|
3803
3813
|
<div class="refsect3">
|
3804
|
-
<a name="
|
3814
|
+
<a name="gtk-text-buffer-register-deserialize-format.parameters"></a><h4>Parameters</h4>
|
3805
3815
|
<div class="informaltable"><table width="100%" border="0">
|
3806
3816
|
<colgroup>
|
3807
3817
|
<col width="150px" class="parameters_name">
|
@@ -3840,8 +3850,8 @@ is no longer needed</p></td>
|
|
3840
3850
|
</table></div>
|
3841
3851
|
</div>
|
3842
3852
|
<div class="refsect3">
|
3843
|
-
<a name="
|
3844
|
-
<p> the <a href="http://developer.gnome.org/
|
3853
|
+
<a name="gtk-text-buffer-register-deserialize-format.returns"></a><h4>Returns</h4>
|
3854
|
+
<p> the <a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
|
3845
3855
|
newly registered format’s mime-type. </p>
|
3846
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>
|
3847
3857
|
</div>
|
@@ -3850,7 +3860,7 @@ newly registered format’s mime-type. </p>
|
|
3850
3860
|
<hr>
|
3851
3861
|
<div class="refsect2">
|
3852
3862
|
<a name="gtk-text-buffer-register-deserialize-tagset"></a><h3>gtk_text_buffer_register_deserialize_tagset ()</h3>
|
3853
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/
|
3863
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
3854
3864
|
gtk_text_buffer_register_deserialize_tagset
|
3855
3865
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3856
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>
|
@@ -3859,7 +3869,7 @@ format with the passed <em class="parameter"><code>buffer</code></em>
|
|
3859
3869
|
. See
|
3860
3870
|
<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> for details.</p>
|
3861
3871
|
<div class="refsect3">
|
3862
|
-
<a name="
|
3872
|
+
<a name="gtk-text-buffer-register-deserialize-tagset.parameters"></a><h4>Parameters</h4>
|
3863
3873
|
<div class="informaltable"><table width="100%" border="0">
|
3864
3874
|
<colgroup>
|
3865
3875
|
<col width="150px" class="parameters_name">
|
@@ -3881,8 +3891,8 @@ format with the passed <em class="parameter"><code>buffer</code></em>
|
|
3881
3891
|
</table></div>
|
3882
3892
|
</div>
|
3883
3893
|
<div class="refsect3">
|
3884
|
-
<a name="
|
3885
|
-
<p> the <a href="http://developer.gnome.org/
|
3894
|
+
<a name="gtk-text-buffer-register-deserialize-tagset.returns"></a><h4>Returns</h4>
|
3895
|
+
<p> the <a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
|
3886
3896
|
newly registered format’s mime-type. </p>
|
3887
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>
|
3888
3898
|
</div>
|
@@ -3891,7 +3901,7 @@ newly registered format’s mime-type. </p>
|
|
3891
3901
|
<hr>
|
3892
3902
|
<div class="refsect2">
|
3893
3903
|
<a name="gtk-text-buffer-register-serialize-format"></a><h3>gtk_text_buffer_register_serialize_format ()</h3>
|
3894
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/
|
3904
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
3895
3905
|
gtk_text_buffer_register_serialize_format
|
3896
3906
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3897
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>,
|
@@ -3904,7 +3914,7 @@ its <em class="parameter"><code>mime_type</code></em>
|
|
3904
3914
|
with the passed <em class="parameter"><code>buffer</code></em>
|
3905
3915
|
.</p>
|
3906
3916
|
<div class="refsect3">
|
3907
|
-
<a name="
|
3917
|
+
<a name="gtk-text-buffer-register-serialize-format.parameters"></a><h4>Parameters</h4>
|
3908
3918
|
<div class="informaltable"><table width="100%" border="0">
|
3909
3919
|
<colgroup>
|
3910
3920
|
<col width="150px" class="parameters_name">
|
@@ -3943,8 +3953,8 @@ is no longer needed</p></td>
|
|
3943
3953
|
</table></div>
|
3944
3954
|
</div>
|
3945
3955
|
<div class="refsect3">
|
3946
|
-
<a name="
|
3947
|
-
<p> the <a href="http://developer.gnome.org/
|
3956
|
+
<a name="gtk-text-buffer-register-serialize-format.returns"></a><h4>Returns</h4>
|
3957
|
+
<p> the <a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
|
3948
3958
|
newly registered format’s mime-type. </p>
|
3949
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>
|
3950
3960
|
</div>
|
@@ -3953,7 +3963,7 @@ newly registered format’s mime-type. </p>
|
|
3953
3963
|
<hr>
|
3954
3964
|
<div class="refsect2">
|
3955
3965
|
<a name="gtk-text-buffer-register-serialize-tagset"></a><h3>gtk_text_buffer_register_serialize_tagset ()</h3>
|
3956
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/
|
3966
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
|
3957
3967
|
gtk_text_buffer_register_serialize_tagset
|
3958
3968
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
3959
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>
|
@@ -3977,7 +3987,7 @@ tags from being pasted. It is probably the common case to pass an
|
|
3977
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
|
3978
3988
|
receiving buffer to deal with with pasting of arbitrary tags.</p>
|
3979
3989
|
<div class="refsect3">
|
3980
|
-
<a name="
|
3990
|
+
<a name="gtk-text-buffer-register-serialize-tagset.parameters"></a><h4>Parameters</h4>
|
3981
3991
|
<div class="informaltable"><table width="100%" border="0">
|
3982
3992
|
<colgroup>
|
3983
3993
|
<col width="150px" class="parameters_name">
|
@@ -3999,8 +4009,8 @@ receiving buffer to deal with with pasting of arbitrary tags.</p>
|
|
3999
4009
|
</table></div>
|
4000
4010
|
</div>
|
4001
4011
|
<div class="refsect3">
|
4002
|
-
<a name="
|
4003
|
-
<p> the <a href="http://developer.gnome.org/
|
4012
|
+
<a name="gtk-text-buffer-register-serialize-tagset.returns"></a><h4>Returns</h4>
|
4013
|
+
<p> the <a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
|
4004
4014
|
newly registered format’s mime-type. </p>
|
4005
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>
|
4006
4016
|
</div>
|
@@ -4019,7 +4029,7 @@ newly registered format’s mime-type. </p>
|
|
4019
4029
|
<p>A function that is called to serialize the content of a text buffer.
|
4020
4030
|
It must return the serialized form of the content.</p>
|
4021
4031
|
<div class="refsect3">
|
4022
|
-
<a name="
|
4032
|
+
<a name="GtkTextBufferSerializeFunc.parameters"></a><h4>Parameters</h4>
|
4023
4033
|
<div class="informaltable"><table width="100%" border="0">
|
4024
4034
|
<colgroup>
|
4025
4035
|
<col width="150px" class="parameters_name">
|
@@ -4061,9 +4071,10 @@ It must return the serialized form of the content.</p>
|
|
4061
4071
|
</table></div>
|
4062
4072
|
</div>
|
4063
4073
|
<div class="refsect3">
|
4064
|
-
<a name="
|
4065
|
-
<p> a newly-allocated array of guint8 which contains
|
4066
|
-
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>
|
4074
|
+
<a name="GtkTextBufferSerializeFunc.returns"></a><h4>Returns</h4>
|
4075
|
+
<p> a newly-allocated array of guint8 which contains
|
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
|
+
<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>
|
4067
4078
|
</div>
|
4068
4079
|
</div>
|
4069
4080
|
<hr>
|
@@ -4072,7 +4083,7 @@ data, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-d
|
|
4072
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> *
|
4073
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>,
|
4074
4085
|
<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
|
4075
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
4086
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>,
|
4076
4087
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
4077
4088
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
|
4078
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>
|
@@ -4086,7 +4097,7 @@ and <em class="parameter"><code>end</code></em>
|
|
4086
4097
|
<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
|
4087
4098
|
<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> beforehand.</p>
|
4088
4099
|
<div class="refsect3">
|
4089
|
-
<a name="
|
4100
|
+
<a name="gtk-text-buffer-serialize.parameters"></a><h4>Parameters</h4>
|
4090
4101
|
<div class="informaltable"><table width="100%" border="0">
|
4091
4102
|
<colgroup>
|
4092
4103
|
<col width="150px" class="parameters_name">
|
@@ -4129,7 +4140,7 @@ is registered with</p></td>
|
|
4129
4140
|
</table></div>
|
4130
4141
|
</div>
|
4131
4142
|
<div class="refsect3">
|
4132
|
-
<a name="
|
4143
|
+
<a name="gtk-text-buffer-serialize.returns"></a><h4>Returns</h4>
|
4133
4144
|
<p> the serialized
|
4134
4145
|
data, encoded as <em class="parameter"><code>format</code></em>
|
4135
4146
|
. </p>
|
@@ -4143,12 +4154,12 @@ data, encoded as <em class="parameter"><code>format</code></em>
|
|
4143
4154
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4144
4155
|
gtk_text_buffer_unregister_deserialize_format
|
4145
4156
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
4146
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
4157
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>);</pre>
|
4147
4158
|
<p>This function unregisters a rich text format that was previously
|
4148
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
|
4149
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>
|
4150
4161
|
<div class="refsect3">
|
4151
|
-
<a name="
|
4162
|
+
<a name="gtk-text-buffer-unregister-deserialize-format.parameters"></a><h4>Parameters</h4>
|
4152
4163
|
<div class="informaltable"><table width="100%" border="0">
|
4153
4164
|
<colgroup>
|
4154
4165
|
<col width="150px" class="parameters_name">
|
@@ -4163,7 +4174,7 @@ registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-regist
|
|
4163
4174
|
</tr>
|
4164
4175
|
<tr>
|
4165
4176
|
<td class="parameter_name"><p>format</p></td>
|
4166
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
4177
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format.</p></td>
|
4167
4178
|
<td class="parameter_annotations"> </td>
|
4168
4179
|
</tr>
|
4169
4180
|
</tbody>
|
@@ -4177,12 +4188,12 @@ registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-regist
|
|
4177
4188
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4178
4189
|
gtk_text_buffer_unregister_serialize_format
|
4179
4190
|
(<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
|
4180
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
4191
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>);</pre>
|
4181
4192
|
<p>This function unregisters a rich text format that was previously
|
4182
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
|
4183
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>
|
4184
4195
|
<div class="refsect3">
|
4185
|
-
<a name="
|
4196
|
+
<a name="gtk-text-buffer-unregister-serialize-format.parameters"></a><h4>Parameters</h4>
|
4186
4197
|
<div class="informaltable"><table width="100%" border="0">
|
4187
4198
|
<colgroup>
|
4188
4199
|
<col width="150px" class="parameters_name">
|
@@ -4197,7 +4208,7 @@ registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-regist
|
|
4197
4208
|
</tr>
|
4198
4209
|
<tr>
|
4199
4210
|
<td class="parameter_name"><p>format</p></td>
|
4200
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
4211
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format.</p></td>
|
4201
4212
|
<td class="parameter_annotations"> </td>
|
4202
4213
|
</tr>
|
4203
4214
|
</tbody>
|
@@ -4265,7 +4276,7 @@ registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-regist
|
|
4265
4276
|
};
|
4266
4277
|
</pre>
|
4267
4278
|
<div class="refsect3">
|
4268
|
-
<a name="
|
4279
|
+
<a name="GtkTextBufferClass.members"></a><h4>Members</h4>
|
4269
4280
|
<div class="informaltable"><table width="100%" border="0">
|
4270
4281
|
<colgroup>
|
4271
4282
|
<col width="300px" class="struct_members_name">
|
@@ -4274,11 +4285,6 @@ registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-regist
|
|
4274
4285
|
</colgroup>
|
4275
4286
|
<tbody>
|
4276
4287
|
<tr>
|
4277
|
-
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> <em class="structfield"><code><a name="GtkTextBufferClass.parent-class"></a>parent_class</code></em>;</p></td>
|
4278
|
-
<td class="struct_member_description"><p>The object class structure needs to be the first.</p></td>
|
4279
|
-
<td class="struct_member_annotations"> </td>
|
4280
|
-
</tr>
|
4281
|
-
<tr>
|
4282
4288
|
<td class="struct_member_name"><p><em class="structfield"><code><a name="GtkTextBufferClass.insert-text"></a>insert_text</code></em> ()</p></td>
|
4283
4289
|
<td class="struct_member_description"><p>The class handler for the <a class="link" href="GtkTextBuffer.html#GtkTextBuffer-insert-text" title="The “insert-text” signal"><span class="type">“insert-text”</span></a> signal.</p></td>
|
4284
4290
|
<td class="struct_member_annotations"> </td>
|
@@ -4361,7 +4367,7 @@ lists returned by <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-c
|
|
4361
4367
|
<p>The values counts down from <code class="literal">-1</code> to avoid clashes
|
4362
4368
|
with application added drag destinations which usually start at 0.</p>
|
4363
4369
|
<div class="refsect3">
|
4364
|
-
<a name="
|
4370
|
+
<a name="GtkTextBufferTargetInfo.members"></a><h4>Members</h4>
|
4365
4371
|
<div class="informaltable"><table width="100%" border="0">
|
4366
4372
|
<colgroup>
|
4367
4373
|
<col width="300px" class="enum_members_name">
|
@@ -4410,9 +4416,7 @@ and as DND source.</p>
|
|
4410
4416
|
<a name="GtkTextBuffer--cursor-position"></a><h3>The <code class="literal">“cursor-position”</code> property</h3>
|
4411
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>
|
4412
4418
|
<p>The position of the insert mark (as offset from the beginning
|
4413
|
-
|
4414
4419
|
of the buffer). It is useful for getting notified when the
|
4415
|
-
|
4416
4420
|
cursor moves.</p>
|
4417
4421
|
<p>Flags: Read</p>
|
4418
4422
|
<p>Allowed values: >= 0</p>
|
@@ -4480,7 +4484,7 @@ invalidate the <em class="parameter"><code>start</code></em>
|
|
4480
4484
|
<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>,
|
4481
4485
|
<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>.</p>
|
4482
4486
|
<div class="refsect3">
|
4483
|
-
<a name="
|
4487
|
+
<a name="GtkTextBuffer-apply-tag.parameters"></a><h4>Parameters</h4>
|
4484
4488
|
<div class="informaltable"><table width="100%" border="0">
|
4485
4489
|
<colgroup>
|
4486
4490
|
<col width="150px" class="parameters_name">
|
@@ -4535,7 +4539,7 @@ user-visible operation on a <a class="link" href="GtkTextBuffer.html" title="Gtk
|
|
4535
4539
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-backspace" title="gtk_text_buffer_backspace ()"><code class="function">gtk_text_buffer_backspace()</code></a>,
|
4536
4540
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-delete-selection" title="gtk_text_buffer_delete_selection ()"><code class="function">gtk_text_buffer_delete_selection()</code></a>.</p>
|
4537
4541
|
<div class="refsect3">
|
4538
|
-
<a name="
|
4542
|
+
<a name="GtkTextBuffer-begin-user-action.parameters"></a><h4>Parameters</h4>
|
4539
4543
|
<div class="informaltable"><table width="100%" border="0">
|
4540
4544
|
<colgroup>
|
4541
4545
|
<col width="150px" class="parameters_name">
|
@@ -4568,7 +4572,7 @@ user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><
|
|
4568
4572
|
|
4569
4573
|
has changed.</p>
|
4570
4574
|
<div class="refsect3">
|
4571
|
-
<a name="
|
4575
|
+
<a name="GtkTextBuffer-changed.parameters"></a><h4>Parameters</h4>
|
4572
4576
|
<div class="informaltable"><table width="100%" border="0">
|
4573
4577
|
<colgroup>
|
4574
4578
|
<col width="150px" class="parameters_name">
|
@@ -4617,7 +4621,7 @@ which run after the default handler (see <a href="/home/vagrant/ruby-gnome2.win3
|
|
4617
4621
|
do not have access to the deleted text.</p>
|
4618
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>
|
4619
4623
|
<div class="refsect3">
|
4620
|
-
<a name="
|
4624
|
+
<a name="GtkTextBuffer-delete-range.parameters"></a><h4>Parameters</h4>
|
4621
4625
|
<div class="informaltable"><table width="100%" border="0">
|
4622
4626
|
<colgroup>
|
4623
4627
|
<col width="150px" class="parameters_name">
|
@@ -4668,7 +4672,7 @@ user-visible operation on the <a class="link" href="GtkTextBuffer.html" title="G
|
|
4668
4672
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-delete-selection" title="gtk_text_buffer_delete_selection ()"><code class="function">gtk_text_buffer_delete_selection()</code></a>,
|
4669
4673
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-backspace" title="gtk_text_buffer_backspace ()"><code class="function">gtk_text_buffer_backspace()</code></a>.</p>
|
4670
4674
|
<div class="refsect3">
|
4671
|
-
<a name="
|
4675
|
+
<a name="GtkTextBuffer-end-user-action.parameters"></a><h4>Parameters</h4>
|
4672
4676
|
<div class="informaltable"><table width="100%" border="0">
|
4673
4677
|
<colgroup>
|
4674
4678
|
<col width="150px" class="parameters_name">
|
@@ -4712,7 +4716,7 @@ inserted <em class="parameter"><code>anchor</code></em>
|
|
4712
4716
|
.</p>
|
4713
4717
|
<p>See also: <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-child-anchor" title="gtk_text_buffer_insert_child_anchor ()"><code class="function">gtk_text_buffer_insert_child_anchor()</code></a>.</p>
|
4714
4718
|
<div class="refsect3">
|
4715
|
-
<a name="
|
4719
|
+
<a name="GtkTextBuffer-insert-child-anchor.parameters"></a><h4>Parameters</h4>
|
4716
4720
|
<div class="informaltable"><table width="100%" border="0">
|
4717
4721
|
<colgroup>
|
4718
4722
|
<col width="150px" class="parameters_name">
|
@@ -4753,9 +4757,9 @@ in <em class="parameter"><code>textbuffer</code></em>
|
|
4753
4757
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4754
4758
|
user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *textbuffer,
|
4755
4759
|
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *location,
|
4756
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf,
|
4760
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *pixbuf,
|
4757
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>
|
4758
|
-
<p>The ::insert-pixbuf signal is emitted to insert a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>
|
4762
|
+
<p>The ::insert-pixbuf signal is emitted to insert a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a>
|
4759
4763
|
|
4760
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>
|
4761
4765
|
<p>Note that if your handler runs before the default handler it must not
|
@@ -4769,7 +4773,7 @@ inserted <em class="parameter"><code>pixbuf</code></em>
|
|
4769
4773
|
.</p>
|
4770
4774
|
<p>See also: <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-insert-pixbuf" title="gtk_text_buffer_insert_pixbuf ()"><code class="function">gtk_text_buffer_insert_pixbuf()</code></a>.</p>
|
4771
4775
|
<div class="refsect3">
|
4772
|
-
<a name="
|
4776
|
+
<a name="GtkTextBuffer-insert-pixbuf.parameters"></a><h4>Parameters</h4>
|
4773
4777
|
<div class="informaltable"><table width="100%" border="0">
|
4774
4778
|
<colgroup>
|
4775
4779
|
<col width="150px" class="parameters_name">
|
@@ -4791,7 +4795,7 @@ in <em class="parameter"><code>textbuffer</code></em>
|
|
4791
4795
|
</tr>
|
4792
4796
|
<tr>
|
4793
4797
|
<td class="parameter_name"><p>pixbuf</p></td>
|
4794
|
-
<td class="parameter_description"><p>the <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> to be inserted</p></td>
|
4798
|
+
<td class="parameter_description"><p>the <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> to be inserted</p></td>
|
4795
4799
|
<td class="parameter_annotations"> </td>
|
4796
4800
|
</tr>
|
4797
4801
|
<tr>
|
@@ -4829,7 +4833,7 @@ inserted text.</p>
|
|
4829
4833
|
|
4830
4834
|
<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>.</p>
|
4831
4835
|
<div class="refsect3">
|
4832
|
-
<a name="
|
4836
|
+
<a name="GtkTextBuffer-insert-text.parameters"></a><h4>Parameters</h4>
|
4833
4837
|
<div class="informaltable"><table width="100%" border="0">
|
4834
4838
|
<colgroup>
|
4835
4839
|
<col width="150px" class="parameters_name">
|
@@ -4881,7 +4885,7 @@ after a <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class=
|
|
4881
4885
|
<p>See also:
|
4882
4886
|
<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>.</p>
|
4883
4887
|
<div class="refsect3">
|
4884
|
-
<a name="
|
4888
|
+
<a name="GtkTextBuffer-mark-deleted.parameters"></a><h4>Parameters</h4>
|
4885
4889
|
<div class="informaltable"><table width="100%" border="0">
|
4886
4890
|
<colgroup>
|
4887
4891
|
<col width="150px" class="parameters_name">
|
@@ -4924,7 +4928,7 @@ after a <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class=
|
|
4924
4928
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-create-mark" title="gtk_text_buffer_create_mark ()"><code class="function">gtk_text_buffer_create_mark()</code></a>,
|
4925
4929
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-move-mark" title="gtk_text_buffer_move_mark ()"><code class="function">gtk_text_buffer_move_mark()</code></a>.</p>
|
4926
4930
|
<div class="refsect3">
|
4927
|
-
<a name="
|
4931
|
+
<a name="GtkTextBuffer-mark-set.parameters"></a><h4>Parameters</h4>
|
4928
4932
|
<div class="informaltable"><table width="100%" border="0">
|
4929
4933
|
<colgroup>
|
4930
4934
|
<col width="150px" class="parameters_name">
|
@@ -4971,7 +4975,7 @@ user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><
|
|
4971
4975
|
<p>See also:
|
4972
4976
|
<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>.</p>
|
4973
4977
|
<div class="refsect3">
|
4974
|
-
<a name="
|
4978
|
+
<a name="GtkTextBuffer-modified-changed.parameters"></a><h4>Parameters</h4>
|
4975
4979
|
<div class="informaltable"><table width="100%" border="0">
|
4976
4980
|
<colgroup>
|
4977
4981
|
<col width="150px" class="parameters_name">
|
@@ -5005,7 +5009,7 @@ user_function (<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><
|
|
5005
5009
|
This is useful to properly scroll the view to the end of the pasted text.
|
5006
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>
|
5007
5011
|
<div class="refsect3">
|
5008
|
-
<a name="
|
5012
|
+
<a name="GtkTextBuffer-paste-done.parameters"></a><h4>Parameters</h4>
|
5009
5013
|
<div class="informaltable"><table width="100%" border="0">
|
5010
5014
|
<colgroup>
|
5011
5015
|
<col width="150px" class="parameters_name">
|
@@ -5057,7 +5061,7 @@ invalidate the <em class="parameter"><code>start</code></em>
|
|
5057
5061
|
|
5058
5062
|
<a class="link" href="GtkTextBuffer.html#gtk-text-buffer-remove-tag" title="gtk_text_buffer_remove_tag ()"><code class="function">gtk_text_buffer_remove_tag()</code></a>.</p>
|
5059
5063
|
<div class="refsect3">
|
5060
|
-
<a name="
|
5064
|
+
<a name="GtkTextBuffer-remove-tag.parameters"></a><h4>Parameters</h4>
|
5061
5065
|
<div class="informaltable"><table width="100%" border="0">
|
5062
5066
|
<colgroup>
|
5063
5067
|
<col width="150px" class="parameters_name">
|
@@ -5102,6 +5106,6 @@ invalidate the <em class="parameter"><code>start</code></em>
|
|
5102
5106
|
</div>
|
5103
5107
|
</div>
|
5104
5108
|
<div class="footer">
|
5105
|
-
<hr>Generated by GTK-Doc V1.
|
5109
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
5106
5110
|
</body>
|
5107
5111
|
</html>
|