gtk2 0.90.2-x86-mingw32 → 0.90.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +54 -0
- data/Rakefile +10 -4
- data/ext/gtk2/depend +4 -2
- data/ext/gtk2/extconf.rb +18 -13
- data/ext/gtk2/rbgdkatom.c +1 -1
- data/ext/gtk2/rbgdkcairo.c +19 -8
- data/ext/gtk2/rbgdkproperty.c +1 -1
- data/ext/gtk2/rbgtkclipboard.c +0 -1
- data/ext/gtk2/rbgtkcombobox.c +1 -1
- data/ext/gtk2/rbgtkcontainer.c +3 -6
- data/ext/gtk2/rbgtkeditable.c +1 -1
- data/ext/gtk2/rbgtkfilechooser.c +17 -16
- data/ext/gtk2/rbgtkicontheme.c +1 -1
- data/ext/gtk2/rbgtkitemfactory.c +1 -1
- data/ext/gtk2/rbgtkpagesetupunixdialog.c +1 -1
- data/ext/gtk2/rbgtkpapersize.c +8 -8
- data/ext/gtk2/rbgtkprintsettings.c +34 -34
- data/ext/gtk2/rbgtkrc.c +3 -3
- data/ext/gtk2/rbgtkrecentchooserdialog.c +2 -2
- data/ext/gtk2/rbgtkselectiondata.c +2 -1
- data/ext/gtk2/rbgtktextbuffer.c +2 -2
- data/ext/gtk2/rbgtkwidget.c +4 -6
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/test/run-test.rb +3 -3
- data/vendor/local/bin/gdk-pixbuf-csource.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-query-loaders.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +35 -9
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libatk-1.0-0.dll +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgdk_pixbuf-2.0-0.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +2 -2
- data/vendor/local/include/atk-1.0/atk/atktext.h +1 -1
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-animation.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-core.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-enum-types.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-features.h +3 -3
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-io.h +5 -1
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-loader.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-marshal.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-simple-anim.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf-transform.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixbuf.h +0 -0
- data/vendor/local/include/{gtk-2.0 → gdk-pixbuf-2.0}/gdk-pixbuf/gdk-pixdata.h +0 -0
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gbufferedoutputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gcontenttype.h +18 -18
- data/vendor/local/include/glib-2.0/gio/gconverterinputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gconverteroutputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gcredentials.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +42 -25
- data/vendor/local/include/glib-2.0/gio/gdataoutputstream.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gdbusaddress.h +58 -0
- data/vendor/local/include/glib-2.0/gio/gdbusauthobserver.h +46 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +562 -0
- data/vendor/local/include/glib-2.0/gio/gdbuserror.h +100 -0
- data/vendor/local/include/glib-2.0/gio/gdbusintrospection.h +286 -0
- data/vendor/local/include/glib-2.0/gio/gdbusmessage.h +149 -0
- data/vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h +73 -0
- data/vendor/local/include/glib-2.0/gio/gdbusnameowning.h +112 -0
- data/vendor/local/include/glib-2.0/gio/gdbusnamewatching.h +94 -0
- data/vendor/local/include/glib-2.0/gio/gdbusproxy.h +167 -0
- data/vendor/local/include/glib-2.0/gio/gdbusserver.h +54 -0
- data/vendor/local/include/glib-2.0/gio/gdbusutils.h +44 -0
- data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +30 -9
- data/vendor/local/include/glib-2.0/gio/gioenums.h +526 -8
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +42 -0
- data/vendor/local/include/glib-2.0/gio/gioerror.h +4 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +36 -0
- data/vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkaddress.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkservice.h +2 -0
- data/vendor/local/include/glib-2.0/gio/gpermission.h +118 -0
- data/vendor/local/include/glib-2.0/gio/gproxy.h +123 -0
- data/vendor/local/include/glib-2.0/gio/gproxyaddress.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gproxyaddressenumerator.h +75 -0
- data/vendor/local/include/glib-2.0/gio/gproxyresolver.h +96 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +258 -0
- data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +138 -0
- data/vendor/local/include/glib-2.0/gio/gsimplepermission.h +45 -0
- data/vendor/local/include/glib-2.0/gio/gsocket.h +18 -0
- data/vendor/local/include/glib-2.0/gio/gsocketclient.h +22 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +7 -1
- data/vendor/local/include/glib-2.0/gio/gvolumemonitor.h +0 -1
- data/vendor/local/include/glib-2.0/gio/gzlibcompressor.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gzlibdecompressor.h +3 -0
- data/vendor/local/include/glib-2.0/glib-object.h +1 -0
- data/vendor/local/include/glib-2.0/glib.h +2 -0
- data/vendor/local/include/glib-2.0/glib/galloca.h +47 -0
- data/vendor/local/include/glib-2.0/glib/gatomic.h +25 -5
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +7 -7
- data/vendor/local/include/glib-2.0/glib/gbase64.h +22 -22
- data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +27 -3
- data/vendor/local/include/glib-2.0/glib/gcache.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gchecksum.h +20 -20
- data/vendor/local/include/glib-2.0/glib/gcompletion.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gconvert.h +26 -2
- data/vendor/local/include/glib-2.0/glib/gdatetime.h +217 -0
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +16 -0
- data/vendor/local/include/glib-2.0/glib/gmacros.h +7 -0
- data/vendor/local/include/glib-2.0/glib/gmain.h +305 -78
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gmem.h +107 -1
- data/vendor/local/include/glib-2.0/glib/gnode.h +4 -2
- data/vendor/local/include/glib-2.0/glib/gpoll.h +27 -3
- data/vendor/local/include/glib-2.0/glib/gregex.h +228 -0
- data/vendor/local/include/glib-2.0/glib/grel.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +27 -39
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +19 -14
- data/vendor/local/include/glib-2.0/glib/gthread.h +0 -1
- data/vendor/local/include/glib-2.0/glib/gtimezone.h +44 -0
- data/vendor/local/include/glib-2.0/glib/gunicode.h +18 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gvariant.h +25 -1
- data/vendor/local/include/glib-2.0/glib/gvarianttype.h +29 -0
- data/vendor/local/include/glib-2.0/gobject/gbinding.h +136 -0
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +18 -6
- data/vendor/local/include/glib-2.0/gobject/gmarshal.h +37 -20
- data/vendor/local/include/glib-2.0/gobject/gobject.h +5 -0
- data/vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c +48 -21
- data/vendor/local/include/glib-2.0/gobject/gparam.h +9 -4
- data/vendor/local/include/glib-2.0/gobject/gparamspecs.h +54 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +129 -1
- data/vendor/local/include/glib-2.0/gobject/gvaluecollector.h +6 -1
- data/vendor/local/include/glib-2.0/gobject/gvaluetypes.h +17 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkcolor.h +4 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkcursor.h +3 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +19 -18
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +18 -12
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +2 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkgc.h +6 -10
- data/vendor/local/include/gtk-2.0/gdk/gdkimage.h +24 -16
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +21 -8
- data/vendor/local/include/gtk-2.0/gdk/gdkkeys.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkkeysyms-compat.h +2208 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkkeysyms.h +2180 -2174
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkregion.h +12 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkrgb.h +10 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkscreen.h +6 -6
- data/vendor/local/include/gtk-2.0/gdk/gdkvisual.h +35 -17
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +62 -34
- data/vendor/local/include/gtk-2.0/gtk/gtkaccessible.h +4 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkassistant.h +32 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkbox.h +27 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkbuildable.h +49 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcalendar.h +1 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkdialog.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkentry.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkenums.h +10 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkexpander.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkfontsel.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkiconview.h +7 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkitem.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmenu.h +1 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkmessagedialog.h +30 -9
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +12 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkobject.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkstatusbar.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkstatusicon.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkstock.h +94 -94
- data/vendor/local/include/gtk-2.0/gtk/gtktable.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktextview.h +7 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktooltip.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktreemodel.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkviewport.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +23 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- data/vendor/local/lib/atk-1.0.def +1 -0
- data/vendor/local/lib/atk-1.0.lib +0 -0
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/{etc/gtk-2.0/gdk-pixbuf.loaders → lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache} +3 -2
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gdk_pixbuf-2.0.lib +0 -0
- data/vendor/local/lib/gio-2.0.def +345 -2
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.def +71 -0
- data/vendor/local/lib/glib-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +2 -2
- data/vendor/local/lib/gmodule-2.0.lib +0 -0
- data/vendor/local/lib/gobject-2.0.def +21 -0
- data/vendor/local/lib/gobject-2.0.lib +0 -0
- data/vendor/local/lib/gthread-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/intl.lib +0 -0
- data/vendor/local/lib/libatk-1.0.dll.a +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/atk.pc +2 -2
- data/vendor/local/lib/pkgconfig/gail.pc +2 -2
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +10 -5
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +3 -2
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +11 -0
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +3 -3
- data/vendor/local/manifest/atk-dev_1.32.0-1_win32.mft +37 -0
- data/vendor/local/manifest/atk_1.32.0-1_win32.mft +95 -0
- data/vendor/local/manifest/cairo-dev_1.10.0-1_win32.mft +83 -0
- data/vendor/local/manifest/cairo_1.10.0-1_win32.mft +5 -0
- data/vendor/local/manifest/expat-dev_2.0.1-1_win32.mft +10 -0
- data/vendor/local/manifest/expat_2.0.1-1_win32.mft +2 -0
- data/vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft +387 -0
- data/vendor/local/manifest/fontconfig_2.8.0-2_win32.mft +3 -0
- data/vendor/local/manifest/freetype-dev_2.4.2-1_win32.mft +56 -0
- data/vendor/local/manifest/freetype_2.4.2-1_win32.mft +2 -0
- data/vendor/local/manifest/gdk-pixbuf-dev_2.22.0-1_win32.mft +59 -0
- data/vendor/local/manifest/gdk-pixbuf_2.22.0-1_win32.mft +103 -0
- data/vendor/local/manifest/gettext-runtime-dev_0.18.1.1-2_win32.mft +81 -0
- data/vendor/local/manifest/gettext-runtime_0.18.1.1-2_win32.mft +3 -0
- data/vendor/local/manifest/glib-dev_2.26.0-2_win32.mft +570 -0
- data/vendor/local/manifest/glib_2.26.0-2_win32.mft +102 -0
- data/vendor/local/manifest/gtk+-dev_2.22.0-1_win32.mft +947 -0
- data/vendor/local/manifest/gtk+_2.22.0-1_win32.mft +225 -0
- data/vendor/local/manifest/libpng-dev_1.4.3-1_win32.mft +15 -0
- data/vendor/local/manifest/libpng_1.4.3-1_win32.mft +2 -0
- data/vendor/local/manifest/pango-dev_1.28.1-2_win32.mft +116 -0
- data/vendor/local/manifest/pango_1.28.1-2_win32.mft +8 -0
- data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +8 -0
- data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +2 -0
- data/vendor/local/share/aclocal/glib-gettext.m4 +2 -2
- data/vendor/local/share/doc/{glib-2.24.2 → glib-2.26.0}/COPYING +0 -0
- data/vendor/local/share/doc/{glib-dev-2.24.2 → glib-dev-2.26.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-2.20.1 → gtk+-2.22.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.20.1 → gtk+-dev-2.22.0}/COPYING +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +1 -4
- data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +3 -1
- data/vendor/local/share/glib-2.0/schemas/gschema.dtd +60 -0
- data/vendor/local/share/gtk-2.0/demo/assistant.c +53 -2
- data/vendor/local/share/gtk-2.0/demo/colorsel.c +8 -5
- data/vendor/local/share/gtk-2.0/demo/drawingarea.c +51 -70
- data/vendor/local/share/gtk-2.0/demo/pixbufs.c +6 -11
- data/vendor/local/share/gtk-2.0/demo/textview.c +1 -29
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +52 -52
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +30 -28
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +8 -7
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.sgml +1 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +8 -7
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +60 -108
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +34 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +3 -35
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +9 -13
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +7 -7
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +139 -131
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +115 -433
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +11 -48
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-animation.html +60 -77
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-creating.html +40 -73
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-loading.html +66 -83
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-file-saving.html +111 -117
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html +39 -191
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-inline.html +49 -55
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +31 -12
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-refcounting.html +19 -61
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-scaling.html +32 -203
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-util.html +28 -39
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp +13 -52
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +22 -84
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +18 -47
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.sgml +8 -79
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +17 -29
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +127 -95
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +192 -184
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +11 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +224 -0
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +383 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +179 -3
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -18
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +117 -55
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +88 -26
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +94 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +52 -34
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -111
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +337 -203
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +111 -111
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +74 -74
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +120 -120
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +209 -139
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +93 -89
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +189 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +375 -111
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +240 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +26 -26
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +100 -93
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +51 -48
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +26 -23
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +85 -50
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +128 -128
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +40 -40
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +21 -21
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +136 -133
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +326 -147
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +851 -404
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +86 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +45 -0
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +130 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +5 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +46 -0
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +21 -21
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +179 -166
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +276 -74
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +35 -35
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +114 -119
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +43 -47
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +67 -67
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +41 -41
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +70 -35
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +398 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +254 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +6211 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +1833 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +618 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +2050 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +1124 -0
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +373 -151
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +103 -107
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +158 -158
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +22 -22
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +935 -923
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +18 -13
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +71 -75
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +303 -275
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +32 -32
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +30 -30
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +31 -25
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +31 -25
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +58 -58
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +109 -109
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +26 -25
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +72 -72
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +120 -120
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +29 -29
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +90 -59
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +155 -155
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +76 -76
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +119 -39
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +100 -37
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +137 -131
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +560 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +312 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +348 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +301 -0
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +116 -116
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +54 -54
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +2424 -0
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +609 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +362 -148
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +107 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +612 -326
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +36 -36
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +470 -108
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +131 -46
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +48 -259
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +27 -26
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +123 -119
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +24 -24
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +165 -0
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +36 -36
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +298 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +222 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +65 -57
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +59 -51
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +39 -39
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +246 -61
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +36 -36
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +113 -113
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +67 -71
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +90 -18
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +56 -14
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +65 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +8 -12
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +21 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +1598 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +18 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2412 -661
- data/vendor/local/share/gtk-doc/html/gio/async.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +50 -14
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +14 -9
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +122 -22
- data/vendor/local/share/gtk-doc/html/gio/{ch19.html → ch24.html} +8 -8
- data/vendor/local/share/gtk-doc/html/gio/{ch20.html → ch25.html} +19 -19
- data/vendor/local/share/gtk-doc/html/gio/{ch20s02.html → ch25s02.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch20s03.html → ch25s03.html} +12 -12
- data/vendor/local/share/gtk-doc/html/gio/ch26.html +57 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s02.html +59 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s03.html +159 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s04.html +46 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s05.html +48 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s06.html +277 -0
- data/vendor/local/share/gtk-doc/html/gio/ch26s07.html +95 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +70 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +130 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +202 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s04.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s05.html +823 -0
- data/vendor/local/share/gtk-doc/html/gio/ch27s06.html +828 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +41 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +59 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +243 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +316 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +1117 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +216 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +35 -35
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +58 -50
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +98 -88
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +908 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +37 -31
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +97 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +50 -50
- data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +736 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +113 -122
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +666 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +26 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +53 -0
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +569 -68
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +692 -70
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +102 -0
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/index.html +137 -20
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +814 -96
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +32 -12
- data/vendor/local/share/gtk-doc/html/gio/networking.html +19 -7
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +39 -0
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +112 -15
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +8 -5
- data/vendor/local/share/gtk-doc/html/gio/settings.html +38 -0
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gio/tools.html +44 -0
- data/vendor/local/share/gtk-doc/html/gio/types.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/utils.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +77 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -7
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +5 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +359 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +10 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +8 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +82 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +393 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +52 -52
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +51 -51
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +75 -74
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +59 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +35 -35
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +37 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +39 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +69 -69
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +130 -223
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +114 -108
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +25 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +87 -84
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +61 -61
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +96 -96
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +30 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +33 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +98 -56
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +2201 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +239 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +736 -256
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +140 -91
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +59 -59
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +65 -65
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +91 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +72 -72
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +257 -73
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +27 -27
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +50 -50
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +37 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +70 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +14 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +44 -44
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +20 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +108 -63
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +151 -91
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +132 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +83 -81
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +34 -44
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +442 -345
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +40 -40
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +35 -35
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +72 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +46 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +35 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +130 -129
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +30 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +21 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +245 -232
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +104 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +171 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +422 -323
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +24 -24
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +135 -135
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +18 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +13 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +103 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +189 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +119 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +24 -24
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +32 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +53 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +94 -272
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +43 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +10 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +131 -32
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +174 -59
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +190 -73
- data/vendor/local/share/gtk-doc/html/glib/index.html +13 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +133 -4
- data/vendor/local/share/gtk-doc/html/glib/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +803 -0
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +21 -21
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -19
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +47 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +6 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +201 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +148 -4
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +28 -22
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +29 -17
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +45 -34
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +130 -73
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +43 -43
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +83 -73
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +35 -35
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +71 -71
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +558 -245
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +358 -92
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +391 -158
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +47 -44
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +42 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +48 -9
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +53 -9
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/index.html +15 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +53 -1
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +7 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +150 -141
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +58 -4
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +147 -149
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +125 -124
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +79 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +79 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +77 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +12 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +110 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +11 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +90 -80
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-gtkbuildable.html → GtkBuildable.html} +137 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +157 -150
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +96 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +283 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +234 -222
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +148 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +21 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +117 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +77 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +102 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +119 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +110 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +70 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +348 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +81 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +105 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +131 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +259 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +51 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +42 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +18 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +9 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +67 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +131 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +370 -207
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +131 -98
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +37 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +45 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +24 -9
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +121 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +172 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +44 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +43 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +108 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +131 -124
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +72 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +27 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +118 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +42 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +303 -231
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +133 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +89 -82
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +12 -10
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +12 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +43 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +223 -215
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +53 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +58 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +37 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +22 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +130 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +42 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +122 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +28 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +191 -162
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +37 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +48 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +34 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +27 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +216 -215
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +35 -48
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +110 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +183 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +65 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +613 -542
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +126 -92
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +254 -243
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +137 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +392 -231
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +32 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +73 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +79 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +59 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +147 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +37 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +219 -173
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +62 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +51 -48
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +41 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +111 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +545 -481
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +188 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +102 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +20 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +12 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +9 -8
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +36 -11
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +980 -810
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +407 -346
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +31 -8
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +49 -49
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -19
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +7 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +11 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +21 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +181 -0
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +123 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +151 -15
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-quit.png → application-exit.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-dialog-error.png → dialog-error.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-dialog-info.png → dialog-information.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-dialog-authentication.png → dialog-password.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-dialog-question.png → dialog-question.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-dialog-warning.png → dialog-warning.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-file.png → document-new.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-open.png → document-open.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print-preview.png → document-print-preview.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print.png → document-print.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-properties.png → document-properties.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-revert-to-saved-ltr.png → document-revert-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-revert-to-saved-rtl.png → document-revert-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-save-as.png → document-save-as.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-floppy.png → document-save.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-new.png → document-x-generic.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-harddisk.png → drive-harddisk.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-clear.png → edit-clear.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-copy.png → edit-copy.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-cut.png → edit-cut.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-delete.png → edit-delete.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-find-and-replace.png → edit-find-replace.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-find.png → edit-find.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-paste.png → edit-paste.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-redo-ltr.png → edit-redo-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-redo-rtl.png → edit-redo-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-select-all.png → edit-select-all.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-undo-ltr.png → edit-undo-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-undo-rtl.png → edit-undo-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-directory.png → folder.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-unindent-ltr.png → format-indent-less-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-unindent-rtl.png → format-indent-less-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-indent-ltr.png → format-indent-more-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-indent-rtl.png → format-indent-more-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-justify-center.png → format-justify-center.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-justify-fill.png → format-justify-fill.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-justify-left.png → format-justify-left.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-justify-right.png → format-justify-right.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-bold.png → format-text-bold.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-italic.png → format-text-italic.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-strikethrough.png → format-text-strikethrough.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-underline.png → format-text-underline.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-bottom.png → go-bottom.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-down.png → go-down.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-first-ltr.png → go-first-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-first-rtl.png → go-first-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-home.png → go-home.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-jump-to-ltr.png → go-jump-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-jump-to-rtl.png → go-jump-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-last-ltr.png → go-last-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-last-rtl.png → go-last-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-back-rtl.png → go-next-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-back-ltr.png → go-next-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-forward-rtl.png → go-previous-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-forward-ltr.png → go-previous-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-goto-top.png → go-top.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-go-up.png → go-up.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +61 -60
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +125 -123
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +124 -89
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +31 -28
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +190 -184
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkPaperSize.html +75 -73
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTextIter.html +335 -317
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +194 -184
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +111 -103
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +11 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +95 -92
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +155 -153
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +129 -128
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +57 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +109 -96
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +8 -27
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +12 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +35 -34
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-page-setup.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +116 -116
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +5 -37
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +76 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +102 -67
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-about.png → help-about.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-help.png → help-contents.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-missing-image.png → image-missing.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -5
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +58 -20
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-add.png → list-add.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-remove.png → list-remove.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-save.png → media-floppy.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-cdrom.png → media-optical.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-pause.png → media-playback-pause.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-play-ltr.png → media-playback-start-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-play-rtl.png → media-playback-start-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-stop.png → media-playback-stop.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-record.png → media-record.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-forward-rtl.png → media-seek-backward-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-forward-ltr.png → media-seek-backward-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-rewind-rtl.png → media-seek-forward-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-rewind-ltr.png → media-seek-forward-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-next-rtl.png → media-skip-backward-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-next-ltr.png → media-skip-backward-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-previous-rtl.png → media-skip-forward-ltr.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-media-previous-ltr.png → media-skip-forward-rtl.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-network.png → network-idle.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print-error.png → printer-error.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print-report.png → printer-info.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print-paused.png → printer-paused.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-print-warning.png → printer-warning.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-stop.png → process-stop.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +8 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-execute.png → system-run.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-spell-check.png → tools-check-spelling.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-fullscreen.png → view-fullscreen.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-refresh.png → view-refresh.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-leave-fullscreen.png → view-restore.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-sort-ascending.png → view-sort-ascending.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-sort-descending.png → view-sort-descending.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-close.png → window-close.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-zoom-fit.png → zoom-fit-best.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-zoom-in.png → zoom-in.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-zoom-100.png → zoom-original.png} +0 -0
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-zoom-out.png → zoom-out.png} +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/am/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/am/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/am/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ang/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ang/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/li/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/li/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/my/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/my/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nso/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/nso/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tk/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/tk/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-csource.1 +147 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +77 -0
- data/vendor/local/share/man/man1/glib-genmarshal.1 +9 -4
- data/vendor/local/share/man/man1/glib-mkenums.1 +17 -5
- data/vendor/local/share/man/man1/gobject-query.1 +4 -4
- data/vendor/local/src/tml/packaging/atk_1.32.0-1_win32.log +730 -0
- data/vendor/local/src/tml/packaging/{atk_1.30.0-2_win32.sh → atk_1.32.0-1_win32.sh} +8 -6
- data/vendor/local/src/tml/packaging/gdk-pixbuf_2.22.0-1_win32.log +934 -0
- data/vendor/local/src/tml/packaging/gdk-pixbuf_2.22.0-1_win32.sh +97 -0
- data/vendor/local/src/tml/packaging/{glib_2.24.2-2_win32.log → glib_2.26.0-2_win32.log} +1102 -837
- data/vendor/local/src/tml/packaging/glib_2.26.0-2_win32.sh +64 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.0-1_win32.log +5041 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.0-1_win32.sh +84 -0
- metadata +372 -154
- data/vendor/local/bin/pkg-config.exe +0 -0
- data/vendor/local/gtk+-bundle_2.20.1-20100912_win32.README.txt +0 -29
- data/vendor/local/manifest/gtk+-bundle_2.20.1-20100912_win32.mft +0 -2719
- data/vendor/local/share/aclocal/pkg.m4 +0 -155
- data/vendor/local/share/doc/gtk+-bundle_2.20.1-20100912_win32/components.lst +0 -24
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/apa.html +0 -66
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/apas02.html +0 -140
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/apas03.html +0 -174
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-from-drawables.html +0 -187
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-init.html +0 -132
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rendering.html +0 -422
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-xlib-rgb.html +0 -923
- data/vendor/local/share/gtk-doc/html/gtk/gtk-info.png +0 -0
- data/vendor/local/src/tml/packaging/atk_1.30.0-2_win32.log +0 -739
- data/vendor/local/src/tml/packaging/glib_2.24.2-2_win32.sh +0 -290
- data/vendor/local/src/tml/packaging/gtk+_2.20.1-3_win32.log +0 -5862
- data/vendor/local/src/tml/packaging/gtk+_2.20.1-3_win32.sh +0 -1736
- data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.log +0 -215
- data/vendor/local/src/tml/packaging/pkg-config_0.23-3_win32.sh +0 -278
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>Graphics Contexts</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.0">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ Reference Manual">
|
8
8
|
<link rel="up" href="gtkbase.html" title="Part II. GTK+ Core Reference">
|
9
9
|
<link rel="prev" href="gtk-Standard-Enumerations.html" title="Standard Enumerations">
|
10
10
|
<link rel="next" href="GtkStyle.html" title="Styles">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gtk/gtk.h>
|
42
42
|
|
43
|
-
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Graphics-Contexts.html#GdkGC"><span class="returnvalue">GdkGC</span></a>* <a class="link" href="gtk-Graphics-Contexts.html#gtk-gc-get" title="gtk_gc_get ()">gtk_gc_get</a> (<em class="parameter"><code><a href="/
|
43
|
+
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Graphics-Contexts.html#GdkGC"><span class="returnvalue">GdkGC</span></a>* <a class="link" href="gtk-Graphics-Contexts.html#gtk-gc-get" title="gtk_gc_get ()">gtk_gc_get</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> depth</code></em>,
|
44
44
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColormap"><span class="type">GdkColormap</span></a> *colormap</code></em>,
|
45
45
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Graphics-Contexts.html#GdkGCValues"><span class="type">GdkGCValues</span></a> *values</code></em>,
|
46
46
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Graphics-Contexts.html#GdkGCValuesMask"><span class="type">GdkGCValuesMask</span></a> values_mask</code></em>);
|
@@ -61,7 +61,7 @@ When the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Graphics-Conte
|
|
61
61
|
<a name="gtk-Graphics-Contexts.details"></a><h2>Details</h2>
|
62
62
|
<div class="refsect2" title="gtk_gc_get ()">
|
63
63
|
<a name="gtk-gc-get"></a><h3>gtk_gc_get ()</h3>
|
64
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Graphics-Contexts.html#GdkGC"><span class="returnvalue">GdkGC</span></a>* gtk_gc_get (<em class="parameter"><code><a href="/
|
64
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Graphics-Contexts.html#GdkGC"><span class="returnvalue">GdkGC</span></a>* gtk_gc_get (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> depth</code></em>,
|
65
65
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColormap"><span class="type">GdkColormap</span></a> *colormap</code></em>,
|
66
66
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Graphics-Contexts.html#GdkGCValues"><span class="type">GdkGCValues</span></a> *values</code></em>,
|
67
67
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Graphics-Contexts.html#GdkGCValuesMask"><span class="type">GdkGCValuesMask</span></a> values_mask</code></em>);</pre>
|
@@ -124,6 +124,6 @@ Releases a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Graphics-Con
|
|
124
124
|
</div>
|
125
125
|
<div class="footer">
|
126
126
|
<hr>
|
127
|
-
Generated by GTK-Doc V1.
|
127
|
+
Generated by GTK-Doc V1.15</div>
|
128
128
|
</body>
|
129
129
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkPaperSize</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.0">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ Reference Manual">
|
8
8
|
<link rel="up" href="Printing.html" title="Printing">
|
9
9
|
<link rel="prev" href="GtkPageSetup.html" title="GtkPageSetup">
|
10
10
|
<link rel="next" href="GtkPrinter.html" title="GtkPrinter">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -49,53 +49,53 @@ enum <a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="
|
|
49
49
|
#define <a class="link" href="gtk-GtkPaperSize.html#GTK-PAPER-NAME-LETTER:CAPS" title="GTK_PAPER_NAME_LETTER">GTK_PAPER_NAME_LETTER</a>
|
50
50
|
#define <a class="link" href="gtk-GtkPaperSize.html#GTK-PAPER-NAME-EXECUTIVE:CAPS" title="GTK_PAPER_NAME_EXECUTIVE">GTK_PAPER_NAME_EXECUTIVE</a>
|
51
51
|
#define <a class="link" href="gtk-GtkPaperSize.html#GTK-PAPER-NAME-LEGAL:CAPS" title="GTK_PAPER_NAME_LEGAL">GTK_PAPER_NAME_LEGAL</a>
|
52
|
-
<a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-new" title="gtk_paper_size_new ()">gtk_paper_size_new</a> (<em class="parameter"><code>const <a href="/
|
53
|
-
<a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-new-from-ppd" title="gtk_paper_size_new_from_ppd ()">gtk_paper_size_new_from_ppd</a> (<em class="parameter"><code>const <a href="/
|
54
|
-
<em class="parameter"><code>const <a href="/
|
55
|
-
<em class="parameter"><code><a href="/
|
56
|
-
<em class="parameter"><code><a href="/
|
57
|
-
<a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-new-custom" title="gtk_paper_size_new_custom ()">gtk_paper_size_new_custom</a> (<em class="parameter"><code>const <a href="/
|
58
|
-
<em class="parameter"><code>const <a href="/
|
59
|
-
<em class="parameter"><code><a href="/
|
60
|
-
<em class="parameter"><code><a href="/
|
52
|
+
<a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-new" title="gtk_paper_size_new ()">gtk_paper_size_new</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
|
53
|
+
<a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-new-from-ppd" title="gtk_paper_size_new_from_ppd ()">gtk_paper_size_new_from_ppd</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *ppd_name</code></em>,
|
54
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *ppd_display_name</code></em>,
|
55
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> width</code></em>,
|
56
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> height</code></em>);
|
57
|
+
<a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-new-custom" title="gtk_paper_size_new_custom ()">gtk_paper_size_new_custom</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
58
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *display_name</code></em>,
|
59
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> width</code></em>,
|
60
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> height</code></em>,
|
61
61
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
|
62
62
|
<a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-copy" title="gtk_paper_size_copy ()">gtk_paper_size_copy</a> (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *other</code></em>);
|
63
63
|
<span class="returnvalue">void</span> <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-free" title="gtk_paper_size_free ()">gtk_paper_size_free</a> (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);
|
64
|
-
<a href="/
|
64
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-is-equal" title="gtk_paper_size_is_equal ()">gtk_paper_size_is_equal</a> (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size1</code></em>,
|
65
65
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size2</code></em>);
|
66
|
-
<a href="/
|
67
|
-
const <a href="/
|
68
|
-
const <a href="/
|
69
|
-
const <a href="/
|
70
|
-
<a href="/
|
66
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-get-paper-sizes" title="gtk_paper_size_get_paper_sizes ()">gtk_paper_size_get_paper_sizes</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> include_custom</code></em>);
|
67
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-get-name" title="gtk_paper_size_get_name ()">gtk_paper_size_get_name</a> (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);
|
68
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-get-display-name" title="gtk_paper_size_get_display_name ()">gtk_paper_size_get_display_name</a> (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);
|
69
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-get-ppd-name" title="gtk_paper_size_get_ppd_name ()">gtk_paper_size_get_ppd_name</a> (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);
|
70
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-get-width" title="gtk_paper_size_get_width ()">gtk_paper_size_get_width</a> (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
71
71
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
|
72
|
-
<a href="/
|
72
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-get-height" title="gtk_paper_size_get_height ()">gtk_paper_size_get_height</a> (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
73
73
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
|
74
|
-
<a href="/
|
74
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-is-custom" title="gtk_paper_size_is_custom ()">gtk_paper_size_is_custom</a> (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);
|
75
75
|
<span class="returnvalue">void</span> <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-set-size" title="gtk_paper_size_set_size ()">gtk_paper_size_set_size</a> (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
76
|
-
<em class="parameter"><code><a href="/
|
77
|
-
<em class="parameter"><code><a href="/
|
76
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> width</code></em>,
|
77
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> height</code></em>,
|
78
78
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
|
79
|
-
<a href="/
|
79
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-get-default-top-margin" title="gtk_paper_size_get_default_top_margin ()">gtk_paper_size_get_default_top_margin</a>
|
80
80
|
(<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
81
81
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
|
82
|
-
<a href="/
|
82
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-get-default-bottom-margin" title="gtk_paper_size_get_default_bottom_margin ()">gtk_paper_size_get_default_bottom_margin</a>
|
83
83
|
(<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
84
84
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
|
85
|
-
<a href="/
|
85
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-get-default-left-margin" title="gtk_paper_size_get_default_left_margin ()">gtk_paper_size_get_default_left_margin</a>
|
86
86
|
(<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
87
87
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
|
88
|
-
<a href="/
|
88
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-get-default-right-margin" title="gtk_paper_size_get_default_right_margin ()">gtk_paper_size_get_default_right_margin</a>
|
89
89
|
(<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
90
90
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
|
91
|
-
const <a href="/
|
91
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-get-default" title="gtk_paper_size_get_default ()">gtk_paper_size_get_default</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
92
92
|
|
93
|
-
<a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-new-from-key-file" title="gtk_paper_size_new_from_key_file ()">gtk_paper_size_new_from_key_file</a> (<em class="parameter"><code><a href="/
|
94
|
-
<em class="parameter"><code>const <a href="/
|
95
|
-
<em class="parameter"><code><a href="/
|
93
|
+
<a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-new-from-key-file" title="gtk_paper_size_new_from_key_file ()">gtk_paper_size_new_from_key_file</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
94
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
95
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
|
96
96
|
<span class="returnvalue">void</span> <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-to-key-file" title="gtk_paper_size_to_key_file ()">gtk_paper_size_to_key_file</a> (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
97
|
-
<em class="parameter"><code><a href="/
|
98
|
-
<em class="parameter"><code>const <a href="/
|
97
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
98
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *group_name</code></em>);
|
99
99
|
</pre>
|
100
100
|
</div>
|
101
101
|
<div class="refsect1" title="Description">
|
@@ -205,14 +205,14 @@ Name for the Legal paper size.
|
|
205
205
|
<hr>
|
206
206
|
<div class="refsect2" title="gtk_paper_size_new ()">
|
207
207
|
<a name="gtk-paper-size-new"></a><h3>gtk_paper_size_new ()</h3>
|
208
|
-
<pre class="programlisting"><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * gtk_paper_size_new (<em class="parameter"><code>const <a href="/
|
208
|
+
<pre class="programlisting"><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * gtk_paper_size_new (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
|
209
209
|
<p>
|
210
210
|
Creates a new <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object by parsing a
|
211
211
|
<a class="ulink" href="ftp://ftp.pwg.org/pub/pwg/candidates/cs-pwgmsn10-20020226-5101.1.pdf" target="_top">PWG 5101.1-2002</a>
|
212
212
|
paper name.
|
213
213
|
</p>
|
214
214
|
<p>
|
215
|
-
If <em class="parameter"><code>name</code></em> is <a href="/
|
215
|
+
If <em class="parameter"><code>name</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the default paper size is returned,
|
216
216
|
see <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-get-default" title="gtk_paper_size_get_default ()"><code class="function">gtk_paper_size_get_default()</code></a>.
|
217
217
|
</p>
|
218
218
|
<div class="variablelist"><table border="0">
|
@@ -220,7 +220,8 @@ see <a class="link" href="gtk-GtkPaperSize.html#gtk-paper-size-get-default" titl
|
|
220
220
|
<tbody>
|
221
221
|
<tr>
|
222
222
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
223
|
-
<td> a paper size name, or <a href="/
|
223
|
+
<td> a paper size name, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
224
|
+
</td>
|
224
225
|
</tr>
|
225
226
|
<tr>
|
226
227
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -236,10 +237,10 @@ to free it
|
|
236
237
|
<hr>
|
237
238
|
<div class="refsect2" title="gtk_paper_size_new_from_ppd ()">
|
238
239
|
<a name="gtk-paper-size-new-from-ppd"></a><h3>gtk_paper_size_new_from_ppd ()</h3>
|
239
|
-
<pre class="programlisting"><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * gtk_paper_size_new_from_ppd (<em class="parameter"><code>const <a href="/
|
240
|
-
<em class="parameter"><code>const <a href="/
|
241
|
-
<em class="parameter"><code><a href="/
|
242
|
-
<em class="parameter"><code><a href="/
|
240
|
+
<pre class="programlisting"><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * gtk_paper_size_new_from_ppd (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *ppd_name</code></em>,
|
241
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *ppd_display_name</code></em>,
|
242
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> width</code></em>,
|
243
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> height</code></em>);</pre>
|
243
244
|
<p>
|
244
245
|
Creates a new <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object by using
|
245
246
|
PPD information.
|
@@ -286,10 +287,10 @@ to free it
|
|
286
287
|
<hr>
|
287
288
|
<div class="refsect2" title="gtk_paper_size_new_custom ()">
|
288
289
|
<a name="gtk-paper-size-new-custom"></a><h3>gtk_paper_size_new_custom ()</h3>
|
289
|
-
<pre class="programlisting"><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * gtk_paper_size_new_custom (<em class="parameter"><code>const <a href="/
|
290
|
-
<em class="parameter"><code>const <a href="/
|
291
|
-
<em class="parameter"><code><a href="/
|
292
|
-
<em class="parameter"><code><a href="/
|
290
|
+
<pre class="programlisting"><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * gtk_paper_size_new_custom (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
|
291
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *display_name</code></em>,
|
292
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> width</code></em>,
|
293
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> height</code></em>,
|
293
294
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
294
295
|
<p>
|
295
296
|
Creates a new <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object with the
|
@@ -379,7 +380,7 @@ Free the given <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="
|
|
379
380
|
<hr>
|
380
381
|
<div class="refsect2" title="gtk_paper_size_is_equal ()">
|
381
382
|
<a name="gtk-paper-size-is-equal"></a><h3>gtk_paper_size_is_equal ()</h3>
|
382
|
-
<pre class="programlisting"><a href="/
|
383
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_paper_size_is_equal (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size1</code></em>,
|
383
384
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size2</code></em>);</pre>
|
384
385
|
<p>
|
385
386
|
Compares two <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> objects.
|
@@ -399,7 +400,7 @@ Compares two <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="Gt
|
|
399
400
|
</tr>
|
400
401
|
<tr>
|
401
402
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
402
|
-
<td> <a href="/
|
403
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>size1</code></em> and <em class="parameter"><code>size2</code></em>
|
403
404
|
represent the same paper size
|
404
405
|
|
405
406
|
</td>
|
@@ -411,7 +412,7 @@ represent the same paper size
|
|
411
412
|
<hr>
|
412
413
|
<div class="refsect2" title="gtk_paper_size_get_paper_sizes ()">
|
413
414
|
<a name="gtk-paper-size-get-paper-sizes"></a><h3>gtk_paper_size_get_paper_sizes ()</h3>
|
414
|
-
<pre class="programlisting"><a href="/
|
415
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gtk_paper_size_get_paper_sizes (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> include_custom</code></em>);</pre>
|
415
416
|
<p>
|
416
417
|
Creates a list of known paper sizes.
|
417
418
|
</p>
|
@@ -427,8 +428,8 @@ Creates a list of known paper sizes.
|
|
427
428
|
<tr>
|
428
429
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
429
430
|
<td> a newly allocated list of newly
|
430
|
-
allocated <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> objects
|
431
|
-
|
431
|
+
allocated <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> objects. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkPaperSize][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym> GtkPaperSize]</span>
|
432
|
+
</td>
|
432
433
|
</tr>
|
433
434
|
</tbody>
|
434
435
|
</table></div>
|
@@ -437,7 +438,7 @@ Creates a list of known paper sizes.
|
|
437
438
|
<hr>
|
438
439
|
<div class="refsect2" title="gtk_paper_size_get_name ()">
|
439
440
|
<a name="gtk-paper-size-get-name"></a><h3>gtk_paper_size_get_name ()</h3>
|
440
|
-
<pre class="programlisting">const <a href="/
|
441
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_paper_size_get_name (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);</pre>
|
441
442
|
<p>
|
442
443
|
Gets the name of the <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>.
|
443
444
|
</p>
|
@@ -462,7 +463,7 @@ Gets the name of the <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" t
|
|
462
463
|
<hr>
|
463
464
|
<div class="refsect2" title="gtk_paper_size_get_display_name ()">
|
464
465
|
<a name="gtk-paper-size-get-display-name"></a><h3>gtk_paper_size_get_display_name ()</h3>
|
465
|
-
<pre class="programlisting">const <a href="/
|
466
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_paper_size_get_display_name (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);</pre>
|
466
467
|
<p>
|
467
468
|
Gets the human-readable name of the <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>.
|
468
469
|
</p>
|
@@ -487,10 +488,10 @@ Gets the human-readable name of the <a class="link" href="gtk-GtkPaperSize.html#
|
|
487
488
|
<hr>
|
488
489
|
<div class="refsect2" title="gtk_paper_size_get_ppd_name ()">
|
489
490
|
<a name="gtk-paper-size-get-ppd-name"></a><h3>gtk_paper_size_get_ppd_name ()</h3>
|
490
|
-
<pre class="programlisting">const <a href="/
|
491
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_paper_size_get_ppd_name (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);</pre>
|
491
492
|
<p>
|
492
493
|
Gets the PPD name of the <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>, which
|
493
|
-
may be <a href="/
|
494
|
+
may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
494
495
|
</p>
|
495
496
|
<div class="variablelist"><table border="0">
|
496
497
|
<col align="left" valign="top">
|
@@ -513,7 +514,7 @@ may be <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS
|
|
513
514
|
<hr>
|
514
515
|
<div class="refsect2" title="gtk_paper_size_get_width ()">
|
515
516
|
<a name="gtk-paper-size-get-width"></a><h3>gtk_paper_size_get_width ()</h3>
|
516
|
-
<pre class="programlisting"><a href="/
|
517
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> gtk_paper_size_get_width (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
517
518
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
518
519
|
<p>
|
519
520
|
Gets the paper width of the <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>, in
|
@@ -545,7 +546,7 @@ units of <em class="parameter"><code>unit</code></em>.
|
|
545
546
|
<hr>
|
546
547
|
<div class="refsect2" title="gtk_paper_size_get_height ()">
|
547
548
|
<a name="gtk-paper-size-get-height"></a><h3>gtk_paper_size_get_height ()</h3>
|
548
|
-
<pre class="programlisting"><a href="/
|
549
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> gtk_paper_size_get_height (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
549
550
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
550
551
|
<p>
|
551
552
|
Gets the paper height of the <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>, in
|
@@ -577,9 +578,9 @@ units of <em class="parameter"><code>unit</code></em>.
|
|
577
578
|
<hr>
|
578
579
|
<div class="refsect2" title="gtk_paper_size_is_custom ()">
|
579
580
|
<a name="gtk-paper-size-is-custom"></a><h3>gtk_paper_size_is_custom ()</h3>
|
580
|
-
<pre class="programlisting"><a href="/
|
581
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_paper_size_is_custom (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);</pre>
|
581
582
|
<p>
|
582
|
-
Returns <a href="/
|
583
|
+
Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>size</code></em> is not a standard paper size.
|
583
584
|
</p>
|
584
585
|
<div class="variablelist"><table border="0">
|
585
586
|
<col align="left" valign="top">
|
@@ -601,8 +602,8 @@ Returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAP
|
|
601
602
|
<div class="refsect2" title="gtk_paper_size_set_size ()">
|
602
603
|
<a name="gtk-paper-size-set-size"></a><h3>gtk_paper_size_set_size ()</h3>
|
603
604
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paper_size_set_size (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
604
|
-
<em class="parameter"><code><a href="/
|
605
|
-
<em class="parameter"><code><a href="/
|
605
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> width</code></em>,
|
606
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> height</code></em>,
|
606
607
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
607
608
|
<p>
|
608
609
|
Changes the dimensions of a <em class="parameter"><code>size</code></em> to <em class="parameter"><code>width</code></em> x <em class="parameter"><code>height</code></em>.
|
@@ -637,7 +638,7 @@ Changes the dimensions of a <em class="parameter"><code>size</code></em> to <em
|
|
637
638
|
<hr>
|
638
639
|
<div class="refsect2" title="gtk_paper_size_get_default_top_margin ()">
|
639
640
|
<a name="gtk-paper-size-get-default-top-margin"></a><h3>gtk_paper_size_get_default_top_margin ()</h3>
|
640
|
-
<pre class="programlisting"><a href="/
|
641
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> gtk_paper_size_get_default_top_margin
|
641
642
|
(<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
642
643
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
643
644
|
<p>
|
@@ -669,7 +670,7 @@ Gets the default top margin for the <a class="link" href="gtk-GtkPaperSize.html#
|
|
669
670
|
<hr>
|
670
671
|
<div class="refsect2" title="gtk_paper_size_get_default_bottom_margin ()">
|
671
672
|
<a name="gtk-paper-size-get-default-bottom-margin"></a><h3>gtk_paper_size_get_default_bottom_margin ()</h3>
|
672
|
-
<pre class="programlisting"><a href="/
|
673
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> gtk_paper_size_get_default_bottom_margin
|
673
674
|
(<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
674
675
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
675
676
|
<p>
|
@@ -701,7 +702,7 @@ Gets the default bottom margin for the <a class="link" href="gtk-GtkPaperSize.ht
|
|
701
702
|
<hr>
|
702
703
|
<div class="refsect2" title="gtk_paper_size_get_default_left_margin ()">
|
703
704
|
<a name="gtk-paper-size-get-default-left-margin"></a><h3>gtk_paper_size_get_default_left_margin ()</h3>
|
704
|
-
<pre class="programlisting"><a href="/
|
705
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> gtk_paper_size_get_default_left_margin
|
705
706
|
(<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
706
707
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
707
708
|
<p>
|
@@ -733,7 +734,7 @@ Gets the default left margin for the <a class="link" href="gtk-GtkPaperSize.html
|
|
733
734
|
<hr>
|
734
735
|
<div class="refsect2" title="gtk_paper_size_get_default_right_margin ()">
|
735
736
|
<a name="gtk-paper-size-get-default-right-margin"></a><h3>gtk_paper_size_get_default_right_margin ()</h3>
|
736
|
-
<pre class="programlisting"><a href="/
|
737
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> gtk_paper_size_get_default_right_margin
|
737
738
|
(<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
738
739
|
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
739
740
|
<p>
|
@@ -765,7 +766,7 @@ Gets the default right margin for the <a class="link" href="gtk-GtkPaperSize.htm
|
|
765
766
|
<hr>
|
766
767
|
<div class="refsect2" title="gtk_paper_size_get_default ()">
|
767
768
|
<a name="gtk-paper-size-get-default"></a><h3>gtk_paper_size_get_default ()</h3>
|
768
|
-
<pre class="programlisting">const <a href="/
|
769
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_paper_size_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
769
770
|
<p>
|
770
771
|
Returns the name of the default paper size, which
|
771
772
|
depends on the current locale.
|
@@ -785,9 +786,9 @@ is owned by GTK+ and should not be modified.
|
|
785
786
|
<hr>
|
786
787
|
<div class="refsect2" title="gtk_paper_size_new_from_key_file ()">
|
787
788
|
<a name="gtk-paper-size-new-from-key-file"></a><h3>gtk_paper_size_new_from_key_file ()</h3>
|
788
|
-
<pre class="programlisting"><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * gtk_paper_size_new_from_key_file (<em class="parameter"><code><a href="/
|
789
|
-
<em class="parameter"><code>const <a href="/
|
790
|
-
<em class="parameter"><code><a href="/
|
789
|
+
<pre class="programlisting"><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> * gtk_paper_size_new_from_key_file (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
790
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *group_name</code></em>,
|
791
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
791
792
|
<p>
|
792
793
|
Reads a paper size from the group <em class="parameter"><code>group_name</code></em> in the key file
|
793
794
|
<em class="parameter"><code>key_file</code></em>.
|
@@ -797,23 +798,24 @@ Reads a paper size from the group <em class="parameter"><code>group_name</code><
|
|
797
798
|
<tbody>
|
798
799
|
<tr>
|
799
800
|
<td><p><span class="term"><em class="parameter"><code>key_file</code></em> :</span></p></td>
|
800
|
-
<td>the <a href="/
|
801
|
+
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> to retrieve the papersize from
|
801
802
|
</td>
|
802
803
|
</tr>
|
803
804
|
<tr>
|
804
805
|
<td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
|
805
806
|
<td>the name ofthe group in the key file to read,
|
806
|
-
or <a href="/
|
807
|
+
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to read the first group
|
807
808
|
</td>
|
808
809
|
</tr>
|
809
810
|
<tr>
|
810
811
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
811
|
-
<td> return location for an error, or <a href="/
|
812
|
+
<td> return location for an error, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
813
|
+
</td>
|
812
814
|
</tr>
|
813
815
|
<tr>
|
814
816
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
815
817
|
<td> a new <a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> object with the restored
|
816
|
-
paper size, or <a href="/
|
818
|
+
paper size, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if an error occurred.
|
817
819
|
|
818
820
|
</td>
|
819
821
|
</tr>
|
@@ -825,8 +827,8 @@ Reads a paper size from the group <em class="parameter"><code>group_name</code><
|
|
825
827
|
<div class="refsect2" title="gtk_paper_size_to_key_file ()">
|
826
828
|
<a name="gtk-paper-size-to-key-file"></a><h3>gtk_paper_size_to_key_file ()</h3>
|
827
829
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paper_size_to_key_file (<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkPaperSize" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>,
|
828
|
-
<em class="parameter"><code><a href="/
|
829
|
-
<em class="parameter"><code>const <a href="/
|
830
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
|
831
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *group_name</code></em>);</pre>
|
830
832
|
<p>
|
831
833
|
This function adds the paper size from <em class="parameter"><code>size</code></em> to <em class="parameter"><code>key_file</code></em>.
|
832
834
|
</p>
|
@@ -840,7 +842,7 @@ This function adds the paper size from <em class="parameter"><code>size</code></
|
|
840
842
|
</tr>
|
841
843
|
<tr>
|
842
844
|
<td><p><span class="term"><em class="parameter"><code>key_file</code></em> :</span></p></td>
|
843
|
-
<td>the <a href="/
|
845
|
+
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> to save the paper size to
|
844
846
|
</td>
|
845
847
|
</tr>
|
846
848
|
<tr>
|
@@ -862,6 +864,6 @@ This function adds the paper size from <em class="parameter"><code>size</code></
|
|
862
864
|
</div>
|
863
865
|
<div class="footer">
|
864
866
|
<hr>
|
865
|
-
Generated by GTK-Doc V1.
|
867
|
+
Generated by GTK-Doc V1.15</div>
|
866
868
|
</body>
|
867
869
|
</html>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkTextIter</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.0">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ Reference Manual">
|
8
8
|
<link rel="up" href="TextWidgetObjects.html" title="Multiline Text Editor">
|
9
9
|
<link rel="prev" href="TextWidget.html" title="Text Widget Overview">
|
10
10
|
<link rel="next" href="GtkTextMark.html" title="GtkTextMark">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -44,169 +44,169 @@
|
|
44
44
|
<a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="returnvalue">GtkTextBuffer</span></a> * <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-buffer" title="gtk_text_iter_get_buffer ()">gtk_text_iter_get_buffer</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
45
45
|
<a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="returnvalue">GtkTextIter</span></a> * <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-copy" title="gtk_text_iter_copy ()">gtk_text_iter_copy</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
46
46
|
<span class="returnvalue">void</span> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-free" title="gtk_text_iter_free ()">gtk_text_iter_free</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
47
|
-
<a href="/
|
48
|
-
<a href="/
|
49
|
-
<a href="/
|
50
|
-
<a href="/
|
51
|
-
<a href="/
|
47
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-offset" title="gtk_text_iter_get_offset ()">gtk_text_iter_get_offset</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
48
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-line" title="gtk_text_iter_get_line ()">gtk_text_iter_get_line</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
49
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-line-offset" title="gtk_text_iter_get_line_offset ()">gtk_text_iter_get_line_offset</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
50
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-line-index" title="gtk_text_iter_get_line_index ()">gtk_text_iter_get_line_index</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
51
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-visible-line-index" title="gtk_text_iter_get_visible_line_index ()">gtk_text_iter_get_visible_line_index</a>
|
52
52
|
(<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
53
|
-
<a href="/
|
53
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-visible-line-offset" title="gtk_text_iter_get_visible_line_offset ()">gtk_text_iter_get_visible_line_offset</a>
|
54
54
|
(<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
55
|
-
<a href="/
|
56
|
-
<a href="/
|
55
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="returnvalue">gunichar</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-char" title="gtk_text_iter_get_char ()">gtk_text_iter_get_char</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
56
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-slice" title="gtk_text_iter_get_slice ()">gtk_text_iter_get_slice</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
57
57
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
58
|
-
<a href="/
|
58
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-text" title="gtk_text_iter_get_text ()">gtk_text_iter_get_text</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
59
59
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
60
|
-
<a href="/
|
60
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-visible-slice" title="gtk_text_iter_get_visible_slice ()">gtk_text_iter_get_visible_slice</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
61
61
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
62
|
-
<a href="/
|
62
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-visible-text" title="gtk_text_iter_get_visible_text ()">gtk_text_iter_get_visible_text</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
63
63
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
64
64
|
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a>* <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-pixbuf" title="gtk_text_iter_get_pixbuf ()">gtk_text_iter_get_pixbuf</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
65
|
-
<a href="/
|
66
|
-
<a href="/
|
67
|
-
<em class="parameter"><code><a href="/
|
65
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-marks" title="gtk_text_iter_get_marks ()">gtk_text_iter_get_marks</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
66
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-toggled-tags" title="gtk_text_iter_get_toggled_tags ()">gtk_text_iter_get_toggled_tags</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
67
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> toggled_on</code></em>);
|
68
68
|
<a class="link" href="GtkTextView.html#GtkTextChildAnchor"><span class="returnvalue">GtkTextChildAnchor</span></a>* <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-child-anchor" title="gtk_text_iter_get_child_anchor ()">gtk_text_iter_get_child_anchor</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
69
|
-
<a href="/
|
69
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-begins-tag" title="gtk_text_iter_begins_tag ()">gtk_text_iter_begins_tag</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
70
70
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);
|
71
|
-
<a href="/
|
71
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-ends-tag" title="gtk_text_iter_ends_tag ()">gtk_text_iter_ends_tag</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
72
72
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);
|
73
|
-
<a href="/
|
73
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-toggles-tag" title="gtk_text_iter_toggles_tag ()">gtk_text_iter_toggles_tag</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
74
74
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);
|
75
|
-
<a href="/
|
75
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-has-tag" title="gtk_text_iter_has_tag ()">gtk_text_iter_has_tag</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
76
76
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);
|
77
|
-
<a href="/
|
78
|
-
<a href="/
|
79
|
-
<em class="parameter"><code><a href="/
|
80
|
-
<a href="/
|
81
|
-
<em class="parameter"><code><a href="/
|
82
|
-
<a href="/
|
83
|
-
<a href="/
|
84
|
-
<a href="/
|
85
|
-
<a href="/
|
86
|
-
<a href="/
|
87
|
-
<a href="/
|
88
|
-
<a href="/
|
89
|
-
<a href="/
|
90
|
-
<a href="/
|
91
|
-
<a href="/
|
92
|
-
<a href="/
|
93
|
-
<a href="/
|
77
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-tags" title="gtk_text_iter_get_tags ()">gtk_text_iter_get_tags</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
78
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-editable" title="gtk_text_iter_editable ()">gtk_text_iter_editable</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
79
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_setting</code></em>);
|
80
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-can-insert" title="gtk_text_iter_can_insert ()">gtk_text_iter_can_insert</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
81
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_editability</code></em>);
|
82
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-starts-word" title="gtk_text_iter_starts_word ()">gtk_text_iter_starts_word</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
83
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-ends-word" title="gtk_text_iter_ends_word ()">gtk_text_iter_ends_word</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
84
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-inside-word" title="gtk_text_iter_inside_word ()">gtk_text_iter_inside_word</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
85
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-starts-line" title="gtk_text_iter_starts_line ()">gtk_text_iter_starts_line</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
86
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-ends-line" title="gtk_text_iter_ends_line ()">gtk_text_iter_ends_line</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
87
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-starts-sentence" title="gtk_text_iter_starts_sentence ()">gtk_text_iter_starts_sentence</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
88
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-ends-sentence" title="gtk_text_iter_ends_sentence ()">gtk_text_iter_ends_sentence</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
89
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-inside-sentence" title="gtk_text_iter_inside_sentence ()">gtk_text_iter_inside_sentence</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
90
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-is-cursor-position" title="gtk_text_iter_is_cursor_position ()">gtk_text_iter_is_cursor_position</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
91
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-chars-in-line" title="gtk_text_iter_get_chars_in_line ()">gtk_text_iter_get_chars_in_line</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
92
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-bytes-in-line" title="gtk_text_iter_get_bytes_in_line ()">gtk_text_iter_get_bytes_in_line</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
93
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-attributes" title="gtk_text_iter_get_attributes ()">gtk_text_iter_get_attributes</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
94
94
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> *values</code></em>);
|
95
95
|
<a href="/usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#PangoLanguage"><span class="returnvalue">PangoLanguage</span></a>* <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-language" title="gtk_text_iter_get_language ()">gtk_text_iter_get_language</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
96
|
-
<a href="/
|
97
|
-
<a href="/
|
98
|
-
<a href="/
|
99
|
-
<a href="/
|
100
|
-
<a href="/
|
101
|
-
<em class="parameter"><code><a href="/
|
102
|
-
<a href="/
|
103
|
-
<em class="parameter"><code><a href="/
|
104
|
-
<a href="/
|
105
|
-
<a href="/
|
106
|
-
<a href="/
|
107
|
-
<em class="parameter"><code><a href="/
|
108
|
-
<a href="/
|
109
|
-
<em class="parameter"><code><a href="/
|
110
|
-
<a href="/
|
111
|
-
<em class="parameter"><code><a href="/
|
112
|
-
<a href="/
|
113
|
-
<em class="parameter"><code><a href="/
|
114
|
-
<a href="/
|
115
|
-
<a href="/
|
116
|
-
<a href="/
|
96
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-is-end" title="gtk_text_iter_is_end ()">gtk_text_iter_is_end</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
97
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-is-start" title="gtk_text_iter_is_start ()">gtk_text_iter_is_start</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
98
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-char" title="gtk_text_iter_forward_char ()">gtk_text_iter_forward_char</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
99
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-char" title="gtk_text_iter_backward_char ()">gtk_text_iter_backward_char</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
100
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-chars" title="gtk_text_iter_forward_chars ()">gtk_text_iter_forward_chars</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
101
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
102
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-chars" title="gtk_text_iter_backward_chars ()">gtk_text_iter_backward_chars</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
103
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
104
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-line" title="gtk_text_iter_forward_line ()">gtk_text_iter_forward_line</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
105
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-line" title="gtk_text_iter_backward_line ()">gtk_text_iter_backward_line</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
106
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-lines" title="gtk_text_iter_forward_lines ()">gtk_text_iter_forward_lines</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
107
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
108
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-lines" title="gtk_text_iter_backward_lines ()">gtk_text_iter_backward_lines</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
109
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
110
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-word-ends" title="gtk_text_iter_forward_word_ends ()">gtk_text_iter_forward_word_ends</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
111
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
112
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-word-starts" title="gtk_text_iter_backward_word_starts ()">gtk_text_iter_backward_word_starts</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
113
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
114
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-word-end" title="gtk_text_iter_forward_word_end ()">gtk_text_iter_forward_word_end</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
115
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-word-start" title="gtk_text_iter_backward_word_start ()">gtk_text_iter_backward_word_start</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
116
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-cursor-position" title="gtk_text_iter_forward_cursor_position ()">gtk_text_iter_forward_cursor_position</a>
|
117
117
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
118
|
-
<a href="/
|
118
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-cursor-position" title="gtk_text_iter_backward_cursor_position ()">gtk_text_iter_backward_cursor_position</a>
|
119
119
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
120
|
-
<a href="/
|
120
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-cursor-positions" title="gtk_text_iter_forward_cursor_positions ()">gtk_text_iter_forward_cursor_positions</a>
|
121
121
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
122
|
-
<em class="parameter"><code><a href="/
|
123
|
-
<a href="/
|
122
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
123
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-cursor-positions" title="gtk_text_iter_backward_cursor_positions ()">gtk_text_iter_backward_cursor_positions</a>
|
124
124
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
125
|
-
<em class="parameter"><code><a href="/
|
126
|
-
<a href="/
|
125
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
126
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-sentence-start" title="gtk_text_iter_backward_sentence_start ()">gtk_text_iter_backward_sentence_start</a>
|
127
127
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
128
|
-
<a href="/
|
128
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-sentence-starts" title="gtk_text_iter_backward_sentence_starts ()">gtk_text_iter_backward_sentence_starts</a>
|
129
129
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
130
|
-
<em class="parameter"><code><a href="/
|
131
|
-
<a href="/
|
132
|
-
<a href="/
|
133
|
-
<em class="parameter"><code><a href="/
|
134
|
-
<a href="/
|
130
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
131
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-sentence-end" title="gtk_text_iter_forward_sentence_end ()">gtk_text_iter_forward_sentence_end</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
132
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-sentence-ends" title="gtk_text_iter_forward_sentence_ends ()">gtk_text_iter_forward_sentence_ends</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
133
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
134
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-visible-word-ends" title="gtk_text_iter_forward_visible_word_ends ()">gtk_text_iter_forward_visible_word_ends</a>
|
135
135
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
136
|
-
<em class="parameter"><code><a href="/
|
137
|
-
<a href="/
|
136
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
137
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-visible-word-starts" title="gtk_text_iter_backward_visible_word_starts ()">gtk_text_iter_backward_visible_word_starts</a>
|
138
138
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
139
|
-
<em class="parameter"><code><a href="/
|
140
|
-
<a href="/
|
139
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
140
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-visible-word-end" title="gtk_text_iter_forward_visible_word_end ()">gtk_text_iter_forward_visible_word_end</a>
|
141
141
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
142
|
-
<a href="/
|
142
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-visible-word-start" title="gtk_text_iter_backward_visible_word_start ()">gtk_text_iter_backward_visible_word_start</a>
|
143
143
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
144
|
-
<a href="/
|
144
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-visible-cursor-position" title="gtk_text_iter_forward_visible_cursor_position ()">gtk_text_iter_forward_visible_cursor_position</a>
|
145
145
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
146
|
-
<a href="/
|
146
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-visible-cursor-position" title="gtk_text_iter_backward_visible_cursor_position ()">gtk_text_iter_backward_visible_cursor_position</a>
|
147
147
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
148
|
-
<a href="/
|
148
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-visible-cursor-positions" title="gtk_text_iter_forward_visible_cursor_positions ()">gtk_text_iter_forward_visible_cursor_positions</a>
|
149
149
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
150
|
-
<em class="parameter"><code><a href="/
|
151
|
-
<a href="/
|
150
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
151
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-visible-cursor-positions" title="gtk_text_iter_backward_visible_cursor_positions ()">gtk_text_iter_backward_visible_cursor_positions</a>
|
152
152
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
153
|
-
<em class="parameter"><code><a href="/
|
154
|
-
<a href="/
|
155
|
-
<a href="/
|
156
|
-
<a href="/
|
157
|
-
<em class="parameter"><code><a href="/
|
158
|
-
<a href="/
|
153
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
154
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-visible-line" title="gtk_text_iter_forward_visible_line ()">gtk_text_iter_forward_visible_line</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
155
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-visible-line" title="gtk_text_iter_backward_visible_line ()">gtk_text_iter_backward_visible_line</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
156
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-visible-lines" title="gtk_text_iter_forward_visible_lines ()">gtk_text_iter_forward_visible_lines</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
157
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
158
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-visible-lines" title="gtk_text_iter_backward_visible_lines ()">gtk_text_iter_backward_visible_lines</a>
|
159
159
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
160
|
-
<em class="parameter"><code><a href="/
|
160
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);
|
161
161
|
<span class="returnvalue">void</span> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-set-offset" title="gtk_text_iter_set_offset ()">gtk_text_iter_set_offset</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
162
|
-
<em class="parameter"><code><a href="/
|
162
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> char_offset</code></em>);
|
163
163
|
<span class="returnvalue">void</span> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-set-line" title="gtk_text_iter_set_line ()">gtk_text_iter_set_line</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
164
|
-
<em class="parameter"><code><a href="/
|
164
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> line_number</code></em>);
|
165
165
|
<span class="returnvalue">void</span> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-set-line-offset" title="gtk_text_iter_set_line_offset ()">gtk_text_iter_set_line_offset</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
166
|
-
<em class="parameter"><code><a href="/
|
166
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> char_on_line</code></em>);
|
167
167
|
<span class="returnvalue">void</span> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-set-line-index" title="gtk_text_iter_set_line_index ()">gtk_text_iter_set_line_index</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
168
|
-
<em class="parameter"><code><a href="/
|
168
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> byte_on_line</code></em>);
|
169
169
|
<span class="returnvalue">void</span> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-set-visible-line-index" title="gtk_text_iter_set_visible_line_index ()">gtk_text_iter_set_visible_line_index</a>
|
170
170
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
171
|
-
<em class="parameter"><code><a href="/
|
171
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> byte_on_line</code></em>);
|
172
172
|
<span class="returnvalue">void</span> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-set-visible-line-offset" title="gtk_text_iter_set_visible_line_offset ()">gtk_text_iter_set_visible_line_offset</a>
|
173
173
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
174
|
-
<em class="parameter"><code><a href="/
|
174
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> char_on_line</code></em>);
|
175
175
|
<span class="returnvalue">void</span> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-to-end" title="gtk_text_iter_forward_to_end ()">gtk_text_iter_forward_to_end</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
176
|
-
<a href="/
|
177
|
-
<a href="/
|
176
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-to-line-end" title="gtk_text_iter_forward_to_line_end ()">gtk_text_iter_forward_to_line_end</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);
|
177
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-to-tag-toggle" title="gtk_text_iter_forward_to_tag_toggle ()">gtk_text_iter_forward_to_tag_toggle</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
178
178
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);
|
179
|
-
<a href="/
|
179
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-to-tag-toggle" title="gtk_text_iter_backward_to_tag_toggle ()">gtk_text_iter_backward_to_tag_toggle</a>
|
180
180
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
181
181
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);
|
182
|
-
<a href="/
|
183
|
-
<em class="parameter"><code><a href="/
|
184
|
-
<a href="/
|
182
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (<a class="link" href="gtk-GtkTextIter.html#GtkTextCharPredicate" title="GtkTextCharPredicate ()">*GtkTextCharPredicate</a>) (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> ch</code></em>,
|
183
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
|
184
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-find-char" title="gtk_text_iter_forward_find_char ()">gtk_text_iter_forward_find_char</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
185
185
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextCharPredicate" title="GtkTextCharPredicate ()"><span class="type">GtkTextCharPredicate</span></a> pred</code></em>,
|
186
|
-
<em class="parameter"><code><a href="/
|
186
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
187
187
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *limit</code></em>);
|
188
|
-
<a href="/
|
188
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-find-char" title="gtk_text_iter_backward_find_char ()">gtk_text_iter_backward_find_char</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
189
189
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextCharPredicate" title="GtkTextCharPredicate ()"><span class="type">GtkTextCharPredicate</span></a> pred</code></em>,
|
190
|
-
<em class="parameter"><code><a href="/
|
190
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
191
191
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *limit</code></em>);
|
192
192
|
enum <a class="link" href="gtk-GtkTextIter.html#GtkTextSearchFlags" title="enum GtkTextSearchFlags">GtkTextSearchFlags</a>;
|
193
|
-
<a href="/
|
194
|
-
<em class="parameter"><code>const <a href="/
|
193
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-search" title="gtk_text_iter_forward_search ()">gtk_text_iter_forward_search</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
194
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
195
195
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextSearchFlags" title="enum GtkTextSearchFlags"><span class="type">GtkTextSearchFlags</span></a> flags</code></em>,
|
196
196
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
|
197
197
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
|
198
198
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *limit</code></em>);
|
199
|
-
<a href="/
|
200
|
-
<em class="parameter"><code>const <a href="/
|
199
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-search" title="gtk_text_iter_backward_search ()">gtk_text_iter_backward_search</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
200
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
201
201
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextSearchFlags" title="enum GtkTextSearchFlags"><span class="type">GtkTextSearchFlags</span></a> flags</code></em>,
|
202
202
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
|
203
203
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
|
204
204
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *limit</code></em>);
|
205
|
-
<a href="/
|
205
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-equal" title="gtk_text_iter_equal ()">gtk_text_iter_equal</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *lhs</code></em>,
|
206
206
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *rhs</code></em>);
|
207
|
-
<a href="/
|
207
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-compare" title="gtk_text_iter_compare ()">gtk_text_iter_compare</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *lhs</code></em>,
|
208
208
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *rhs</code></em>);
|
209
|
-
<a href="/
|
209
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-in-range" title="gtk_text_iter_in_range ()">gtk_text_iter_in_range</a> (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
210
210
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
211
211
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);
|
212
212
|
<span class="returnvalue">void</span> <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-order" title="gtk_text_iter_order ()">gtk_text_iter_order</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *first</code></em>,
|
@@ -254,7 +254,8 @@ Returns the <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><spa
|
|
254
254
|
</tr>
|
255
255
|
<tr>
|
256
256
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
257
|
-
<td> the buffer. <acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym
|
257
|
+
<td> the buffer. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
258
|
+
</td>
|
258
259
|
</tr>
|
259
260
|
</tbody>
|
260
261
|
</table></div>
|
@@ -307,7 +308,7 @@ simply be allocated on the stack.
|
|
307
308
|
<hr>
|
308
309
|
<div class="refsect2" title="gtk_text_iter_get_offset ()">
|
309
310
|
<a name="gtk-text-iter-get-offset"></a><h3>gtk_text_iter_get_offset ()</h3>
|
310
|
-
<pre class="programlisting"><a href="/
|
311
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_iter_get_offset (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
311
312
|
<p>
|
312
313
|
Returns the character offset of an iterator.
|
313
314
|
Each character in a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> has an offset,
|
@@ -334,7 +335,7 @@ offset back into an iterator.
|
|
334
335
|
<hr>
|
335
336
|
<div class="refsect2" title="gtk_text_iter_get_line ()">
|
336
337
|
<a name="gtk-text-iter-get-line"></a><h3>gtk_text_iter_get_line ()</h3>
|
337
|
-
<pre class="programlisting"><a href="/
|
338
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_iter_get_line (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
338
339
|
<p>
|
339
340
|
Returns the line number containing the iterator. Lines in
|
340
341
|
a <a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> are numbered beginning with 0 for the first
|
@@ -359,7 +360,7 @@ line in the buffer.
|
|
359
360
|
<hr>
|
360
361
|
<div class="refsect2" title="gtk_text_iter_get_line_offset ()">
|
361
362
|
<a name="gtk-text-iter-get-line-offset"></a><h3>gtk_text_iter_get_line_offset ()</h3>
|
362
|
-
<pre class="programlisting"><a href="/
|
363
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_iter_get_line_offset (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
363
364
|
<p>
|
364
365
|
Returns the character offset of the iterator,
|
365
366
|
counting from the start of a newline-terminated line.
|
@@ -384,7 +385,7 @@ The first character on the line has offset 0.
|
|
384
385
|
<hr>
|
385
386
|
<div class="refsect2" title="gtk_text_iter_get_line_index ()">
|
386
387
|
<a name="gtk-text-iter-get-line-index"></a><h3>gtk_text_iter_get_line_index ()</h3>
|
387
|
-
<pre class="programlisting"><a href="/
|
388
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_iter_get_line_index (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
388
389
|
<p>
|
389
390
|
Returns the byte index of the iterator, counting
|
390
391
|
from the start of a newline-terminated line.
|
@@ -411,7 +412,7 @@ number of bytes to represent.
|
|
411
412
|
<hr>
|
412
413
|
<div class="refsect2" title="gtk_text_iter_get_visible_line_index ()">
|
413
414
|
<a name="gtk-text-iter-get-visible-line-index"></a><h3>gtk_text_iter_get_visible_line_index ()</h3>
|
414
|
-
<pre class="programlisting"><a href="/
|
415
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_iter_get_visible_line_index
|
415
416
|
(<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
416
417
|
<p>
|
417
418
|
Returns the number of bytes from the start of the
|
@@ -438,7 +439,7 @@ toggled on.
|
|
438
439
|
<hr>
|
439
440
|
<div class="refsect2" title="gtk_text_iter_get_visible_line_offset ()">
|
440
441
|
<a name="gtk-text-iter-get-visible-line-offset"></a><h3>gtk_text_iter_get_visible_line_offset ()</h3>
|
441
|
-
<pre class="programlisting"><a href="/
|
442
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_iter_get_visible_line_offset
|
442
443
|
(<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
443
444
|
<p>
|
444
445
|
Returns the offset in characters from the start of the
|
@@ -465,7 +466,7 @@ toggled on.
|
|
465
466
|
<hr>
|
466
467
|
<div class="refsect2" title="gtk_text_iter_get_char ()">
|
467
468
|
<a name="gtk-text-iter-get-char"></a><h3>gtk_text_iter_get_char ()</h3>
|
468
|
-
<pre class="programlisting"><a href="/
|
469
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="returnvalue">gunichar</span></a> gtk_text_iter_get_char (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
469
470
|
<p>
|
470
471
|
Returns the Unicode character at this iterator. (Equivalent to
|
471
472
|
operator* on a C++ iterator.) If the element at this iterator is a
|
@@ -494,7 +495,7 @@ returns 0.
|
|
494
495
|
<hr>
|
495
496
|
<div class="refsect2" title="gtk_text_iter_get_slice ()">
|
496
497
|
<a name="gtk-text-iter-get-slice"></a><h3>gtk_text_iter_get_slice ()</h3>
|
497
|
-
<pre class="programlisting"><a href="/
|
498
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_text_iter_get_slice (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
498
499
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
499
500
|
<p>
|
500
501
|
Returns the text in the given range. A "slice" is an array of
|
@@ -530,7 +531,7 @@ widget is in the buffer.
|
|
530
531
|
<hr>
|
531
532
|
<div class="refsect2" title="gtk_text_iter_get_text ()">
|
532
533
|
<a name="gtk-text-iter-get-text"></a><h3>gtk_text_iter_get_text ()</h3>
|
533
|
-
<pre class="programlisting"><a href="/
|
534
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_text_iter_get_text (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
534
535
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
535
536
|
<p>
|
536
537
|
Returns <span class="emphasis"><em>text</em></span> in the given range. If the range
|
@@ -563,7 +564,7 @@ byte offsets in the buffer. If you want offsets to correspond, see
|
|
563
564
|
<hr>
|
564
565
|
<div class="refsect2" title="gtk_text_iter_get_visible_slice ()">
|
565
566
|
<a name="gtk-text-iter-get-visible-slice"></a><h3>gtk_text_iter_get_visible_slice ()</h3>
|
566
|
-
<pre class="programlisting"><a href="/
|
567
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_text_iter_get_visible_slice (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
567
568
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
568
569
|
<p>
|
569
570
|
Like <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-slice" title="gtk_text_iter_get_slice ()"><code class="function">gtk_text_iter_get_slice()</code></a>, but invisible text is not included.
|
@@ -594,7 +595,7 @@ Invisible text is usually invisible because a <a class="link" href="GtkTextTag.h
|
|
594
595
|
<hr>
|
595
596
|
<div class="refsect2" title="gtk_text_iter_get_visible_text ()">
|
596
597
|
<a name="gtk-text-iter-get-visible-text"></a><h3>gtk_text_iter_get_visible_text ()</h3>
|
597
|
-
<pre class="programlisting"><a href="/
|
598
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_text_iter_get_visible_text (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
598
599
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
599
600
|
<p>
|
600
601
|
Like <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-text" title="gtk_text_iter_get_text ()"><code class="function">gtk_text_iter_get_text()</code></a>, but invisible text is not included.
|
@@ -629,7 +630,7 @@ Invisible text is usually invisible because a <a class="link" href="GtkTextTag.h
|
|
629
630
|
<p>
|
630
631
|
If the element at <em class="parameter"><code>iter</code></em> is a pixbuf, the pixbuf is returned
|
631
632
|
(with no new reference count added). Otherwise,
|
632
|
-
<a href="/
|
633
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.
|
633
634
|
</p>
|
634
635
|
<div class="variablelist"><table border="0">
|
635
636
|
<col align="left" valign="top">
|
@@ -641,7 +642,8 @@ If the element at <em class="parameter"><code>iter</code></em> is a pixbuf, the
|
|
641
642
|
</tr>
|
642
643
|
<tr>
|
643
644
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
644
|
-
<td> the pixbuf at <em class="parameter"><code>iter</code></em>. <acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym
|
645
|
+
<td> the pixbuf at <em class="parameter"><code>iter</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
646
|
+
</td>
|
645
647
|
</tr>
|
646
648
|
</tbody>
|
647
649
|
</table></div>
|
@@ -649,7 +651,7 @@ If the element at <em class="parameter"><code>iter</code></em> is a pixbuf, the
|
|
649
651
|
<hr>
|
650
652
|
<div class="refsect2" title="gtk_text_iter_get_marks ()">
|
651
653
|
<a name="gtk-text-iter-get-marks"></a><h3>gtk_text_iter_get_marks ()</h3>
|
652
|
-
<pre class="programlisting"><a href="/
|
654
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * gtk_text_iter_get_marks (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
653
655
|
<p>
|
654
656
|
Returns a list of all <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a> at this location. Because marks
|
655
657
|
are not iterable (they don't take up any "space" in the buffer,
|
@@ -667,7 +669,8 @@ meaningful order.
|
|
667
669
|
</tr>
|
668
670
|
<tr>
|
669
671
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
670
|
-
<td> list of <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a>. <acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkTextMark
|
672
|
+
<td> list of <a class="link" href="GtkTextMark.html" title="GtkTextMark"><span class="type">GtkTextMark</span></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkTextMark][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym> GtkTextMark]</span>
|
673
|
+
</td>
|
671
674
|
</tr>
|
672
675
|
</tbody>
|
673
676
|
</table></div>
|
@@ -675,11 +678,11 @@ meaningful order.
|
|
675
678
|
<hr>
|
676
679
|
<div class="refsect2" title="gtk_text_iter_get_toggled_tags ()">
|
677
680
|
<a name="gtk-text-iter-get-toggled-tags"></a><h3>gtk_text_iter_get_toggled_tags ()</h3>
|
678
|
-
<pre class="programlisting"><a href="/
|
679
|
-
<em class="parameter"><code><a href="/
|
681
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * gtk_text_iter_get_toggled_tags (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
682
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> toggled_on</code></em>);</pre>
|
680
683
|
<p>
|
681
684
|
Returns a list of <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> that are toggled on or off at this
|
682
|
-
point. (If <em class="parameter"><code>toggled_on</code></em> is <a href="/
|
685
|
+
point. (If <em class="parameter"><code>toggled_on</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, the list contains tags that are
|
683
686
|
toggled on.) If a tag is toggled on at <em class="parameter"><code>iter</code></em>, then some non-empty
|
684
687
|
range of characters following <em class="parameter"><code>iter</code></em> has that tag applied to it. If
|
685
688
|
a tag is toggled off, then some non-empty range following <em class="parameter"><code>iter</code></em>
|
@@ -696,12 +699,13 @@ does <span class="emphasis"><em>not</em></span> have the tag applied to it.
|
|
696
699
|
<tr>
|
697
700
|
<td><p><span class="term"><em class="parameter"><code>toggled_on</code></em> :</span></p></td>
|
698
701
|
<td>
|
699
|
-
<a href="/
|
702
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to get toggled-on tags
|
700
703
|
</td>
|
701
704
|
</tr>
|
702
705
|
<tr>
|
703
706
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
704
|
-
<td> tags toggled at this point. <acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkTextTag
|
707
|
+
<td> tags toggled at this point. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkTextTag][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym> GtkTextTag]</span>
|
708
|
+
</td>
|
705
709
|
</tr>
|
706
710
|
</tbody>
|
707
711
|
</table></div>
|
@@ -713,7 +717,7 @@ does <span class="emphasis"><em>not</em></span> have the tag applied to it.
|
|
713
717
|
<p>
|
714
718
|
If the location at <em class="parameter"><code>iter</code></em> contains a child anchor, the
|
715
719
|
anchor is returned (with no new reference count added). Otherwise,
|
716
|
-
<a href="/
|
720
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.
|
717
721
|
</p>
|
718
722
|
<div class="variablelist"><table border="0">
|
719
723
|
<col align="left" valign="top">
|
@@ -734,12 +738,12 @@ anchor is returned (with no new reference count added). Otherwise,
|
|
734
738
|
<hr>
|
735
739
|
<div class="refsect2" title="gtk_text_iter_begins_tag ()">
|
736
740
|
<a name="gtk-text-iter-begins-tag"></a><h3>gtk_text_iter_begins_tag ()</h3>
|
737
|
-
<pre class="programlisting"><a href="/
|
741
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_begins_tag (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
738
742
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);</pre>
|
739
743
|
<p>
|
740
|
-
Returns <a href="/
|
741
|
-
is <a href="/
|
742
|
-
that the <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-begins-tag" title="gtk_text_iter_begins_tag ()"><code class="function">gtk_text_iter_begins_tag()</code></a> returns <a href="/
|
744
|
+
Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tag</code></em> is toggled on at exactly this point. If <em class="parameter"><code>tag</code></em>
|
745
|
+
is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if any tag is toggled on at this point. Note
|
746
|
+
that the <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-begins-tag" title="gtk_text_iter_begins_tag ()"><code class="function">gtk_text_iter_begins_tag()</code></a> returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> is the
|
743
747
|
<span class="emphasis"><em>start</em></span> of the tagged range;
|
744
748
|
<a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-has-tag" title="gtk_text_iter_has_tag ()"><code class="function">gtk_text_iter_has_tag()</code></a> tells you whether an iterator is
|
745
749
|
<span class="emphasis"><em>within</em></span> a tagged range.
|
@@ -754,7 +758,8 @@ that the <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-begins-tag" ti
|
|
754
758
|
</tr>
|
755
759
|
<tr>
|
756
760
|
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
|
757
|
-
<td> a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>, or <a href="/
|
761
|
+
<td> a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
762
|
+
</td>
|
758
763
|
</tr>
|
759
764
|
<tr>
|
760
765
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -767,12 +772,12 @@ that the <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-begins-tag" ti
|
|
767
772
|
<hr>
|
768
773
|
<div class="refsect2" title="gtk_text_iter_ends_tag ()">
|
769
774
|
<a name="gtk-text-iter-ends-tag"></a><h3>gtk_text_iter_ends_tag ()</h3>
|
770
|
-
<pre class="programlisting"><a href="/
|
775
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_ends_tag (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
771
776
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);</pre>
|
772
777
|
<p>
|
773
|
-
Returns <a href="/
|
774
|
-
is <a href="/
|
775
|
-
that the <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-ends-tag" title="gtk_text_iter_ends_tag ()"><code class="function">gtk_text_iter_ends_tag()</code></a> returns <a href="/
|
778
|
+
Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>tag</code></em> is toggled off at exactly this point. If <em class="parameter"><code>tag</code></em>
|
779
|
+
is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if any tag is toggled off at this point. Note
|
780
|
+
that the <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-ends-tag" title="gtk_text_iter_ends_tag ()"><code class="function">gtk_text_iter_ends_tag()</code></a> returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> is the
|
776
781
|
<span class="emphasis"><em>end</em></span> of the tagged range;
|
777
782
|
<a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-has-tag" title="gtk_text_iter_has_tag ()"><code class="function">gtk_text_iter_has_tag()</code></a> tells you whether an iterator is
|
778
783
|
<span class="emphasis"><em>within</em></span> a tagged range.
|
@@ -787,7 +792,8 @@ that the <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-ends-tag" titl
|
|
787
792
|
</tr>
|
788
793
|
<tr>
|
789
794
|
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
|
790
|
-
<td> a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>, or <a href="/
|
795
|
+
<td> a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
796
|
+
</td>
|
791
797
|
</tr>
|
792
798
|
<tr>
|
793
799
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -801,7 +807,7 @@ that the <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-ends-tag" titl
|
|
801
807
|
<hr>
|
802
808
|
<div class="refsect2" title="gtk_text_iter_toggles_tag ()">
|
803
809
|
<a name="gtk-text-iter-toggles-tag"></a><h3>gtk_text_iter_toggles_tag ()</h3>
|
804
|
-
<pre class="programlisting"><a href="/
|
810
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_toggles_tag (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
805
811
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);</pre>
|
806
812
|
<p>
|
807
813
|
This is equivalent to (<a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-begins-tag" title="gtk_text_iter_begins_tag ()"><code class="function">gtk_text_iter_begins_tag()</code></a> ||
|
@@ -818,7 +824,8 @@ This is equivalent to (<a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-
|
|
818
824
|
</tr>
|
819
825
|
<tr>
|
820
826
|
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
|
821
|
-
<td> a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>, or <a href="/
|
827
|
+
<td> a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
828
|
+
</td>
|
822
829
|
</tr>
|
823
830
|
<tr>
|
824
831
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -831,10 +838,10 @@ This is equivalent to (<a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-
|
|
831
838
|
<hr>
|
832
839
|
<div class="refsect2" title="gtk_text_iter_has_tag ()">
|
833
840
|
<a name="gtk-text-iter-has-tag"></a><h3>gtk_text_iter_has_tag ()</h3>
|
834
|
-
<pre class="programlisting"><a href="/
|
841
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_has_tag (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
835
842
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);</pre>
|
836
843
|
<p>
|
837
|
-
Returns <a href="/
|
844
|
+
Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> is within a range tagged with <em class="parameter"><code>tag</code></em>.
|
838
845
|
</p>
|
839
846
|
<div class="variablelist"><table border="0">
|
840
847
|
<col align="left" valign="top">
|
@@ -860,7 +867,7 @@ Returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAP
|
|
860
867
|
<hr>
|
861
868
|
<div class="refsect2" title="gtk_text_iter_get_tags ()">
|
862
869
|
<a name="gtk-text-iter-get-tags"></a><h3>gtk_text_iter_get_tags ()</h3>
|
863
|
-
<pre class="programlisting"><a href="/
|
870
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * gtk_text_iter_get_tags (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
864
871
|
<p>
|
865
872
|
Returns a list of tags that apply to <em class="parameter"><code>iter</code></em>, in ascending order of
|
866
873
|
priority (highest-priority tags are last). The <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> in the
|
@@ -877,7 +884,8 @@ itself.
|
|
877
884
|
</tr>
|
878
885
|
<tr>
|
879
886
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
880
|
-
<td> list of <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>. <acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkTextTag
|
887
|
+
<td> list of <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkTextTag][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym> GtkTextTag]</span>
|
888
|
+
</td>
|
881
889
|
</tr>
|
882
890
|
</tbody>
|
883
891
|
</table></div>
|
@@ -885,8 +893,8 @@ itself.
|
|
885
893
|
<hr>
|
886
894
|
<div class="refsect2" title="gtk_text_iter_editable ()">
|
887
895
|
<a name="gtk-text-iter-editable"></a><h3>gtk_text_iter_editable ()</h3>
|
888
|
-
<pre class="programlisting"><a href="/
|
889
|
-
<em class="parameter"><code><a href="/
|
896
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_editable (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
897
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_setting</code></em>);</pre>
|
890
898
|
<p>
|
891
899
|
Returns whether the character at <em class="parameter"><code>iter</code></em> is within an editable region
|
892
900
|
of text. Non-editable text is "locked" and can't be changed by the
|
@@ -913,7 +921,7 @@ case.
|
|
913
921
|
<tr>
|
914
922
|
<td><p><span class="term"><em class="parameter"><code>default_setting</code></em> :</span></p></td>
|
915
923
|
<td>
|
916
|
-
<a href="/
|
924
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if text is editable by default
|
917
925
|
</td>
|
918
926
|
</tr>
|
919
927
|
<tr>
|
@@ -927,8 +935,8 @@ case.
|
|
927
935
|
<hr>
|
928
936
|
<div class="refsect2" title="gtk_text_iter_can_insert ()">
|
929
937
|
<a name="gtk-text-iter-can-insert"></a><h3>gtk_text_iter_can_insert ()</h3>
|
930
|
-
<pre class="programlisting"><a href="/
|
931
|
-
<em class="parameter"><code><a href="/
|
938
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_can_insert (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
939
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> default_editability</code></em>);</pre>
|
932
940
|
<p>
|
933
941
|
Considering the default editability of the buffer, and tags that
|
934
942
|
affect editability, determines whether text inserted at <em class="parameter"><code>iter</code></em> would
|
@@ -948,7 +956,7 @@ whether insertions are allowed at a given position.
|
|
948
956
|
<tr>
|
949
957
|
<td><p><span class="term"><em class="parameter"><code>default_editability</code></em> :</span></p></td>
|
950
958
|
<td>
|
951
|
-
<a href="/
|
959
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if text is editable by default
|
952
960
|
</td>
|
953
961
|
</tr>
|
954
962
|
<tr>
|
@@ -962,7 +970,7 @@ whether insertions are allowed at a given position.
|
|
962
970
|
<hr>
|
963
971
|
<div class="refsect2" title="gtk_text_iter_starts_word ()">
|
964
972
|
<a name="gtk-text-iter-starts-word"></a><h3>gtk_text_iter_starts_word ()</h3>
|
965
|
-
<pre class="programlisting"><a href="/
|
973
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_starts_word (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
966
974
|
<p>
|
967
975
|
Determines whether <em class="parameter"><code>iter</code></em> begins a natural-language word. Word
|
968
976
|
breaks are determined by Pango and should be correct for nearly any
|
@@ -979,7 +987,7 @@ algorithms).
|
|
979
987
|
</tr>
|
980
988
|
<tr>
|
981
989
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
982
|
-
<td> <a href="/
|
990
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> is at the start of a word
|
983
991
|
</td>
|
984
992
|
</tr>
|
985
993
|
</tbody>
|
@@ -988,7 +996,7 @@ algorithms).
|
|
988
996
|
<hr>
|
989
997
|
<div class="refsect2" title="gtk_text_iter_ends_word ()">
|
990
998
|
<a name="gtk-text-iter-ends-word"></a><h3>gtk_text_iter_ends_word ()</h3>
|
991
|
-
<pre class="programlisting"><a href="/
|
999
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_ends_word (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
992
1000
|
<p>
|
993
1001
|
Determines whether <em class="parameter"><code>iter</code></em> ends a natural-language word. Word breaks
|
994
1002
|
are determined by Pango and should be correct for nearly any
|
@@ -1005,7 +1013,7 @@ algorithms).
|
|
1005
1013
|
</tr>
|
1006
1014
|
<tr>
|
1007
1015
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1008
|
-
<td> <a href="/
|
1016
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> is at the end of a word
|
1009
1017
|
</td>
|
1010
1018
|
</tr>
|
1011
1019
|
</tbody>
|
@@ -1014,7 +1022,7 @@ algorithms).
|
|
1014
1022
|
<hr>
|
1015
1023
|
<div class="refsect2" title="gtk_text_iter_inside_word ()">
|
1016
1024
|
<a name="gtk-text-iter-inside-word"></a><h3>gtk_text_iter_inside_word ()</h3>
|
1017
|
-
<pre class="programlisting"><a href="/
|
1025
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_inside_word (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1018
1026
|
<p>
|
1019
1027
|
Determines whether <em class="parameter"><code>iter</code></em> is inside a natural-language word (as
|
1020
1028
|
opposed to say inside some whitespace). Word breaks are determined
|
@@ -1031,7 +1039,7 @@ correct fix would be to the Pango word break algorithms).
|
|
1031
1039
|
</tr>
|
1032
1040
|
<tr>
|
1033
1041
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1034
|
-
<td> <a href="/
|
1042
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> is inside a word
|
1035
1043
|
</td>
|
1036
1044
|
</tr>
|
1037
1045
|
</tbody>
|
@@ -1040,9 +1048,9 @@ correct fix would be to the Pango word break algorithms).
|
|
1040
1048
|
<hr>
|
1041
1049
|
<div class="refsect2" title="gtk_text_iter_starts_line ()">
|
1042
1050
|
<a name="gtk-text-iter-starts-line"></a><h3>gtk_text_iter_starts_line ()</h3>
|
1043
|
-
<pre class="programlisting"><a href="/
|
1051
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_starts_line (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1044
1052
|
<p>
|
1045
|
-
Returns <a href="/
|
1053
|
+
Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> begins a paragraph,
|
1046
1054
|
i.e. if <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-line-offset" title="gtk_text_iter_get_line_offset ()"><code class="function">gtk_text_iter_get_line_offset()</code></a> would return 0.
|
1047
1055
|
However this function is potentially more efficient than
|
1048
1056
|
<a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-line-offset" title="gtk_text_iter_get_line_offset ()"><code class="function">gtk_text_iter_get_line_offset()</code></a> because it doesn't have to compute
|
@@ -1067,9 +1075,9 @@ the offset, it just has to see whether it's 0.
|
|
1067
1075
|
<hr>
|
1068
1076
|
<div class="refsect2" title="gtk_text_iter_ends_line ()">
|
1069
1077
|
<a name="gtk-text-iter-ends-line"></a><h3>gtk_text_iter_ends_line ()</h3>
|
1070
|
-
<pre class="programlisting"><a href="/
|
1078
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_ends_line (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1071
1079
|
<p>
|
1072
|
-
Returns <a href="/
|
1080
|
+
Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> points to the start of the paragraph
|
1073
1081
|
delimiter characters for a line (delimiters will be either a
|
1074
1082
|
newline, a carriage return, a carriage return followed by a
|
1075
1083
|
newline, or a Unicode paragraph separator character). Note that an
|
@@ -1097,7 +1105,7 @@ paragraph delimiter chars there.
|
|
1097
1105
|
<hr>
|
1098
1106
|
<div class="refsect2" title="gtk_text_iter_starts_sentence ()">
|
1099
1107
|
<a name="gtk-text-iter-starts-sentence"></a><h3>gtk_text_iter_starts_sentence ()</h3>
|
1100
|
-
<pre class="programlisting"><a href="/
|
1108
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_starts_sentence (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1101
1109
|
<p>
|
1102
1110
|
Determines whether <em class="parameter"><code>iter</code></em> begins a sentence. Sentence boundaries are
|
1103
1111
|
determined by Pango and should be correct for nearly any language
|
@@ -1114,7 +1122,7 @@ algorithms).
|
|
1114
1122
|
</tr>
|
1115
1123
|
<tr>
|
1116
1124
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1117
|
-
<td> <a href="/
|
1125
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> is at the start of a sentence.
|
1118
1126
|
</td>
|
1119
1127
|
</tr>
|
1120
1128
|
</tbody>
|
@@ -1123,7 +1131,7 @@ algorithms).
|
|
1123
1131
|
<hr>
|
1124
1132
|
<div class="refsect2" title="gtk_text_iter_ends_sentence ()">
|
1125
1133
|
<a name="gtk-text-iter-ends-sentence"></a><h3>gtk_text_iter_ends_sentence ()</h3>
|
1126
|
-
<pre class="programlisting"><a href="/
|
1134
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_ends_sentence (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1127
1135
|
<p>
|
1128
1136
|
Determines whether <em class="parameter"><code>iter</code></em> ends a sentence. Sentence boundaries are
|
1129
1137
|
determined by Pango and should be correct for nearly any language
|
@@ -1140,7 +1148,7 @@ algorithms).
|
|
1140
1148
|
</tr>
|
1141
1149
|
<tr>
|
1142
1150
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1143
|
-
<td> <a href="/
|
1151
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> is at the end of a sentence.
|
1144
1152
|
</td>
|
1145
1153
|
</tr>
|
1146
1154
|
</tbody>
|
@@ -1149,7 +1157,7 @@ algorithms).
|
|
1149
1157
|
<hr>
|
1150
1158
|
<div class="refsect2" title="gtk_text_iter_inside_sentence ()">
|
1151
1159
|
<a name="gtk-text-iter-inside-sentence"></a><h3>gtk_text_iter_inside_sentence ()</h3>
|
1152
|
-
<pre class="programlisting"><a href="/
|
1160
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_inside_sentence (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1153
1161
|
<p>
|
1154
1162
|
Determines whether <em class="parameter"><code>iter</code></em> is inside a sentence (as opposed to in
|
1155
1163
|
between two sentences, e.g. after a period and before the first
|
@@ -1167,7 +1175,7 @@ correct fix would be to the Pango text boundary algorithms).
|
|
1167
1175
|
</tr>
|
1168
1176
|
<tr>
|
1169
1177
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1170
|
-
<td> <a href="/
|
1178
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> is inside a sentence.
|
1171
1179
|
</td>
|
1172
1180
|
</tr>
|
1173
1181
|
</tbody>
|
@@ -1176,7 +1184,7 @@ correct fix would be to the Pango text boundary algorithms).
|
|
1176
1184
|
<hr>
|
1177
1185
|
<div class="refsect2" title="gtk_text_iter_is_cursor_position ()">
|
1178
1186
|
<a name="gtk-text-iter-is-cursor-position"></a><h3>gtk_text_iter_is_cursor_position ()</h3>
|
1179
|
-
<pre class="programlisting"><a href="/
|
1187
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_is_cursor_position (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1180
1188
|
<p>
|
1181
1189
|
See <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-cursor-position" title="gtk_text_iter_forward_cursor_position ()"><code class="function">gtk_text_iter_forward_cursor_position()</code></a> or <a href="/usr/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoLogAttr"><span class="type">PangoLogAttr</span></a> or
|
1182
1190
|
<a href="/usr/share/gtk-doc/html/pango/pango-Text-Processing.html#pango-break"><code class="function">pango_break()</code></a> for details on what a cursor position is.
|
@@ -1191,7 +1199,7 @@ See <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-cursor-posi
|
|
1191
1199
|
</tr>
|
1192
1200
|
<tr>
|
1193
1201
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1194
|
-
<td> <a href="/
|
1202
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the cursor can be placed at <em class="parameter"><code>iter</code></em>
|
1195
1203
|
</td>
|
1196
1204
|
</tr>
|
1197
1205
|
</tbody>
|
@@ -1200,7 +1208,7 @@ See <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-cursor-posi
|
|
1200
1208
|
<hr>
|
1201
1209
|
<div class="refsect2" title="gtk_text_iter_get_chars_in_line ()">
|
1202
1210
|
<a name="gtk-text-iter-get-chars-in-line"></a><h3>gtk_text_iter_get_chars_in_line ()</h3>
|
1203
|
-
<pre class="programlisting"><a href="/
|
1211
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_iter_get_chars_in_line (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1204
1212
|
<p>
|
1205
1213
|
Returns the number of characters in the line containing <em class="parameter"><code>iter</code></em>,
|
1206
1214
|
including the paragraph delimiters.
|
@@ -1224,7 +1232,7 @@ including the paragraph delimiters.
|
|
1224
1232
|
<hr>
|
1225
1233
|
<div class="refsect2" title="gtk_text_iter_get_bytes_in_line ()">
|
1226
1234
|
<a name="gtk-text-iter-get-bytes-in-line"></a><h3>gtk_text_iter_get_bytes_in_line ()</h3>
|
1227
|
-
<pre class="programlisting"><a href="/
|
1235
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_iter_get_bytes_in_line (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1228
1236
|
<p>
|
1229
1237
|
Returns the number of bytes in the line containing <em class="parameter"><code>iter</code></em>,
|
1230
1238
|
including the paragraph delimiters.
|
@@ -1248,7 +1256,7 @@ including the paragraph delimiters.
|
|
1248
1256
|
<hr>
|
1249
1257
|
<div class="refsect2" title="gtk_text_iter_get_attributes ()">
|
1250
1258
|
<a name="gtk-text-iter-get-attributes"></a><h3>gtk_text_iter_get_attributes ()</h3>
|
1251
|
-
<pre class="programlisting"><a href="/
|
1259
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_get_attributes (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1252
1260
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html#GtkTextAttributes" title="GtkTextAttributes"><span class="type">GtkTextAttributes</span></a> *values</code></em>);</pre>
|
1253
1261
|
<p>
|
1254
1262
|
Computes the effect of any tags applied to this spot in the
|
@@ -1259,7 +1267,7 @@ obtain the defaults from <a class="link" href="GtkTextView.html#gtk-text-view-ge
|
|
1259
1267
|
<p>
|
1260
1268
|
<a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-get-attributes" title="gtk_text_iter_get_attributes ()"><code class="function">gtk_text_iter_get_attributes()</code></a> will modify <em class="parameter"><code>values</code></em>, applying the
|
1261
1269
|
effects of any tags present at <em class="parameter"><code>iter</code></em>. If any tags affected <em class="parameter"><code>values</code></em>,
|
1262
|
-
the function returns <a href="/
|
1270
|
+
the function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
|
1263
1271
|
</p>
|
1264
1272
|
<div class="variablelist"><table border="0">
|
1265
1273
|
<col align="left" valign="top">
|
@@ -1276,7 +1284,7 @@ the function returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.
|
|
1276
1284
|
</tr>
|
1277
1285
|
<tr>
|
1278
1286
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1279
|
-
<td> <a href="/
|
1287
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>values</code></em> was modified
|
1280
1288
|
</td>
|
1281
1289
|
</tr>
|
1282
1290
|
</tbody>
|
@@ -1311,9 +1319,9 @@ language apply to <em class="parameter"><code>iter</code></em>, the return value
|
|
1311
1319
|
<hr>
|
1312
1320
|
<div class="refsect2" title="gtk_text_iter_is_end ()">
|
1313
1321
|
<a name="gtk-text-iter-is-end"></a><h3>gtk_text_iter_is_end ()</h3>
|
1314
|
-
<pre class="programlisting"><a href="/
|
1322
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_is_end (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1315
1323
|
<p>
|
1316
|
-
Returns <a href="/
|
1324
|
+
Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> is the end iterator, i.e. one past the last
|
1317
1325
|
dereferenceable iterator in the buffer. <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-is-end" title="gtk_text_iter_is_end ()"><code class="function">gtk_text_iter_is_end()</code></a> is
|
1318
1326
|
the most efficient way to check whether an iterator is the end
|
1319
1327
|
iterator.
|
@@ -1337,9 +1345,9 @@ iterator.
|
|
1337
1345
|
<hr>
|
1338
1346
|
<div class="refsect2" title="gtk_text_iter_is_start ()">
|
1339
1347
|
<a name="gtk-text-iter-is-start"></a><h3>gtk_text_iter_is_start ()</h3>
|
1340
|
-
<pre class="programlisting"><a href="/
|
1348
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_is_start (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1341
1349
|
<p>
|
1342
|
-
Returns <a href="/
|
1350
|
+
Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> is the first iterator in the buffer, that is
|
1343
1351
|
if <em class="parameter"><code>iter</code></em> has a character offset of 0.
|
1344
1352
|
</p>
|
1345
1353
|
<div class="variablelist"><table border="0">
|
@@ -1361,14 +1369,14 @@ if <em class="parameter"><code>iter</code></em> has a character offset of 0.
|
|
1361
1369
|
<hr>
|
1362
1370
|
<div class="refsect2" title="gtk_text_iter_forward_char ()">
|
1363
1371
|
<a name="gtk-text-iter-forward-char"></a><h3>gtk_text_iter_forward_char ()</h3>
|
1364
|
-
<pre class="programlisting"><a href="/
|
1372
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_char (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1365
1373
|
<p>
|
1366
1374
|
Moves <em class="parameter"><code>iter</code></em> forward by one character offset. Note that images
|
1367
1375
|
embedded in the buffer occupy 1 character slot, so
|
1368
1376
|
<a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-char" title="gtk_text_iter_forward_char ()"><code class="function">gtk_text_iter_forward_char()</code></a> may actually move onto an image instead
|
1369
1377
|
of a character, if you have images in your buffer. If <em class="parameter"><code>iter</code></em> is the
|
1370
1378
|
end iterator or one character before it, <em class="parameter"><code>iter</code></em> will now point at
|
1371
|
-
the end iterator, and <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-char" title="gtk_text_iter_forward_char ()"><code class="function">gtk_text_iter_forward_char()</code></a> returns <a href="/
|
1379
|
+
the end iterator, and <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-char" title="gtk_text_iter_forward_char ()"><code class="function">gtk_text_iter_forward_char()</code></a> returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> for
|
1372
1380
|
convenience when writing loops.
|
1373
1381
|
</p>
|
1374
1382
|
<div class="variablelist"><table border="0">
|
@@ -1390,11 +1398,11 @@ convenience when writing loops.
|
|
1390
1398
|
<hr>
|
1391
1399
|
<div class="refsect2" title="gtk_text_iter_backward_char ()">
|
1392
1400
|
<a name="gtk-text-iter-backward-char"></a><h3>gtk_text_iter_backward_char ()</h3>
|
1393
|
-
<pre class="programlisting"><a href="/
|
1401
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_char (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1394
1402
|
<p>
|
1395
|
-
Moves backward by one character offset. Returns <a href="/
|
1403
|
+
Moves backward by one character offset. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if movement
|
1396
1404
|
was possible; if <em class="parameter"><code>iter</code></em> was the first in the buffer (character
|
1397
|
-
offset 0), <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-char" title="gtk_text_iter_backward_char ()"><code class="function">gtk_text_iter_backward_char()</code></a> returns <a href="/
|
1405
|
+
offset 0), <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-char" title="gtk_text_iter_backward_char ()"><code class="function">gtk_text_iter_backward_char()</code></a> returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> for convenience when
|
1398
1406
|
writing loops.
|
1399
1407
|
</p>
|
1400
1408
|
<div class="variablelist"><table border="0">
|
@@ -1416,15 +1424,15 @@ writing loops.
|
|
1416
1424
|
<hr>
|
1417
1425
|
<div class="refsect2" title="gtk_text_iter_forward_chars ()">
|
1418
1426
|
<a name="gtk-text-iter-forward-chars"></a><h3>gtk_text_iter_forward_chars ()</h3>
|
1419
|
-
<pre class="programlisting"><a href="/
|
1420
|
-
<em class="parameter"><code><a href="/
|
1427
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_chars (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1428
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
1421
1429
|
<p>
|
1422
1430
|
Moves <em class="parameter"><code>count</code></em> characters if possible (if <em class="parameter"><code>count</code></em> would move past the
|
1423
1431
|
start or end of the buffer, moves to the start or end of the
|
1424
1432
|
buffer). The return value indicates whether the new position of
|
1425
1433
|
<em class="parameter"><code>iter</code></em> is different from its original position, and dereferenceable
|
1426
1434
|
(the last iterator in the buffer is not dereferenceable). If <em class="parameter"><code>count</code></em>
|
1427
|
-
is 0, the function does nothing and returns <a href="/
|
1435
|
+
is 0, the function does nothing and returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
|
1428
1436
|
</p>
|
1429
1437
|
<div class="variablelist"><table border="0">
|
1430
1438
|
<col align="left" valign="top">
|
@@ -1450,15 +1458,15 @@ is 0, the function does nothing and returns <a href="/usr/share/gtk-doc/html/gli
|
|
1450
1458
|
<hr>
|
1451
1459
|
<div class="refsect2" title="gtk_text_iter_backward_chars ()">
|
1452
1460
|
<a name="gtk-text-iter-backward-chars"></a><h3>gtk_text_iter_backward_chars ()</h3>
|
1453
|
-
<pre class="programlisting"><a href="/
|
1454
|
-
<em class="parameter"><code><a href="/
|
1461
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_chars (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1462
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
1455
1463
|
<p>
|
1456
1464
|
Moves <em class="parameter"><code>count</code></em> characters backward, if possible (if <em class="parameter"><code>count</code></em> would move
|
1457
1465
|
past the start or end of the buffer, moves to the start or end of
|
1458
1466
|
the buffer). The return value indicates whether the iterator moved
|
1459
1467
|
onto a dereferenceable position; if the iterator didn't move, or
|
1460
|
-
moved onto the end iterator, then <a href="/
|
1461
|
-
the function does nothing and returns <a href="/
|
1468
|
+
moved onto the end iterator, then <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned. If <em class="parameter"><code>count</code></em> is 0,
|
1469
|
+
the function does nothing and returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
|
1462
1470
|
</p>
|
1463
1471
|
<div class="variablelist"><table border="0">
|
1464
1472
|
<col align="left" valign="top">
|
@@ -1485,12 +1493,12 @@ the function does nothing and returns <a href="/usr/share/gtk-doc/html/glib/glib
|
|
1485
1493
|
<hr>
|
1486
1494
|
<div class="refsect2" title="gtk_text_iter_forward_line ()">
|
1487
1495
|
<a name="gtk-text-iter-forward-line"></a><h3>gtk_text_iter_forward_line ()</h3>
|
1488
|
-
<pre class="programlisting"><a href="/
|
1496
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_line (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1489
1497
|
<p>
|
1490
1498
|
Moves <em class="parameter"><code>iter</code></em> to the start of the next line. If the iter is already on the
|
1491
1499
|
last line of the buffer, moves the iter to the end of the current line.
|
1492
1500
|
If after the operation, the iter is at the end of the buffer and not
|
1493
|
-
dereferencable, returns <a href="/
|
1501
|
+
dereferencable, returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. Otherwise, returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>.
|
1494
1502
|
</p>
|
1495
1503
|
<div class="variablelist"><table border="0">
|
1496
1504
|
<col align="left" valign="top">
|
@@ -1511,13 +1519,13 @@ dereferencable, returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macr
|
|
1511
1519
|
<hr>
|
1512
1520
|
<div class="refsect2" title="gtk_text_iter_backward_line ()">
|
1513
1521
|
<a name="gtk-text-iter-backward-line"></a><h3>gtk_text_iter_backward_line ()</h3>
|
1514
|
-
<pre class="programlisting"><a href="/
|
1522
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_line (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1515
1523
|
<p>
|
1516
|
-
Moves <em class="parameter"><code>iter</code></em> to the start of the previous line. Returns <a href="/
|
1524
|
+
Moves <em class="parameter"><code>iter</code></em> to the start of the previous line. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if
|
1517
1525
|
<em class="parameter"><code>iter</code></em> could be moved; i.e. if <em class="parameter"><code>iter</code></em> was at character offset 0, this
|
1518
|
-
function returns <a href="/
|
1526
|
+
function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. Therefore if <em class="parameter"><code>iter</code></em> was already on line 0,
|
1519
1527
|
but not at the start of the line, <em class="parameter"><code>iter</code></em> is snapped to the start of
|
1520
|
-
the line and the function returns <a href="/
|
1528
|
+
the line and the function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. (Note that this implies that
|
1521
1529
|
in a loop calling this function, the line number may not change on
|
1522
1530
|
every iteration, if your first iteration is on line 0.)
|
1523
1531
|
</p>
|
@@ -1540,15 +1548,15 @@ every iteration, if your first iteration is on line 0.)
|
|
1540
1548
|
<hr>
|
1541
1549
|
<div class="refsect2" title="gtk_text_iter_forward_lines ()">
|
1542
1550
|
<a name="gtk-text-iter-forward-lines"></a><h3>gtk_text_iter_forward_lines ()</h3>
|
1543
|
-
<pre class="programlisting"><a href="/
|
1544
|
-
<em class="parameter"><code><a href="/
|
1551
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_lines (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1552
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
1545
1553
|
<p>
|
1546
1554
|
Moves <em class="parameter"><code>count</code></em> lines forward, if possible (if <em class="parameter"><code>count</code></em> would move
|
1547
1555
|
past the start or end of the buffer, moves to the start or end of
|
1548
1556
|
the buffer). The return value indicates whether the iterator moved
|
1549
1557
|
onto a dereferenceable position; if the iterator didn't move, or
|
1550
|
-
moved onto the end iterator, then <a href="/
|
1551
|
-
the function does nothing and returns <a href="/
|
1558
|
+
moved onto the end iterator, then <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned. If <em class="parameter"><code>count</code></em> is 0,
|
1559
|
+
the function does nothing and returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. If <em class="parameter"><code>count</code></em> is negative,
|
1552
1560
|
moves backward by 0 - <em class="parameter"><code>count</code></em> lines.
|
1553
1561
|
</p>
|
1554
1562
|
<div class="variablelist"><table border="0">
|
@@ -1575,15 +1583,15 @@ moves backward by 0 - <em class="parameter"><code>count</code></em> lines.
|
|
1575
1583
|
<hr>
|
1576
1584
|
<div class="refsect2" title="gtk_text_iter_backward_lines ()">
|
1577
1585
|
<a name="gtk-text-iter-backward-lines"></a><h3>gtk_text_iter_backward_lines ()</h3>
|
1578
|
-
<pre class="programlisting"><a href="/
|
1579
|
-
<em class="parameter"><code><a href="/
|
1586
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_lines (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1587
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
1580
1588
|
<p>
|
1581
1589
|
Moves <em class="parameter"><code>count</code></em> lines backward, if possible (if <em class="parameter"><code>count</code></em> would move
|
1582
1590
|
past the start or end of the buffer, moves to the start or end of
|
1583
1591
|
the buffer). The return value indicates whether the iterator moved
|
1584
1592
|
onto a dereferenceable position; if the iterator didn't move, or
|
1585
|
-
moved onto the end iterator, then <a href="/
|
1586
|
-
the function does nothing and returns <a href="/
|
1593
|
+
moved onto the end iterator, then <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned. If <em class="parameter"><code>count</code></em> is 0,
|
1594
|
+
the function does nothing and returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. If <em class="parameter"><code>count</code></em> is negative,
|
1587
1595
|
moves forward by 0 - <em class="parameter"><code>count</code></em> lines.
|
1588
1596
|
</p>
|
1589
1597
|
<div class="variablelist"><table border="0">
|
@@ -1610,8 +1618,8 @@ moves forward by 0 - <em class="parameter"><code>count</code></em> lines.
|
|
1610
1618
|
<hr>
|
1611
1619
|
<div class="refsect2" title="gtk_text_iter_forward_word_ends ()">
|
1612
1620
|
<a name="gtk-text-iter-forward-word-ends"></a><h3>gtk_text_iter_forward_word_ends ()</h3>
|
1613
|
-
<pre class="programlisting"><a href="/
|
1614
|
-
<em class="parameter"><code><a href="/
|
1621
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_word_ends (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1622
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
1615
1623
|
<p>
|
1616
1624
|
Calls <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-word-end" title="gtk_text_iter_forward_word_end ()"><code class="function">gtk_text_iter_forward_word_end()</code></a> up to <em class="parameter"><code>count</code></em> times.
|
1617
1625
|
</p>
|
@@ -1630,7 +1638,7 @@ Calls <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-word-end"
|
|
1630
1638
|
</tr>
|
1631
1639
|
<tr>
|
1632
1640
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1633
|
-
<td> <a href="/
|
1641
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> moved and is not the end iterator
|
1634
1642
|
</td>
|
1635
1643
|
</tr>
|
1636
1644
|
</tbody>
|
@@ -1639,8 +1647,8 @@ Calls <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-word-end"
|
|
1639
1647
|
<hr>
|
1640
1648
|
<div class="refsect2" title="gtk_text_iter_backward_word_starts ()">
|
1641
1649
|
<a name="gtk-text-iter-backward-word-starts"></a><h3>gtk_text_iter_backward_word_starts ()</h3>
|
1642
|
-
<pre class="programlisting"><a href="/
|
1643
|
-
<em class="parameter"><code><a href="/
|
1650
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_word_starts (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1651
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
1644
1652
|
<p>
|
1645
1653
|
Calls <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-word-start" title="gtk_text_iter_backward_word_start ()"><code class="function">gtk_text_iter_backward_word_start()</code></a> up to <em class="parameter"><code>count</code></em> times.
|
1646
1654
|
</p>
|
@@ -1659,7 +1667,7 @@ Calls <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-word-sta
|
|
1659
1667
|
</tr>
|
1660
1668
|
<tr>
|
1661
1669
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1662
|
-
<td> <a href="/
|
1670
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> moved and is not the end iterator
|
1663
1671
|
</td>
|
1664
1672
|
</tr>
|
1665
1673
|
</tbody>
|
@@ -1668,7 +1676,7 @@ Calls <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-word-sta
|
|
1668
1676
|
<hr>
|
1669
1677
|
<div class="refsect2" title="gtk_text_iter_forward_word_end ()">
|
1670
1678
|
<a name="gtk-text-iter-forward-word-end"></a><h3>gtk_text_iter_forward_word_end ()</h3>
|
1671
|
-
<pre class="programlisting"><a href="/
|
1679
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_word_end (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1672
1680
|
<p>
|
1673
1681
|
Moves forward to the next word end. (If <em class="parameter"><code>iter</code></em> is currently on a
|
1674
1682
|
word end, moves forward to the next one after that.) Word breaks
|
@@ -1686,7 +1694,7 @@ algorithms).
|
|
1686
1694
|
</tr>
|
1687
1695
|
<tr>
|
1688
1696
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1689
|
-
<td> <a href="/
|
1697
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> moved and is not the end iterator
|
1690
1698
|
</td>
|
1691
1699
|
</tr>
|
1692
1700
|
</tbody>
|
@@ -1695,7 +1703,7 @@ algorithms).
|
|
1695
1703
|
<hr>
|
1696
1704
|
<div class="refsect2" title="gtk_text_iter_backward_word_start ()">
|
1697
1705
|
<a name="gtk-text-iter-backward-word-start"></a><h3>gtk_text_iter_backward_word_start ()</h3>
|
1698
|
-
<pre class="programlisting"><a href="/
|
1706
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_word_start (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1699
1707
|
<p>
|
1700
1708
|
Moves backward to the previous word start. (If <em class="parameter"><code>iter</code></em> is currently on a
|
1701
1709
|
word start, moves backward to the next one after that.) Word breaks
|
@@ -1713,7 +1721,7 @@ algorithms).
|
|
1713
1721
|
</tr>
|
1714
1722
|
<tr>
|
1715
1723
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1716
|
-
<td> <a href="/
|
1724
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> moved and is not the end iterator
|
1717
1725
|
</td>
|
1718
1726
|
</tr>
|
1719
1727
|
</tbody>
|
@@ -1722,7 +1730,7 @@ algorithms).
|
|
1722
1730
|
<hr>
|
1723
1731
|
<div class="refsect2" title="gtk_text_iter_forward_cursor_position ()">
|
1724
1732
|
<a name="gtk-text-iter-forward-cursor-position"></a><h3>gtk_text_iter_forward_cursor_position ()</h3>
|
1725
|
-
<pre class="programlisting"><a href="/
|
1733
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_cursor_position
|
1726
1734
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1727
1735
|
<p>
|
1728
1736
|
Moves <em class="parameter"><code>iter</code></em> forward by a single cursor position. Cursor positions
|
@@ -1746,7 +1754,7 @@ between those two characters. See also the <a href="/usr/share/gtk-doc/html/pang
|
|
1746
1754
|
</tr>
|
1747
1755
|
<tr>
|
1748
1756
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1749
|
-
<td> <a href="/
|
1757
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if we moved and the new position is dereferenceable
|
1750
1758
|
</td>
|
1751
1759
|
</tr>
|
1752
1760
|
</tbody>
|
@@ -1755,7 +1763,7 @@ between those two characters. See also the <a href="/usr/share/gtk-doc/html/pang
|
|
1755
1763
|
<hr>
|
1756
1764
|
<div class="refsect2" title="gtk_text_iter_backward_cursor_position ()">
|
1757
1765
|
<a name="gtk-text-iter-backward-cursor-position"></a><h3>gtk_text_iter_backward_cursor_position ()</h3>
|
1758
|
-
<pre class="programlisting"><a href="/
|
1766
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_cursor_position
|
1759
1767
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1760
1768
|
<p>
|
1761
1769
|
Like <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-cursor-position" title="gtk_text_iter_forward_cursor_position ()"><code class="function">gtk_text_iter_forward_cursor_position()</code></a>, but moves backward.
|
@@ -1770,7 +1778,7 @@ Like <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-cursor-pos
|
|
1770
1778
|
</tr>
|
1771
1779
|
<tr>
|
1772
1780
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1773
|
-
<td> <a href="/
|
1781
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if we moved
|
1774
1782
|
</td>
|
1775
1783
|
</tr>
|
1776
1784
|
</tbody>
|
@@ -1779,9 +1787,9 @@ Like <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-cursor-pos
|
|
1779
1787
|
<hr>
|
1780
1788
|
<div class="refsect2" title="gtk_text_iter_forward_cursor_positions ()">
|
1781
1789
|
<a name="gtk-text-iter-forward-cursor-positions"></a><h3>gtk_text_iter_forward_cursor_positions ()</h3>
|
1782
|
-
<pre class="programlisting"><a href="/
|
1790
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_cursor_positions
|
1783
1791
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1784
|
-
<em class="parameter"><code><a href="/
|
1792
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
1785
1793
|
<p>
|
1786
1794
|
Moves up to <em class="parameter"><code>count</code></em> cursor positions. See
|
1787
1795
|
<a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-cursor-position" title="gtk_text_iter_forward_cursor_position ()"><code class="function">gtk_text_iter_forward_cursor_position()</code></a> for details.
|
@@ -1801,7 +1809,7 @@ Moves up to <em class="parameter"><code>count</code></em> cursor positions. See
|
|
1801
1809
|
</tr>
|
1802
1810
|
<tr>
|
1803
1811
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1804
|
-
<td> <a href="/
|
1812
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if we moved and the new position is dereferenceable
|
1805
1813
|
</td>
|
1806
1814
|
</tr>
|
1807
1815
|
</tbody>
|
@@ -1810,9 +1818,9 @@ Moves up to <em class="parameter"><code>count</code></em> cursor positions. See
|
|
1810
1818
|
<hr>
|
1811
1819
|
<div class="refsect2" title="gtk_text_iter_backward_cursor_positions ()">
|
1812
1820
|
<a name="gtk-text-iter-backward-cursor-positions"></a><h3>gtk_text_iter_backward_cursor_positions ()</h3>
|
1813
|
-
<pre class="programlisting"><a href="/
|
1821
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_cursor_positions
|
1814
1822
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1815
|
-
<em class="parameter"><code><a href="/
|
1823
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
1816
1824
|
<p>
|
1817
1825
|
Moves up to <em class="parameter"><code>count</code></em> cursor positions. See
|
1818
1826
|
<a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-cursor-position" title="gtk_text_iter_forward_cursor_position ()"><code class="function">gtk_text_iter_forward_cursor_position()</code></a> for details.
|
@@ -1832,7 +1840,7 @@ Moves up to <em class="parameter"><code>count</code></em> cursor positions. See
|
|
1832
1840
|
</tr>
|
1833
1841
|
<tr>
|
1834
1842
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1835
|
-
<td> <a href="/
|
1843
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if we moved and the new position is dereferenceable
|
1836
1844
|
</td>
|
1837
1845
|
</tr>
|
1838
1846
|
</tbody>
|
@@ -1841,7 +1849,7 @@ Moves up to <em class="parameter"><code>count</code></em> cursor positions. See
|
|
1841
1849
|
<hr>
|
1842
1850
|
<div class="refsect2" title="gtk_text_iter_backward_sentence_start ()">
|
1843
1851
|
<a name="gtk-text-iter-backward-sentence-start"></a><h3>gtk_text_iter_backward_sentence_start ()</h3>
|
1844
|
-
<pre class="programlisting"><a href="/
|
1852
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_sentence_start
|
1845
1853
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1846
1854
|
<p>
|
1847
1855
|
Moves backward to the previous sentence start; if <em class="parameter"><code>iter</code></em> is already at
|
@@ -1860,7 +1868,7 @@ boundary algorithms).
|
|
1860
1868
|
</tr>
|
1861
1869
|
<tr>
|
1862
1870
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1863
|
-
<td> <a href="/
|
1871
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> moved and is not the end iterator
|
1864
1872
|
</td>
|
1865
1873
|
</tr>
|
1866
1874
|
</tbody>
|
@@ -1869,12 +1877,12 @@ boundary algorithms).
|
|
1869
1877
|
<hr>
|
1870
1878
|
<div class="refsect2" title="gtk_text_iter_backward_sentence_starts ()">
|
1871
1879
|
<a name="gtk-text-iter-backward-sentence-starts"></a><h3>gtk_text_iter_backward_sentence_starts ()</h3>
|
1872
|
-
<pre class="programlisting"><a href="/
|
1880
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_sentence_starts
|
1873
1881
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1874
|
-
<em class="parameter"><code><a href="/
|
1882
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
1875
1883
|
<p>
|
1876
1884
|
Calls <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-sentence-start" title="gtk_text_iter_backward_sentence_start ()"><code class="function">gtk_text_iter_backward_sentence_start()</code></a> up to <em class="parameter"><code>count</code></em> times,
|
1877
|
-
or until it returns <a href="/
|
1885
|
+
or until it returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. If <em class="parameter"><code>count</code></em> is negative, moves forward
|
1878
1886
|
instead of backward.
|
1879
1887
|
</p>
|
1880
1888
|
<div class="variablelist"><table border="0">
|
@@ -1892,7 +1900,7 @@ instead of backward.
|
|
1892
1900
|
</tr>
|
1893
1901
|
<tr>
|
1894
1902
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1895
|
-
<td> <a href="/
|
1903
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> moved and is not the end iterator
|
1896
1904
|
</td>
|
1897
1905
|
</tr>
|
1898
1906
|
</tbody>
|
@@ -1901,7 +1909,7 @@ instead of backward.
|
|
1901
1909
|
<hr>
|
1902
1910
|
<div class="refsect2" title="gtk_text_iter_forward_sentence_end ()">
|
1903
1911
|
<a name="gtk-text-iter-forward-sentence-end"></a><h3>gtk_text_iter_forward_sentence_end ()</h3>
|
1904
|
-
<pre class="programlisting"><a href="/
|
1912
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_sentence_end (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
1905
1913
|
<p>
|
1906
1914
|
Moves forward to the next sentence end. (If <em class="parameter"><code>iter</code></em> is at the end of
|
1907
1915
|
a sentence, moves to the next end of sentence.) Sentence
|
@@ -1919,7 +1927,7 @@ boundary algorithms).
|
|
1919
1927
|
</tr>
|
1920
1928
|
<tr>
|
1921
1929
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1922
|
-
<td> <a href="/
|
1930
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> moved and is not the end iterator
|
1923
1931
|
</td>
|
1924
1932
|
</tr>
|
1925
1933
|
</tbody>
|
@@ -1928,11 +1936,11 @@ boundary algorithms).
|
|
1928
1936
|
<hr>
|
1929
1937
|
<div class="refsect2" title="gtk_text_iter_forward_sentence_ends ()">
|
1930
1938
|
<a name="gtk-text-iter-forward-sentence-ends"></a><h3>gtk_text_iter_forward_sentence_ends ()</h3>
|
1931
|
-
<pre class="programlisting"><a href="/
|
1932
|
-
<em class="parameter"><code><a href="/
|
1939
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_sentence_ends (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1940
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
1933
1941
|
<p>
|
1934
1942
|
Calls <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-sentence-end" title="gtk_text_iter_forward_sentence_end ()"><code class="function">gtk_text_iter_forward_sentence_end()</code></a> <em class="parameter"><code>count</code></em> times (or until
|
1935
|
-
<a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-sentence-end" title="gtk_text_iter_forward_sentence_end ()"><code class="function">gtk_text_iter_forward_sentence_end()</code></a> returns <a href="/
|
1943
|
+
<a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-sentence-end" title="gtk_text_iter_forward_sentence_end ()"><code class="function">gtk_text_iter_forward_sentence_end()</code></a> returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>). If <em class="parameter"><code>count</code></em> is
|
1936
1944
|
negative, moves backward instead of forward.
|
1937
1945
|
</p>
|
1938
1946
|
<div class="variablelist"><table border="0">
|
@@ -1950,7 +1958,7 @@ negative, moves backward instead of forward.
|
|
1950
1958
|
</tr>
|
1951
1959
|
<tr>
|
1952
1960
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1953
|
-
<td> <a href="/
|
1961
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> moved and is not the end iterator
|
1954
1962
|
</td>
|
1955
1963
|
</tr>
|
1956
1964
|
</tbody>
|
@@ -1959,9 +1967,9 @@ negative, moves backward instead of forward.
|
|
1959
1967
|
<hr>
|
1960
1968
|
<div class="refsect2" title="gtk_text_iter_forward_visible_word_ends ()">
|
1961
1969
|
<a name="gtk-text-iter-forward-visible-word-ends"></a><h3>gtk_text_iter_forward_visible_word_ends ()</h3>
|
1962
|
-
<pre class="programlisting"><a href="/
|
1970
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_visible_word_ends
|
1963
1971
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1964
|
-
<em class="parameter"><code><a href="/
|
1972
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
1965
1973
|
<p>
|
1966
1974
|
Calls <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-visible-word-end" title="gtk_text_iter_forward_visible_word_end ()"><code class="function">gtk_text_iter_forward_visible_word_end()</code></a> up to <em class="parameter"><code>count</code></em> times.
|
1967
1975
|
</p>
|
@@ -1980,7 +1988,7 @@ Calls <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-visible-w
|
|
1980
1988
|
</tr>
|
1981
1989
|
<tr>
|
1982
1990
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1983
|
-
<td> <a href="/
|
1991
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> moved and is not the end iterator
|
1984
1992
|
|
1985
1993
|
</td>
|
1986
1994
|
</tr>
|
@@ -1991,9 +1999,9 @@ Calls <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-visible-w
|
|
1991
1999
|
<hr>
|
1992
2000
|
<div class="refsect2" title="gtk_text_iter_backward_visible_word_starts ()">
|
1993
2001
|
<a name="gtk-text-iter-backward-visible-word-starts"></a><h3>gtk_text_iter_backward_visible_word_starts ()</h3>
|
1994
|
-
<pre class="programlisting"><a href="/
|
2002
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_visible_word_starts
|
1995
2003
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1996
|
-
<em class="parameter"><code><a href="/
|
2004
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
1997
2005
|
<p>
|
1998
2006
|
Calls <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-visible-word-start" title="gtk_text_iter_backward_visible_word_start ()"><code class="function">gtk_text_iter_backward_visible_word_start()</code></a> up to <em class="parameter"><code>count</code></em> times.
|
1999
2007
|
</p>
|
@@ -2012,7 +2020,7 @@ Calls <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-visible-
|
|
2012
2020
|
</tr>
|
2013
2021
|
<tr>
|
2014
2022
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2015
|
-
<td> <a href="/
|
2023
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> moved and is not the end iterator
|
2016
2024
|
|
2017
2025
|
</td>
|
2018
2026
|
</tr>
|
@@ -2023,7 +2031,7 @@ Calls <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-visible-
|
|
2023
2031
|
<hr>
|
2024
2032
|
<div class="refsect2" title="gtk_text_iter_forward_visible_word_end ()">
|
2025
2033
|
<a name="gtk-text-iter-forward-visible-word-end"></a><h3>gtk_text_iter_forward_visible_word_end ()</h3>
|
2026
|
-
<pre class="programlisting"><a href="/
|
2034
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_visible_word_end
|
2027
2035
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
2028
2036
|
<p>
|
2029
2037
|
Moves forward to the next visible word end. (If <em class="parameter"><code>iter</code></em> is currently on a
|
@@ -2042,7 +2050,7 @@ algorithms).
|
|
2042
2050
|
</tr>
|
2043
2051
|
<tr>
|
2044
2052
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2045
|
-
<td> <a href="/
|
2053
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> moved and is not the end iterator
|
2046
2054
|
|
2047
2055
|
</td>
|
2048
2056
|
</tr>
|
@@ -2053,7 +2061,7 @@ algorithms).
|
|
2053
2061
|
<hr>
|
2054
2062
|
<div class="refsect2" title="gtk_text_iter_backward_visible_word_start ()">
|
2055
2063
|
<a name="gtk-text-iter-backward-visible-word-start"></a><h3>gtk_text_iter_backward_visible_word_start ()</h3>
|
2056
|
-
<pre class="programlisting"><a href="/
|
2064
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_visible_word_start
|
2057
2065
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
2058
2066
|
<p>
|
2059
2067
|
Moves backward to the previous visible word start. (If <em class="parameter"><code>iter</code></em> is currently
|
@@ -2072,7 +2080,7 @@ algorithms).
|
|
2072
2080
|
</tr>
|
2073
2081
|
<tr>
|
2074
2082
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2075
|
-
<td> <a href="/
|
2083
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> moved and is not the end iterator
|
2076
2084
|
|
2077
2085
|
</td>
|
2078
2086
|
</tr>
|
@@ -2083,7 +2091,7 @@ algorithms).
|
|
2083
2091
|
<hr>
|
2084
2092
|
<div class="refsect2" title="gtk_text_iter_forward_visible_cursor_position ()">
|
2085
2093
|
<a name="gtk-text-iter-forward-visible-cursor-position"></a><h3>gtk_text_iter_forward_visible_cursor_position ()</h3>
|
2086
|
-
<pre class="programlisting"><a href="/
|
2094
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_visible_cursor_position
|
2087
2095
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
2088
2096
|
<p>
|
2089
2097
|
Moves <em class="parameter"><code>iter</code></em> forward to the next visible cursor position. See
|
@@ -2099,7 +2107,7 @@ Moves <em class="parameter"><code>iter</code></em> forward to the next visible c
|
|
2099
2107
|
</tr>
|
2100
2108
|
<tr>
|
2101
2109
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2102
|
-
<td> <a href="/
|
2110
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if we moved and the new position is dereferenceable
|
2103
2111
|
|
2104
2112
|
</td>
|
2105
2113
|
</tr>
|
@@ -2110,7 +2118,7 @@ Moves <em class="parameter"><code>iter</code></em> forward to the next visible c
|
|
2110
2118
|
<hr>
|
2111
2119
|
<div class="refsect2" title="gtk_text_iter_backward_visible_cursor_position ()">
|
2112
2120
|
<a name="gtk-text-iter-backward-visible-cursor-position"></a><h3>gtk_text_iter_backward_visible_cursor_position ()</h3>
|
2113
|
-
<pre class="programlisting"><a href="/
|
2121
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_visible_cursor_position
|
2114
2122
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
2115
2123
|
<p>
|
2116
2124
|
Moves <em class="parameter"><code>iter</code></em> forward to the previous visible cursor position. See
|
@@ -2126,7 +2134,7 @@ Moves <em class="parameter"><code>iter</code></em> forward to the previous visib
|
|
2126
2134
|
</tr>
|
2127
2135
|
<tr>
|
2128
2136
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2129
|
-
<td> <a href="/
|
2137
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if we moved and the new position is dereferenceable
|
2130
2138
|
|
2131
2139
|
</td>
|
2132
2140
|
</tr>
|
@@ -2137,9 +2145,9 @@ Moves <em class="parameter"><code>iter</code></em> forward to the previous visib
|
|
2137
2145
|
<hr>
|
2138
2146
|
<div class="refsect2" title="gtk_text_iter_forward_visible_cursor_positions ()">
|
2139
2147
|
<a name="gtk-text-iter-forward-visible-cursor-positions"></a><h3>gtk_text_iter_forward_visible_cursor_positions ()</h3>
|
2140
|
-
<pre class="programlisting"><a href="/
|
2148
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_visible_cursor_positions
|
2141
2149
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2142
|
-
<em class="parameter"><code><a href="/
|
2150
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
2143
2151
|
<p>
|
2144
2152
|
Moves up to <em class="parameter"><code>count</code></em> visible cursor positions. See
|
2145
2153
|
<a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-cursor-position" title="gtk_text_iter_forward_cursor_position ()"><code class="function">gtk_text_iter_forward_cursor_position()</code></a> for details.
|
@@ -2159,7 +2167,7 @@ Moves up to <em class="parameter"><code>count</code></em> visible cursor positio
|
|
2159
2167
|
</tr>
|
2160
2168
|
<tr>
|
2161
2169
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2162
|
-
<td> <a href="/
|
2170
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if we moved and the new position is dereferenceable
|
2163
2171
|
|
2164
2172
|
</td>
|
2165
2173
|
</tr>
|
@@ -2170,9 +2178,9 @@ Moves up to <em class="parameter"><code>count</code></em> visible cursor positio
|
|
2170
2178
|
<hr>
|
2171
2179
|
<div class="refsect2" title="gtk_text_iter_backward_visible_cursor_positions ()">
|
2172
2180
|
<a name="gtk-text-iter-backward-visible-cursor-positions"></a><h3>gtk_text_iter_backward_visible_cursor_positions ()</h3>
|
2173
|
-
<pre class="programlisting"><a href="/
|
2181
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_visible_cursor_positions
|
2174
2182
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2175
|
-
<em class="parameter"><code><a href="/
|
2183
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
2176
2184
|
<p>
|
2177
2185
|
Moves up to <em class="parameter"><code>count</code></em> visible cursor positions. See
|
2178
2186
|
<a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-backward-cursor-position" title="gtk_text_iter_backward_cursor_position ()"><code class="function">gtk_text_iter_backward_cursor_position()</code></a> for details.
|
@@ -2192,7 +2200,7 @@ Moves up to <em class="parameter"><code>count</code></em> visible cursor positio
|
|
2192
2200
|
</tr>
|
2193
2201
|
<tr>
|
2194
2202
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2195
|
-
<td> <a href="/
|
2203
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if we moved and the new position is dereferenceable
|
2196
2204
|
|
2197
2205
|
</td>
|
2198
2206
|
</tr>
|
@@ -2203,10 +2211,10 @@ Moves up to <em class="parameter"><code>count</code></em> visible cursor positio
|
|
2203
2211
|
<hr>
|
2204
2212
|
<div class="refsect2" title="gtk_text_iter_forward_visible_line ()">
|
2205
2213
|
<a name="gtk-text-iter-forward-visible-line"></a><h3>gtk_text_iter_forward_visible_line ()</h3>
|
2206
|
-
<pre class="programlisting"><a href="/
|
2214
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_visible_line (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
2207
2215
|
<p>
|
2208
|
-
Moves <em class="parameter"><code>iter</code></em> to the start of the next visible line. Returns <a href="/
|
2209
|
-
was a next line to move to, and <a href="/
|
2216
|
+
Moves <em class="parameter"><code>iter</code></em> to the start of the next visible line. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there
|
2217
|
+
was a next line to move to, and <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>iter</code></em> was simply moved to
|
2210
2218
|
the end of the buffer and is now not dereferenceable, or if <em class="parameter"><code>iter</code></em> was
|
2211
2219
|
already at the end of the buffer.
|
2212
2220
|
</p>
|
@@ -2231,13 +2239,13 @@ already at the end of the buffer.
|
|
2231
2239
|
<hr>
|
2232
2240
|
<div class="refsect2" title="gtk_text_iter_backward_visible_line ()">
|
2233
2241
|
<a name="gtk-text-iter-backward-visible-line"></a><h3>gtk_text_iter_backward_visible_line ()</h3>
|
2234
|
-
<pre class="programlisting"><a href="/
|
2242
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_visible_line (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
2235
2243
|
<p>
|
2236
|
-
Moves <em class="parameter"><code>iter</code></em> to the start of the previous visible line. Returns <a href="/
|
2244
|
+
Moves <em class="parameter"><code>iter</code></em> to the start of the previous visible line. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if
|
2237
2245
|
<em class="parameter"><code>iter</code></em> could be moved; i.e. if <em class="parameter"><code>iter</code></em> was at character offset 0, this
|
2238
|
-
function returns <a href="/
|
2246
|
+
function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. Therefore if <em class="parameter"><code>iter</code></em> was already on line 0,
|
2239
2247
|
but not at the start of the line, <em class="parameter"><code>iter</code></em> is snapped to the start of
|
2240
|
-
the line and the function returns <a href="/
|
2248
|
+
the line and the function returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. (Note that this implies that
|
2241
2249
|
in a loop calling this function, the line number may not change on
|
2242
2250
|
every iteration, if your first iteration is on line 0.)
|
2243
2251
|
</p>
|
@@ -2262,15 +2270,15 @@ every iteration, if your first iteration is on line 0.)
|
|
2262
2270
|
<hr>
|
2263
2271
|
<div class="refsect2" title="gtk_text_iter_forward_visible_lines ()">
|
2264
2272
|
<a name="gtk-text-iter-forward-visible-lines"></a><h3>gtk_text_iter_forward_visible_lines ()</h3>
|
2265
|
-
<pre class="programlisting"><a href="/
|
2266
|
-
<em class="parameter"><code><a href="/
|
2273
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_visible_lines (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2274
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
2267
2275
|
<p>
|
2268
2276
|
Moves <em class="parameter"><code>count</code></em> visible lines forward, if possible (if <em class="parameter"><code>count</code></em> would move
|
2269
2277
|
past the start or end of the buffer, moves to the start or end of
|
2270
2278
|
the buffer). The return value indicates whether the iterator moved
|
2271
2279
|
onto a dereferenceable position; if the iterator didn't move, or
|
2272
|
-
moved onto the end iterator, then <a href="/
|
2273
|
-
the function does nothing and returns <a href="/
|
2280
|
+
moved onto the end iterator, then <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned. If <em class="parameter"><code>count</code></em> is 0,
|
2281
|
+
the function does nothing and returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. If <em class="parameter"><code>count</code></em> is negative,
|
2274
2282
|
moves backward by 0 - <em class="parameter"><code>count</code></em> lines.
|
2275
2283
|
</p>
|
2276
2284
|
<div class="variablelist"><table border="0">
|
@@ -2299,16 +2307,16 @@ moves backward by 0 - <em class="parameter"><code>count</code></em> lines.
|
|
2299
2307
|
<hr>
|
2300
2308
|
<div class="refsect2" title="gtk_text_iter_backward_visible_lines ()">
|
2301
2309
|
<a name="gtk-text-iter-backward-visible-lines"></a><h3>gtk_text_iter_backward_visible_lines ()</h3>
|
2302
|
-
<pre class="programlisting"><a href="/
|
2310
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_visible_lines
|
2303
2311
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2304
|
-
<em class="parameter"><code><a href="/
|
2312
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count</code></em>);</pre>
|
2305
2313
|
<p>
|
2306
2314
|
Moves <em class="parameter"><code>count</code></em> visible lines backward, if possible (if <em class="parameter"><code>count</code></em> would move
|
2307
2315
|
past the start or end of the buffer, moves to the start or end of
|
2308
2316
|
the buffer). The return value indicates whether the iterator moved
|
2309
2317
|
onto a dereferenceable position; if the iterator didn't move, or
|
2310
|
-
moved onto the end iterator, then <a href="/
|
2311
|
-
the function does nothing and returns <a href="/
|
2318
|
+
moved onto the end iterator, then <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> is returned. If <em class="parameter"><code>count</code></em> is 0,
|
2319
|
+
the function does nothing and returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. If <em class="parameter"><code>count</code></em> is negative,
|
2312
2320
|
moves forward by 0 - <em class="parameter"><code>count</code></em> lines.
|
2313
2321
|
</p>
|
2314
2322
|
<div class="variablelist"><table border="0">
|
@@ -2338,7 +2346,7 @@ moves forward by 0 - <em class="parameter"><code>count</code></em> lines.
|
|
2338
2346
|
<div class="refsect2" title="gtk_text_iter_set_offset ()">
|
2339
2347
|
<a name="gtk-text-iter-set-offset"></a><h3>gtk_text_iter_set_offset ()</h3>
|
2340
2348
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_iter_set_offset (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2341
|
-
<em class="parameter"><code><a href="/
|
2349
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> char_offset</code></em>);</pre>
|
2342
2350
|
<p>
|
2343
2351
|
Sets <em class="parameter"><code>iter</code></em> to point to <em class="parameter"><code>char_offset</code></em>. <em class="parameter"><code>char_offset</code></em> counts from the start
|
2344
2352
|
of the entire text buffer, starting with 0.
|
@@ -2363,7 +2371,7 @@ of the entire text buffer, starting with 0.
|
|
2363
2371
|
<div class="refsect2" title="gtk_text_iter_set_line ()">
|
2364
2372
|
<a name="gtk-text-iter-set-line"></a><h3>gtk_text_iter_set_line ()</h3>
|
2365
2373
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_iter_set_line (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2366
|
-
<em class="parameter"><code><a href="/
|
2374
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> line_number</code></em>);</pre>
|
2367
2375
|
<p>
|
2368
2376
|
Moves iterator <em class="parameter"><code>iter</code></em> to the start of the line <em class="parameter"><code>line_number</code></em>. If
|
2369
2377
|
<em class="parameter"><code>line_number</code></em> is negative or larger than the number of lines in the
|
@@ -2389,7 +2397,7 @@ buffer, moves <em class="parameter"><code>iter</code></em> to the start of the l
|
|
2389
2397
|
<div class="refsect2" title="gtk_text_iter_set_line_offset ()">
|
2390
2398
|
<a name="gtk-text-iter-set-line-offset"></a><h3>gtk_text_iter_set_line_offset ()</h3>
|
2391
2399
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_iter_set_line_offset (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2392
|
-
<em class="parameter"><code><a href="/
|
2400
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> char_on_line</code></em>);</pre>
|
2393
2401
|
<p>
|
2394
2402
|
Moves <em class="parameter"><code>iter</code></em> within a line, to a new <span class="emphasis"><em>character</em></span>
|
2395
2403
|
(not byte) offset. The given character offset must be less than or
|
@@ -2418,7 +2426,7 @@ a character offset.
|
|
2418
2426
|
<div class="refsect2" title="gtk_text_iter_set_line_index ()">
|
2419
2427
|
<a name="gtk-text-iter-set-line-index"></a><h3>gtk_text_iter_set_line_index ()</h3>
|
2420
2428
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_iter_set_line_index (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2421
|
-
<em class="parameter"><code><a href="/
|
2429
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> byte_on_line</code></em>);</pre>
|
2422
2430
|
<p>
|
2423
2431
|
Same as <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-set-line-offset" title="gtk_text_iter_set_line_offset ()"><code class="function">gtk_text_iter_set_line_offset()</code></a>, but works with a
|
2424
2432
|
<span class="emphasis"><em>byte</em></span> index. The given byte index must be at
|
@@ -2446,7 +2454,7 @@ encoded character.
|
|
2446
2454
|
<a name="gtk-text-iter-set-visible-line-index"></a><h3>gtk_text_iter_set_visible_line_index ()</h3>
|
2447
2455
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_iter_set_visible_line_index
|
2448
2456
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2449
|
-
<em class="parameter"><code><a href="/
|
2457
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> byte_on_line</code></em>);</pre>
|
2450
2458
|
<p>
|
2451
2459
|
Like <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-set-line-index" title="gtk_text_iter_set_line_index ()"><code class="function">gtk_text_iter_set_line_index()</code></a>, but the index is in visible
|
2452
2460
|
bytes, i.e. text with a tag making it invisible is not counted
|
@@ -2473,7 +2481,7 @@ in the index.
|
|
2473
2481
|
<a name="gtk-text-iter-set-visible-line-offset"></a><h3>gtk_text_iter_set_visible_line_offset ()</h3>
|
2474
2482
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_text_iter_set_visible_line_offset
|
2475
2483
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2476
|
-
<em class="parameter"><code><a href="/
|
2484
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> char_on_line</code></em>);</pre>
|
2477
2485
|
<p>
|
2478
2486
|
Like <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-set-line-offset" title="gtk_text_iter_set_line_offset ()"><code class="function">gtk_text_iter_set_line_offset()</code></a>, but the offset is in visible
|
2479
2487
|
characters, i.e. text with a tag making it invisible is not
|
@@ -2516,7 +2524,7 @@ end iterator returns 0, which is convenient for writing loops.
|
|
2516
2524
|
<hr>
|
2517
2525
|
<div class="refsect2" title="gtk_text_iter_forward_to_line_end ()">
|
2518
2526
|
<a name="gtk-text-iter-forward-to-line-end"></a><h3>gtk_text_iter_forward_to_line_end ()</h3>
|
2519
|
-
<pre class="programlisting"><a href="/
|
2527
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_to_line_end (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
2520
2528
|
<p>
|
2521
2529
|
Moves the iterator to point to the paragraph delimiter characters,
|
2522
2530
|
which will be either a newline, a carriage return, a carriage
|
@@ -2525,7 +2533,7 @@ character. If the iterator is already at the paragraph delimiter
|
|
2525
2533
|
characters, moves to the paragraph delimiter characters for the
|
2526
2534
|
next line. If <em class="parameter"><code>iter</code></em> is on the last line in the buffer, which does
|
2527
2535
|
not end in paragraph delimiters, moves to the end iterator (end of
|
2528
|
-
the last line), and returns <a href="/
|
2536
|
+
the last line), and returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.
|
2529
2537
|
</p>
|
2530
2538
|
<div class="variablelist"><table border="0">
|
2531
2539
|
<col align="left" valign="top">
|
@@ -2537,7 +2545,7 @@ the last line), and returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-
|
|
2537
2545
|
</tr>
|
2538
2546
|
<tr>
|
2539
2547
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2540
|
-
<td> <a href="/
|
2548
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if we moved and the new location is not the end iterator
|
2541
2549
|
</td>
|
2542
2550
|
</tr>
|
2543
2551
|
</tbody>
|
@@ -2546,13 +2554,13 @@ the last line), and returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-
|
|
2546
2554
|
<hr>
|
2547
2555
|
<div class="refsect2" title="gtk_text_iter_forward_to_tag_toggle ()">
|
2548
2556
|
<a name="gtk-text-iter-forward-to-tag-toggle"></a><h3>gtk_text_iter_forward_to_tag_toggle ()</h3>
|
2549
|
-
<pre class="programlisting"><a href="/
|
2557
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_to_tag_toggle (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2550
2558
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);</pre>
|
2551
2559
|
<p>
|
2552
2560
|
Moves forward to the next toggle (on or off) of the
|
2553
2561
|
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> <em class="parameter"><code>tag</code></em>, or to the next toggle of any tag if
|
2554
|
-
<em class="parameter"><code>tag</code></em> is <a href="/
|
2555
|
-
returns <a href="/
|
2562
|
+
<em class="parameter"><code>tag</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. If no matching tag toggles are found,
|
2563
|
+
returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. Does not return toggles
|
2556
2564
|
located at <em class="parameter"><code>iter</code></em>, only toggles after <em class="parameter"><code>iter</code></em>. Sets <em class="parameter"><code>iter</code></em> to
|
2557
2565
|
the location of the toggle, or to the end of the buffer
|
2558
2566
|
if no toggle is found.
|
@@ -2567,7 +2575,8 @@ if no toggle is found.
|
|
2567
2575
|
</tr>
|
2568
2576
|
<tr>
|
2569
2577
|
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
|
2570
|
-
<td> a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>, or <a href="/
|
2578
|
+
<td> a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2579
|
+
</td>
|
2571
2580
|
</tr>
|
2572
2581
|
<tr>
|
2573
2582
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -2580,14 +2589,14 @@ if no toggle is found.
|
|
2580
2589
|
<hr>
|
2581
2590
|
<div class="refsect2" title="gtk_text_iter_backward_to_tag_toggle ()">
|
2582
2591
|
<a name="gtk-text-iter-backward-to-tag-toggle"></a><h3>gtk_text_iter_backward_to_tag_toggle ()</h3>
|
2583
|
-
<pre class="programlisting"><a href="/
|
2592
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_to_tag_toggle
|
2584
2593
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2585
2594
|
<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>);</pre>
|
2586
2595
|
<p>
|
2587
2596
|
Moves backward to the next toggle (on or off) of the
|
2588
2597
|
<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> <em class="parameter"><code>tag</code></em>, or to the next toggle of any tag if
|
2589
|
-
<em class="parameter"><code>tag</code></em> is <a href="/
|
2590
|
-
returns <a href="/
|
2598
|
+
<em class="parameter"><code>tag</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. If no matching tag toggles are found,
|
2599
|
+
returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. Does not return toggles
|
2591
2600
|
located at <em class="parameter"><code>iter</code></em>, only toggles before <em class="parameter"><code>iter</code></em>. Sets <em class="parameter"><code>iter</code></em>
|
2592
2601
|
to the location of the toggle, or the start of the buffer
|
2593
2602
|
if no toggle is found.
|
@@ -2602,7 +2611,8 @@ if no toggle is found.
|
|
2602
2611
|
</tr>
|
2603
2612
|
<tr>
|
2604
2613
|
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
|
2605
|
-
<td> a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>, or <a href="/
|
2614
|
+
<td> a <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2615
|
+
</td>
|
2606
2616
|
</tr>
|
2607
2617
|
<tr>
|
2608
2618
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -2615,8 +2625,8 @@ if no toggle is found.
|
|
2615
2625
|
<hr>
|
2616
2626
|
<div class="refsect2" title="GtkTextCharPredicate ()">
|
2617
2627
|
<a name="GtkTextCharPredicate"></a><h3>GtkTextCharPredicate ()</h3>
|
2618
|
-
<pre class="programlisting"><a href="/
|
2619
|
-
<em class="parameter"><code><a href="/
|
2628
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*GtkTextCharPredicate) (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Unicode-Manipulation.html#gunichar"><span class="type">gunichar</span></a> ch</code></em>,
|
2629
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
2620
2630
|
<p>
|
2621
2631
|
</p>
|
2622
2632
|
<div class="variablelist"><table border="0">
|
@@ -2643,15 +2653,15 @@ if no toggle is found.
|
|
2643
2653
|
<hr>
|
2644
2654
|
<div class="refsect2" title="gtk_text_iter_forward_find_char ()">
|
2645
2655
|
<a name="gtk-text-iter-forward-find-char"></a><h3>gtk_text_iter_forward_find_char ()</h3>
|
2646
|
-
<pre class="programlisting"><a href="/
|
2656
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_find_char (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2647
2657
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextCharPredicate" title="GtkTextCharPredicate ()"><span class="type">GtkTextCharPredicate</span></a> pred</code></em>,
|
2648
|
-
<em class="parameter"><code><a href="/
|
2658
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
2649
2659
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *limit</code></em>);</pre>
|
2650
2660
|
<p>
|
2651
2661
|
Advances <em class="parameter"><code>iter</code></em>, calling <em class="parameter"><code>pred</code></em> on each character. If
|
2652
|
-
<em class="parameter"><code>pred</code></em> returns <a href="/
|
2653
|
-
If <em class="parameter"><code>pred</code></em> never returns <a href="/
|
2654
|
-
<em class="parameter"><code>limit</code></em> is non-<a href="/
|
2662
|
+
<em class="parameter"><code>pred</code></em> returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> and stops scanning.
|
2663
|
+
If <em class="parameter"><code>pred</code></em> never returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, <em class="parameter"><code>iter</code></em> is set to <em class="parameter"><code>limit</code></em> if
|
2664
|
+
<em class="parameter"><code>limit</code></em> is non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, otherwise to the end iterator.
|
2655
2665
|
</p>
|
2656
2666
|
<div class="variablelist"><table border="0">
|
2657
2667
|
<col align="left" valign="top">
|
@@ -2673,7 +2683,8 @@ If <em class="parameter"><code>pred</code></em> never returns <a href="/usr/shar
|
|
2673
2683
|
</tr>
|
2674
2684
|
<tr>
|
2675
2685
|
<td><p><span class="term"><em class="parameter"><code>limit</code></em> :</span></p></td>
|
2676
|
-
<td> search limit, or <a href="/
|
2686
|
+
<td> search limit, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for none. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2687
|
+
</td>
|
2677
2688
|
</tr>
|
2678
2689
|
<tr>
|
2679
2690
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -2686,9 +2697,9 @@ If <em class="parameter"><code>pred</code></em> never returns <a href="/usr/shar
|
|
2686
2697
|
<hr>
|
2687
2698
|
<div class="refsect2" title="gtk_text_iter_backward_find_char ()">
|
2688
2699
|
<a name="gtk-text-iter-backward-find-char"></a><h3>gtk_text_iter_backward_find_char ()</h3>
|
2689
|
-
<pre class="programlisting"><a href="/
|
2700
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_find_char (<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2690
2701
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextCharPredicate" title="GtkTextCharPredicate ()"><span class="type">GtkTextCharPredicate</span></a> pred</code></em>,
|
2691
|
-
<em class="parameter"><code><a href="/
|
2702
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
2692
2703
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *limit</code></em>);</pre>
|
2693
2704
|
<p>
|
2694
2705
|
Same as <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-find-char" title="gtk_text_iter_forward_find_char ()"><code class="function">gtk_text_iter_forward_find_char()</code></a>, but goes backward from <em class="parameter"><code>iter</code></em>.
|
@@ -2713,7 +2724,8 @@ Same as <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-find-ch
|
|
2713
2724
|
</tr>
|
2714
2725
|
<tr>
|
2715
2726
|
<td><p><span class="term"><em class="parameter"><code>limit</code></em> :</span></p></td>
|
2716
|
-
<td> search limit, or <a href="/
|
2727
|
+
<td> search limit, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for none. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2728
|
+
</td>
|
2717
2729
|
</tr>
|
2718
2730
|
<tr>
|
2719
2731
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -2738,8 +2750,8 @@ Same as <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-find-ch
|
|
2738
2750
|
<hr>
|
2739
2751
|
<div class="refsect2" title="gtk_text_iter_forward_search ()">
|
2740
2752
|
<a name="gtk-text-iter-forward-search"></a><h3>gtk_text_iter_forward_search ()</h3>
|
2741
|
-
<pre class="programlisting"><a href="/
|
2742
|
-
<em class="parameter"><code>const <a href="/
|
2753
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_forward_search (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2754
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
2743
2755
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextSearchFlags" title="enum GtkTextSearchFlags"><span class="type">GtkTextSearchFlags</span></a> flags</code></em>,
|
2744
2756
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
|
2745
2757
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
|
@@ -2781,15 +2793,18 @@ character in <em class="parameter"><code>str</code></em> will match embedded pix
|
|
2781
2793
|
</tr>
|
2782
2794
|
<tr>
|
2783
2795
|
<td><p><span class="term"><em class="parameter"><code>match_start</code></em> :</span></p></td>
|
2784
|
-
<td> return location for start of match, or <a href="/
|
2796
|
+
<td> return location for start of match, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> caller-allocates][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym> caller-allocates]</span>
|
2797
|
+
</td>
|
2785
2798
|
</tr>
|
2786
2799
|
<tr>
|
2787
2800
|
<td><p><span class="term"><em class="parameter"><code>match_end</code></em> :</span></p></td>
|
2788
|
-
<td> return location for end of match, or <a href="/
|
2801
|
+
<td> return location for end of match, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> caller-allocates][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym> caller-allocates]</span>
|
2802
|
+
</td>
|
2789
2803
|
</tr>
|
2790
2804
|
<tr>
|
2791
2805
|
<td><p><span class="term"><em class="parameter"><code>limit</code></em> :</span></p></td>
|
2792
|
-
<td> bound for the search, or <a href="/
|
2806
|
+
<td> bound for the search, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for the end of the buffer. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2807
|
+
</td>
|
2793
2808
|
</tr>
|
2794
2809
|
<tr>
|
2795
2810
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -2802,8 +2817,8 @@ character in <em class="parameter"><code>str</code></em> will match embedded pix
|
|
2802
2817
|
<hr>
|
2803
2818
|
<div class="refsect2" title="gtk_text_iter_backward_search ()">
|
2804
2819
|
<a name="gtk-text-iter-backward-search"></a><h3>gtk_text_iter_backward_search ()</h3>
|
2805
|
-
<pre class="programlisting"><a href="/
|
2806
|
-
<em class="parameter"><code>const <a href="/
|
2820
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_backward_search (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2821
|
+
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
2807
2822
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextSearchFlags" title="enum GtkTextSearchFlags"><span class="type">GtkTextSearchFlags</span></a> flags</code></em>,
|
2808
2823
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *match_start</code></em>,
|
2809
2824
|
<em class="parameter"><code><a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *match_end</code></em>,
|
@@ -2831,15 +2846,18 @@ Same as <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-search"
|
|
2831
2846
|
</tr>
|
2832
2847
|
<tr>
|
2833
2848
|
<td><p><span class="term"><em class="parameter"><code>match_start</code></em> :</span></p></td>
|
2834
|
-
<td> return location for start of match, or <a href="/
|
2849
|
+
<td> return location for start of match, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> caller-allocates][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym> caller-allocates]</span>
|
2850
|
+
</td>
|
2835
2851
|
</tr>
|
2836
2852
|
<tr>
|
2837
2853
|
<td><p><span class="term"><em class="parameter"><code>match_end</code></em> :</span></p></td>
|
2838
|
-
<td> return location for end of match, or <a href="/
|
2854
|
+
<td> return location for end of match, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> caller-allocates][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym> caller-allocates]</span>
|
2855
|
+
</td>
|
2839
2856
|
</tr>
|
2840
2857
|
<tr>
|
2841
2858
|
<td><p><span class="term"><em class="parameter"><code>limit</code></em> :</span></p></td>
|
2842
|
-
<td> location of last possible <em class="parameter"><code>match_start</code></em>, or <a href="/
|
2859
|
+
<td> location of last possible <em class="parameter"><code>match_start</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for start of buffer. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2860
|
+
</td>
|
2843
2861
|
</tr>
|
2844
2862
|
<tr>
|
2845
2863
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -2852,7 +2870,7 @@ Same as <a class="link" href="gtk-GtkTextIter.html#gtk-text-iter-forward-search"
|
|
2852
2870
|
<hr>
|
2853
2871
|
<div class="refsect2" title="gtk_text_iter_equal ()">
|
2854
2872
|
<a name="gtk-text-iter-equal"></a><h3>gtk_text_iter_equal ()</h3>
|
2855
|
-
<pre class="programlisting"><a href="/
|
2873
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_equal (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *lhs</code></em>,
|
2856
2874
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *rhs</code></em>);</pre>
|
2857
2875
|
<p>
|
2858
2876
|
Tests whether two iterators are equal, using the fastest possible
|
@@ -2876,7 +2894,7 @@ comparing the offsets yourself. Also, it's a bit faster than
|
|
2876
2894
|
</tr>
|
2877
2895
|
<tr>
|
2878
2896
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2879
|
-
<td> <a href="/
|
2897
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the iterators point to the same place in the buffer
|
2880
2898
|
</td>
|
2881
2899
|
</tr>
|
2882
2900
|
</tbody>
|
@@ -2885,7 +2903,7 @@ comparing the offsets yourself. Also, it's a bit faster than
|
|
2885
2903
|
<hr>
|
2886
2904
|
<div class="refsect2" title="gtk_text_iter_compare ()">
|
2887
2905
|
<a name="gtk-text-iter-compare"></a><h3>gtk_text_iter_compare ()</h3>
|
2888
|
-
<pre class="programlisting"><a href="/
|
2906
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_text_iter_compare (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *lhs</code></em>,
|
2889
2907
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *rhs</code></em>);</pre>
|
2890
2908
|
<p>
|
2891
2909
|
A <code class="function">qsort()</code>-style function that returns negative if <em class="parameter"><code>lhs</code></em> is less than
|
@@ -2917,7 +2935,7 @@ is less than the second character in the buffer.
|
|
2917
2935
|
<hr>
|
2918
2936
|
<div class="refsect2" title="gtk_text_iter_in_range ()">
|
2919
2937
|
<a name="gtk-text-iter-in-range"></a><h3>gtk_text_iter_in_range ()</h3>
|
2920
|
-
<pre class="programlisting"><a href="/
|
2938
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_text_iter_in_range (<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
2921
2939
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
|
2922
2940
|
<em class="parameter"><code>const <a class="link" href="gtk-GtkTextIter.html#GtkTextIter" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>);</pre>
|
2923
2941
|
<p>
|
@@ -2944,7 +2962,7 @@ Checks whether <em class="parameter"><code>iter</code></em> falls in the range [
|
|
2944
2962
|
</tr>
|
2945
2963
|
<tr>
|
2946
2964
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2947
|
-
<td> <a href="/
|
2965
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> is in the range
|
2948
2966
|
</td>
|
2949
2967
|
</tr>
|
2950
2968
|
</tbody>
|
@@ -2983,6 +3001,6 @@ that expect a pre-sorted range.
|
|
2983
3001
|
</div>
|
2984
3002
|
<div class="footer">
|
2985
3003
|
<hr>
|
2986
|
-
Generated by GTK-Doc V1.
|
3004
|
+
Generated by GTK-Doc V1.15</div>
|
2987
3005
|
</body>
|
2988
3006
|
</html>
|