gtk2 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README +2 -2
- data/Rakefile +5 -3
- data/ext/gtk2/extconf.rb +5 -2
- data/ext/gtk2/global.h +1 -8
- data/ext/gtk2/rbgdk.c +1 -16
- data/ext/gtk2/rbgdkcairo.c +0 -8
- data/ext/gtk2/rbgdkcolormap.c +0 -4
- data/ext/gtk2/rbgdkcursor.c +0 -18
- data/ext/gtk2/rbgdkdisplay.c +7 -45
- data/ext/gtk2/rbgdkdisplaymanager.c +0 -5
- data/ext/gtk2/rbgdkdragcontext.c +0 -13
- data/ext/gtk2/rbgdkdraw.c +2 -26
- data/ext/gtk2/rbgdkevent.c +631 -324
- data/ext/gtk2/rbgdkgc.c +0 -5
- data/ext/gtk2/rbgdkkeymap.c +2 -4
- data/ext/gtk2/rbgdkpango.c +0 -5
- data/ext/gtk2/rbgdkpangorenderer.c +0 -6
- data/ext/gtk2/rbgdkpixbuf.c +0 -3
- data/ext/gtk2/rbgdkpixmap.c +3 -18
- data/ext/gtk2/rbgdkproperty.c +0 -41
- data/ext/gtk2/rbgdkscreen.c +0 -22
- data/ext/gtk2/rbgdkselection.c +0 -13
- data/ext/gtk2/rbgdkvisual.c +0 -4
- data/ext/gtk2/rbgdkwindow.c +2 -71
- data/ext/gtk2/rbgdkx11.c +1 -6
- data/ext/gtk2/rbgtkaboutdialog.c +0 -5
- data/ext/gtk2/rbgtkaccelerator.c +0 -4
- data/ext/gtk2/rbgtkaccelgroup.c +0 -8
- data/ext/gtk2/rbgtkaccelmap.c +0 -15
- data/ext/gtk2/rbgtkaction.c +0 -14
- data/ext/gtk2/rbgtkactiongroup.c +0 -9
- data/ext/gtk2/rbgtkalignment.c +0 -4
- data/ext/gtk2/rbgtkassistant.c +0 -6
- data/ext/gtk2/rbgtkbbox.c +0 -4
- data/ext/gtk2/rbgtkbutton.c +0 -4
- data/ext/gtk2/rbgtkcalendar.c +0 -8
- data/ext/gtk2/rbgtkcelllayout.c +0 -5
- data/ext/gtk2/rbgtkcellrenderer.c +0 -8
- data/ext/gtk2/rbgtkcellrendereraccel.c +0 -6
- data/ext/gtk2/rbgtkcellrenderercombo.c +0 -6
- data/ext/gtk2/rbgtkcellrendererprogress.c +0 -6
- data/ext/gtk2/rbgtkcellrendererspin.c +0 -6
- data/ext/gtk2/rbgtkcellview.c +0 -5
- data/ext/gtk2/rbgtkclipboard.c +0 -48
- data/ext/gtk2/rbgtkcolorbutton.c +0 -6
- data/ext/gtk2/rbgtkcolorsel.c +0 -4
- data/ext/gtk2/rbgtkcombobox.c +0 -12
- data/ext/gtk2/rbgtkcomboboxentry.c +0 -6
- data/ext/gtk2/rbgtkconst.c +0 -2
- data/ext/gtk2/rbgtkdialog.c +0 -10
- data/ext/gtk2/rbgtkdrag.c +0 -24
- data/ext/gtk2/rbgtkentry.c +0 -4
- data/ext/gtk2/rbgtkentrycompletion.c +0 -10
- data/ext/gtk2/rbgtkexpander.c +0 -6
- data/ext/gtk2/rbgtkfilechooser.c +0 -10
- data/ext/gtk2/rbgtkfilechooserbutton.c +0 -6
- data/ext/gtk2/rbgtkfilechooserdialog.c +0 -8
- data/ext/gtk2/rbgtkfilechooserwidget.c +0 -6
- data/ext/gtk2/rbgtkfilefilter.c +0 -11
- data/ext/gtk2/rbgtkfilesystemerror.c +0 -2
- data/ext/gtk2/rbgtkfontbutton.c +0 -6
- data/ext/gtk2/rbgtkiconinfo.c +0 -5
- data/ext/gtk2/rbgtkiconsize.c +0 -4
- data/ext/gtk2/rbgtkicontheme.c +0 -11
- data/ext/gtk2/rbgtkiconview.c +0 -9
- data/ext/gtk2/rbgtkimage.c +0 -8
- data/ext/gtk2/rbgtkinvisible.c +0 -4
- data/ext/gtk2/rbgtklinkbutton.c +0 -5
- data/ext/gtk2/rbgtkliststore.c +0 -14
- data/ext/gtk2/rbgtkmenu.c +0 -12
- data/ext/gtk2/rbgtkmenubar.c +0 -2
- data/ext/gtk2/rbgtkmenushell.c +0 -4
- data/ext/gtk2/rbgtkmenutoolbutton.c +0 -5
- data/ext/gtk2/rbgtkmessagedialog.c +0 -4
- data/ext/gtk2/rbgtknotebook.c +0 -9
- data/ext/gtk2/rbgtkpagesetup.c +0 -5
- data/ext/gtk2/rbgtkpapersize.c +0 -6
- data/ext/gtk2/rbgtkprintcontext.c +0 -5
- data/ext/gtk2/rbgtkprintoperation.c +0 -5
- data/ext/gtk2/rbgtkprintoperationpreview.c +0 -5
- data/ext/gtk2/rbgtkprintsettings.c +0 -5
- data/ext/gtk2/rbgtkradioaction.c +0 -18
- data/ext/gtk2/rbgtkradiotoolbutton.c +0 -6
- data/ext/gtk2/rbgtkrange.c +0 -2
- data/ext/gtk2/rbgtkrc.c +0 -4
- data/ext/gtk2/rbgtkrecentchooser.c +0 -6
- data/ext/gtk2/rbgtkrecentchooserdialog.c +0 -5
- data/ext/gtk2/rbgtkrecentchoosermenu.c +0 -6
- data/ext/gtk2/rbgtkrecentchooserwidget.c +0 -5
- data/ext/gtk2/rbgtkrecentdata.c +0 -6
- data/ext/gtk2/rbgtkrecentfilter.c +0 -5
- data/ext/gtk2/rbgtkrecentfilterinfo.c +0 -6
- data/ext/gtk2/rbgtkrecentinfo.c +0 -5
- data/ext/gtk2/rbgtkrecentmanager.c +0 -5
- data/ext/gtk2/rbgtkscale.c +0 -6
- data/ext/gtk2/rbgtkscrolledwindow.c +0 -9
- data/ext/gtk2/rbgtkselection.c +0 -8
- data/ext/gtk2/rbgtkselectiondata.c +2 -14
- data/ext/gtk2/rbgtkseparatortoolitem.c +0 -6
- data/ext/gtk2/rbgtksettings.c +0 -4
- data/ext/gtk2/rbgtksizegroup.c +0 -5
- data/ext/gtk2/rbgtkstatusicon.c +0 -5
- data/ext/gtk2/rbgtkstock.c +0 -38
- data/ext/gtk2/rbgtkstyle.c +0 -8
- data/ext/gtk2/rbgtktargetlist.c +0 -34
- data/ext/gtk2/rbgtktextbuffer.c +0 -12
- data/ext/gtk2/rbgtktextiter.c +0 -8
- data/ext/gtk2/rbgtktextview.c +0 -4
- data/ext/gtk2/rbgtktoggleaction.c +0 -7
- data/ext/gtk2/rbgtktoggletoolbutton.c +0 -6
- data/ext/gtk2/rbgtktoolbar.c +0 -6
- data/ext/gtk2/rbgtktoolbutton.c +0 -6
- data/ext/gtk2/rbgtktoolitem.c +0 -9
- data/ext/gtk2/rbgtktooltips.c +0 -4
- data/ext/gtk2/rbgtktreeiter.c +0 -4
- data/ext/gtk2/rbgtktreemodelfilter.c +0 -5
- data/ext/gtk2/rbgtktreemodelsort.c +0 -4
- data/ext/gtk2/rbgtktreerowreference.c +0 -4
- data/ext/gtk2/rbgtktreeselection.c +0 -4
- data/ext/gtk2/rbgtktreestore.c +0 -19
- data/ext/gtk2/rbgtktreeview.c +0 -24
- data/ext/gtk2/rbgtktreeviewcolumn.c +0 -10
- data/ext/gtk2/rbgtkuimanager.c +0 -6
- data/ext/gtk2/rbgtkwidget.c +1 -31
- data/ext/gtk2/rbgtkwindow.c +2 -47
- data/lib/1.9/gtk2.so +0 -0
- data/lib/2.0/gtk2.so +0 -0
- data/sample/gtk-demo/common.rb +6 -1
- data/sample/gtk-demo/main.rb +89 -85
- data/test/test_gtk_icon_theme.rb +11 -6
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/include/gtk-2.0/gtk/gtksignal.h +3 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +3 -3
- 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/libpixmap.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules.cache +40 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-am-et.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cedilla.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ime.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-inuktitut.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-multipress.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-thai.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-er.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ti-et.la +2 -2
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-viqr.la +2 -2
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.la +2 -2
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgailutil.la +2 -2
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.la +3 -3
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.la +3 -3
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +111 -111
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +33 -33
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +2 -2
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplay.html +101 -99
- data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplayManager.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk2/GdkScreen.html +167 -167
- data/vendor/local/share/gtk-doc/html/gdk2/annotation-glossary.html +31 -22
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-10.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-16.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-2-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/api-index-full.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Application-launching.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Bitmaps-and-Pixmaps.html +68 -68
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cairo-Interaction.html +36 -36
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Colormaps-and-Colors.html +89 -89
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cursors.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drag-and-Drop.html +47 -47
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drawing-Primitives.html +268 -268
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Event-Structures.html +106 -106
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Events.html +66 -66
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Fonts.html +125 -125
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-GdkRGB.html +125 -125
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-General.html +85 -85
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Graphics-Contexts.html +54 -54
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Images.html +54 -54
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input-Devices.html +59 -59
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input.html +25 -25
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Keyboard-Handling.html +121 -104
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pango-Interaction.html +111 -111
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pixbufs.html +41 -41
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Points-Rectangles-and-Regions.html +49 -49
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Properties-and-Atoms.html +133 -132
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Selections.html +39 -39
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Testing.html +20 -20
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Threads.html +105 -105
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Visuals.html +59 -59
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Windows.html +478 -478
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-X-Window-System-Interaction.html +76 -76
- data/vendor/local/share/gtk-doc/html/gdk2/index.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk2/index.sgml +6 -6
- data/vendor/local/share/gtk-doc/html/gdk2/multihead.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk2/reference.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/AbstractObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/Actions.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/Builder.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/ButtonWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/DeprecatedObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/DisplayWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAboutDialog.html +144 -144
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAccelLabel.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAccessible.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAction.html +135 -135
- data/vendor/local/share/gtk-doc/html/gtk2/GtkActionGroup.html +112 -112
- data/vendor/local/share/gtk-doc/html/gtk2/GtkActivatable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAdjustment.html +80 -80
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAlignment.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk2/GtkArrow.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAspectFrame.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAssistant.html +73 -73
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBin.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBox.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBuildable.html +54 -54
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBuilder.html +129 -129
- data/vendor/local/share/gtk-doc/html/gtk2/GtkButton.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk2/GtkButtonBox.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCList.html +296 -296
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCTree.html +214 -214
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCalendar.html +99 -99
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellEditable.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellLayout.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRenderer.html +104 -104
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererAccel.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererCombo.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererPixbuf.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererProgress.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpin.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpinner.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererText.html +98 -98
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererToggle.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellView.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCheckButton.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorButton.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelection.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelectionDialog.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCombo.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBox.html +116 -114
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxEntry.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxText.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkContainer.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCurve.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk2/GtkDialog.html +77 -77
- data/vendor/local/share/gtk-doc/html/gtk2/GtkDrawingArea.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEditable.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntry.html +299 -299
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryBuffer.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryCompletion.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEventBox.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk2/GtkExpander.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooser.html +219 -219
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserButton.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserDialog.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserWidget.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileSelection.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFixed.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontButton.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelection.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelectionDialog.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFrame.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk2/GtkGammaCurve.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHBox.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHButtonBox.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHRuler.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHSV.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHScale.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHScrollbar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHandleBox.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContext.html +71 -71
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContextSimple.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMMulticontext.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIconTheme.html +115 -115
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIconView.html +222 -222
- data/vendor/local/share/gtk-doc/html/gtk2/GtkImage.html +105 -105
- data/vendor/local/share/gtk-doc/html/gtk2/GtkImageMenuItem.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInfoBar.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInputDialog.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInvisible.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkItemFactory.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLabel.html +205 -205
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLayout.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLinkButton.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkList.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtk2/GtkListItem.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkListStore.html +68 -68
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenu.html +115 -115
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuBar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuItem.html +68 -68
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuShell.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuToolButton.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMessageDialog.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMisc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkNotebook.html +230 -230
- data/vendor/local/share/gtk-doc/html/gtk2/GtkObject.html +119 -119
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOffscreenWindow.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOldEditable.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOptionMenu.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetup.html +77 -77
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetupUnixDialog.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPaned.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPaperSize.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPixmap.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPlug.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPreview.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintContext.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintJob.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintSettings.html +212 -212
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintUnixDialog.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrinter.html +98 -98
- data/vendor/local/share/gtk-doc/html/gtk2/GtkProgress.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk2/GtkProgressBar.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioAction.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioButton.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioMenuItem.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioToolButton.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRange.html +113 -113
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentAction.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooser.html +117 -117
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserDialog.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserMenu.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserWidget.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentFilter.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentManager.html +154 -154
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRuler.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScale.html +49 -49
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScaleButton.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScrollbar.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScrolledWindow.html +45 -24
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorMenuItem.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorToolItem.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSettings.html +236 -220
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSizeGroup.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSocket.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinButton.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinner.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusIcon.html +177 -177
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusbar.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStyle.html +476 -476
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTable.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTearoffMenuItem.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkText.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextBuffer.html +241 -241
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextIter.html +319 -319
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextMark.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTag.html +153 -153
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTagTable.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextView.html +248 -248
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTipsQuery.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleAction.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleButton.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleToolButton.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolButton.html +64 -64
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItem.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItemGroup.html +56 -56
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolPalette.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolShell.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolbar.html +129 -129
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltip.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltips.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTree.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModel.html +158 -158
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelFilter.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelSort.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSelection.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSortable.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeStore.html +77 -77
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeView.html +482 -482
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeViewColumn.html +180 -180
- data/vendor/local/share/gtk-doc/html/gtk2/GtkUIManager.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVBox.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVButtonBox.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVRuler.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVScale.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVScrollbar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkViewport.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWidget.html +803 -803
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWindow.html +324 -324
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWindowGroup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/LayoutContainers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/MenusAndCombos.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/MiscObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/NumericEntry.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/Ornaments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/PlugSocket.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/Printing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/RecentDocuments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/ScrollingWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/SelectorWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/SpecialObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/TextWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/TextWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/TreeWidget.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk2/TreeWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/WindowWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/annotation-glossary.html +34 -31
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-10.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-16.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-24.html +10 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-2-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/api-index-full.html +26 -18
- data/vendor/local/share/gtk-doc/html/gtk2/ch01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/chap-drawing-model.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/checklist-gdkeventexpose-region.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/checklist-modifiers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/decorating-the-assistant-pages.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-builder-convert.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-building.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-1-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-2-0.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-directfb.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-ClientSideWindows.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAboutDialog.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAction.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAssistant.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkBuilder.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkColorButton.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkComboBox.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkFileChooser.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkIconView.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkLinkButton.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkRecentChooser.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-checklist.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-entry-icons.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-label-links.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-tooltips.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-osx.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-query-immodules-2.0.html +28 -7
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-question-index.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-running.html +7 -8
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-update-icon-cache.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-windows.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-x11.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Accelerator-Maps.html +54 -54
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Bindings.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Clipboards.html +128 -128
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Drag-and-Drop.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Feature-Test-Macros.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Filesystem-utilities.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-General.html +180 -180
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Graphics-Contexts.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-GtkTreeView-drag-and-drop.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-High-level-Printing-API.html +184 -184
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Keyboard-Accelerators.html +102 -102
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Orientable.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Resource-Files.html +73 -73
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Selections.html +161 -161
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Signals.html +97 -97
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Standard-Enumerations.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Stock-Items.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Testing.html +54 -54
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Themeable-Stock-Images.html +84 -84
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Types.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkcheckmenuitem.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkfilefilter.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2.devhelp2 +4 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkbase.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-installing-extra-widgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-installing-preview.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-new-features.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-selection-modes.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/gtkobjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-advanced.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/index.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/index.sgml +10 -8
- data/vendor/local/share/gtk-doc/html/gtk2/migrating-GtkCombo.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/migrating-gnomeuiinfo.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/migrating.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/new-features-GtkComboBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/pt05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/setting-the-page-flow.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/ui-manager.html +2 -2
- data/vendor/local/share/icons/hicolor/index.theme +179 -11
- 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/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk20.mo +0 -0
- metadata +15 -23
- data/vendor/local/etc/gtk-2.0/gtk.immodules +0 -39
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="reference.html" title="API Reference">
|
9
9
|
<link rel="prev" href="gdk2-Drag-and-Drop.html" title="Drag and Drop">
|
10
10
|
<link rel="next" href="gdk2-Threads.html" title="Threads">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19 (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,78 +44,78 @@ typedef <a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom
|
|
44
44
|
#define <a class="link" href="gdk2-Properties-and-Atoms.html#GDK-ATOM-TO-POINTER:CAPS" title="GDK_ATOM_TO_POINTER()">GDK_ATOM_TO_POINTER</a> (atom)
|
45
45
|
#define <a class="link" href="gdk2-Properties-and-Atoms.html#GDK-POINTER-TO-ATOM:CAPS" title="GDK_POINTER_TO_ATOM()">GDK_POINTER_TO_ATOM</a> (ptr)
|
46
46
|
#define <a class="link" href="gdk2-Properties-and-Atoms.html#GDK-NONE:CAPS" title="GDK_NONE">GDK_NONE</a>
|
47
|
-
<a href="/home/
|
48
|
-
<em class="parameter"><code><a href="/home/
|
49
|
-
<em class="parameter"><code>const <a href="/home/
|
50
|
-
<em class="parameter"><code><a href="/home/
|
51
|
-
<em class="parameter"><code><a href="/home/
|
52
|
-
<a href="/home/
|
47
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-text-property-to-text-list" title="gdk_text_property_to_text_list ()">gdk_text_property_to_text_list</a> (<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> encoding</code></em>,
|
48
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> format</code></em>,
|
49
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *text</code></em>,
|
50
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>,
|
51
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***list</code></em>);
|
52
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-text-property-to-text-list-for-display" title="gdk_text_property_to_text_list_for_display ()">gdk_text_property_to_text_list_for_display</a>
|
53
53
|
(<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
|
54
54
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> encoding</code></em>,
|
55
|
-
<em class="parameter"><code><a href="/home/
|
56
|
-
<em class="parameter"><code>const <a href="/home/
|
57
|
-
<em class="parameter"><code><a href="/home/
|
58
|
-
<em class="parameter"><code><a href="/home/
|
59
|
-
<span class="returnvalue">void</span> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-free-text-list" title="gdk_free_text_list ()">gdk_free_text_list</a> (<em class="parameter"><code><a href="/home/
|
60
|
-
<a href="/home/
|
61
|
-
<em class="parameter"><code><a href="/home/
|
62
|
-
<em class="parameter"><code>const <a href="/home/
|
63
|
-
<em class="parameter"><code><a href="/home/
|
64
|
-
<em class="parameter"><code><a href="/home/
|
65
|
-
<a href="/home/
|
55
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> format</code></em>,
|
56
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *text</code></em>,
|
57
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>,
|
58
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***list</code></em>);
|
59
|
+
<span class="returnvalue">void</span> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-free-text-list" title="gdk_free_text_list ()">gdk_free_text_list</a> (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **list</code></em>);
|
60
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-text-property-to-utf8-list" title="gdk_text_property_to_utf8_list ()">gdk_text_property_to_utf8_list</a> (<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> encoding</code></em>,
|
61
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> format</code></em>,
|
62
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *text</code></em>,
|
63
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>,
|
64
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***list</code></em>);
|
65
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-text-property-to-utf8-list-for-display" title="gdk_text_property_to_utf8_list_for_display ()">gdk_text_property_to_utf8_list_for_display</a>
|
66
66
|
(<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
|
67
67
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> encoding</code></em>,
|
68
|
-
<em class="parameter"><code><a href="/home/
|
69
|
-
<em class="parameter"><code>const <a href="/home/
|
70
|
-
<em class="parameter"><code><a href="/home/
|
71
|
-
<em class="parameter"><code><a href="/home/
|
72
|
-
<a href="/home/
|
68
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> format</code></em>,
|
69
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *text</code></em>,
|
70
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>,
|
71
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***list</code></em>);
|
72
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-string-to-compound-text" title="gdk_string_to_compound_text ()">gdk_string_to_compound_text</a> (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
73
73
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> *encoding</code></em>,
|
74
|
-
<em class="parameter"><code><a href="/home/
|
75
|
-
<em class="parameter"><code><a href="/home/
|
76
|
-
<em class="parameter"><code><a href="/home/
|
77
|
-
<a href="/home/
|
74
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *format</code></em>,
|
75
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **ctext</code></em>,
|
76
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *length</code></em>);
|
77
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-string-to-compound-text-for-display" title="gdk_string_to_compound_text_for_display ()">gdk_string_to_compound_text_for_display</a>
|
78
78
|
(<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
|
79
|
-
<em class="parameter"><code>const <a href="/home/
|
79
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
80
80
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> *encoding</code></em>,
|
81
|
-
<em class="parameter"><code><a href="/home/
|
82
|
-
<em class="parameter"><code><a href="/home/
|
83
|
-
<em class="parameter"><code><a href="/home/
|
84
|
-
<span class="returnvalue">void</span> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-free-compound-text" title="gdk_free_compound_text ()">gdk_free_compound_text</a> (<em class="parameter"><code><a href="/home/
|
85
|
-
<a href="/home/
|
86
|
-
<a href="/home/
|
81
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *format</code></em>,
|
82
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **ctext</code></em>,
|
83
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *length</code></em>);
|
84
|
+
<span class="returnvalue">void</span> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-free-compound-text" title="gdk_free_compound_text ()">gdk_free_compound_text</a> (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *ctext</code></em>);
|
85
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-utf8-to-string-target" title="gdk_utf8_to_string_target ()">gdk_utf8_to_string_target</a> (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);
|
86
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-utf8-to-compound-text" title="gdk_utf8_to_compound_text ()">gdk_utf8_to_compound_text</a> (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
87
87
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> *encoding</code></em>,
|
88
|
-
<em class="parameter"><code><a href="/home/
|
89
|
-
<em class="parameter"><code><a href="/home/
|
90
|
-
<em class="parameter"><code><a href="/home/
|
91
|
-
<a href="/home/
|
88
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *format</code></em>,
|
89
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **ctext</code></em>,
|
90
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *length</code></em>);
|
91
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-utf8-to-compound-text-for-display" title="gdk_utf8_to_compound_text_for_display ()">gdk_utf8_to_compound_text_for_display</a>
|
92
92
|
(<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
|
93
|
-
<em class="parameter"><code>const <a href="/home/
|
93
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
94
94
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> *encoding</code></em>,
|
95
|
-
<em class="parameter"><code><a href="/home/
|
96
|
-
<em class="parameter"><code><a href="/home/
|
97
|
-
<em class="parameter"><code><a href="/home/
|
98
|
-
<a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="returnvalue">GdkAtom</span></a> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-atom-intern" title="gdk_atom_intern ()">gdk_atom_intern</a> (<em class="parameter"><code>const <a href="/home/
|
99
|
-
<em class="parameter"><code><a href="/home/
|
100
|
-
<a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="returnvalue">GdkAtom</span></a> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-atom-intern-static-string" title="gdk_atom_intern_static_string ()">gdk_atom_intern_static_string</a> (<em class="parameter"><code>const <a href="/home/
|
101
|
-
<a href="/home/
|
102
|
-
<a href="/home/
|
95
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *format</code></em>,
|
96
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **ctext</code></em>,
|
97
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *length</code></em>);
|
98
|
+
<a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="returnvalue">GdkAtom</span></a> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-atom-intern" title="gdk_atom_intern ()">gdk_atom_intern</a> (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *atom_name</code></em>,
|
99
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> only_if_exists</code></em>);
|
100
|
+
<a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="returnvalue">GdkAtom</span></a> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-atom-intern-static-string" title="gdk_atom_intern_static_string ()">gdk_atom_intern_static_string</a> (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *atom_name</code></em>);
|
101
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-atom-name" title="gdk_atom_name ()">gdk_atom_name</a> (<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> atom</code></em>);
|
102
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-property-get" title="gdk_property_get ()">gdk_property_get</a> (<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
103
103
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> property</code></em>,
|
104
104
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> type</code></em>,
|
105
|
-
<em class="parameter"><code><a href="/home/
|
106
|
-
<em class="parameter"><code><a href="/home/
|
107
|
-
<em class="parameter"><code><a href="/home/
|
105
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> offset</code></em>,
|
106
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> length</code></em>,
|
107
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> pdelete</code></em>,
|
108
108
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> *actual_property_type</code></em>,
|
109
|
-
<em class="parameter"><code><a href="/home/
|
110
|
-
<em class="parameter"><code><a href="/home/
|
111
|
-
<em class="parameter"><code><a href="/home/
|
109
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *actual_format</code></em>,
|
110
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *actual_length</code></em>,
|
111
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **data</code></em>);
|
112
112
|
<span class="returnvalue">void</span> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-property-change" title="gdk_property_change ()">gdk_property_change</a> (<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
113
113
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> property</code></em>,
|
114
114
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> type</code></em>,
|
115
|
-
<em class="parameter"><code><a href="/home/
|
115
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> format</code></em>,
|
116
116
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkPropMode" title="enum GdkPropMode"><span class="type">GdkPropMode</span></a> mode</code></em>,
|
117
|
-
<em class="parameter"><code>const <a href="/home/
|
118
|
-
<em class="parameter"><code><a href="/home/
|
117
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *data</code></em>,
|
118
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> nelements</code></em>);
|
119
119
|
enum <a class="link" href="gdk2-Properties-and-Atoms.html#GdkPropMode" title="enum GdkPropMode">GdkPropMode</a>;
|
120
120
|
<span class="returnvalue">void</span> <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-property-delete" title="gdk_property_delete ()">gdk_property_delete</a> (<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
121
121
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> property</code></em>);
|
@@ -218,11 +218,11 @@ in the Xlib API.
|
|
218
218
|
<hr>
|
219
219
|
<div class="refsect2">
|
220
220
|
<a name="gdk-text-property-to-text-list"></a><h3>gdk_text_property_to_text_list ()</h3>
|
221
|
-
<pre class="programlisting"><a href="/home/
|
222
|
-
<em class="parameter"><code><a href="/home/
|
223
|
-
<em class="parameter"><code>const <a href="/home/
|
224
|
-
<em class="parameter"><code><a href="/home/
|
225
|
-
<em class="parameter"><code><a href="/home/
|
221
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_text_property_to_text_list (<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> encoding</code></em>,
|
222
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> format</code></em>,
|
223
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *text</code></em>,
|
224
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>,
|
225
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***list</code></em>);</pre>
|
226
226
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
227
227
|
<h3 class="title">Warning</h3>
|
228
228
|
<p><code class="literal">gdk_text_property_to_text_list</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -275,16 +275,16 @@ if the conversion failed.</td>
|
|
275
275
|
<hr>
|
276
276
|
<div class="refsect2">
|
277
277
|
<a name="gdk-text-property-to-text-list-for-display"></a><h3>gdk_text_property_to_text_list_for_display ()</h3>
|
278
|
-
<pre class="programlisting"><a href="/home/
|
278
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_text_property_to_text_list_for_display
|
279
279
|
(<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
|
280
280
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> encoding</code></em>,
|
281
|
-
<em class="parameter"><code><a href="/home/
|
282
|
-
<em class="parameter"><code>const <a href="/home/
|
283
|
-
<em class="parameter"><code><a href="/home/
|
284
|
-
<em class="parameter"><code><a href="/home/
|
281
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> format</code></em>,
|
282
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *text</code></em>,
|
283
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>,
|
284
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***list</code></em>);</pre>
|
285
285
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
286
286
|
<h3 class="title">Warning</h3>
|
287
|
-
<p><code class="literal">gdk_text_property_to_text_list_for_display</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a href="
|
287
|
+
<p><code class="literal">gdk_text_property_to_text_list_for_display</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a href="http://developer.gnome.org/gdk2/gdk3-X-Window-System-Interaction.html#gdk-x11-display-text-property-to-text-list"><code class="function">gdk_x11_display_text_property_to_text_list()</code></a></p>
|
288
288
|
</div>
|
289
289
|
<p>
|
290
290
|
Convert a text string from the encoding as it is stored
|
@@ -338,7 +338,7 @@ if the conversion failed.</td>
|
|
338
338
|
<hr>
|
339
339
|
<div class="refsect2">
|
340
340
|
<a name="gdk-free-text-list"></a><h3>gdk_free_text_list ()</h3>
|
341
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gdk_free_text_list (<em class="parameter"><code><a href="/home/
|
341
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gdk_free_text_list (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **list</code></em>);</pre>
|
342
342
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
343
343
|
<h3 class="title">Warning</h3>
|
344
344
|
<p><code class="literal">gdk_free_text_list</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -362,11 +362,11 @@ a call to <a class="link" href="gdk2-Properties-and-Atoms.html#gdk-text-property
|
|
362
362
|
<hr>
|
363
363
|
<div class="refsect2">
|
364
364
|
<a name="gdk-text-property-to-utf8-list"></a><h3>gdk_text_property_to_utf8_list ()</h3>
|
365
|
-
<pre class="programlisting"><a href="/home/
|
366
|
-
<em class="parameter"><code><a href="/home/
|
367
|
-
<em class="parameter"><code>const <a href="/home/
|
368
|
-
<em class="parameter"><code><a href="/home/
|
369
|
-
<em class="parameter"><code><a href="/home/
|
365
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_text_property_to_utf8_list (<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> encoding</code></em>,
|
366
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> format</code></em>,
|
367
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *text</code></em>,
|
368
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>,
|
369
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***list</code></em>);</pre>
|
370
370
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
371
371
|
<h3 class="title">Warning</h3>
|
372
372
|
<p><code class="literal">gdk_text_property_to_utf8_list</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -399,8 +399,8 @@ a list of UTF-8 strings.
|
|
399
399
|
</tr>
|
400
400
|
<tr>
|
401
401
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
402
|
-
<td>location to store the list of strings or <a href="/home/
|
403
|
-
list should be freed with <a href="/home/
|
402
|
+
<td>location to store the list of strings or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The
|
403
|
+
list should be freed with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>.</td>
|
404
404
|
</tr>
|
405
405
|
<tr>
|
406
406
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -413,13 +413,13 @@ list.</td>
|
|
413
413
|
<hr>
|
414
414
|
<div class="refsect2">
|
415
415
|
<a name="gdk-text-property-to-utf8-list-for-display"></a><h3>gdk_text_property_to_utf8_list_for_display ()</h3>
|
416
|
-
<pre class="programlisting"><a href="/home/
|
416
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_text_property_to_utf8_list_for_display
|
417
417
|
(<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
|
418
418
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> encoding</code></em>,
|
419
|
-
<em class="parameter"><code><a href="/home/
|
420
|
-
<em class="parameter"><code>const <a href="/home/
|
421
|
-
<em class="parameter"><code><a href="/home/
|
422
|
-
<em class="parameter"><code><a href="/home/
|
419
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> format</code></em>,
|
420
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *text</code></em>,
|
421
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>,
|
422
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> ***list</code></em>);</pre>
|
423
423
|
<p>
|
424
424
|
Converts a text property in the given encoding to
|
425
425
|
a list of UTF-8 strings.
|
@@ -453,8 +453,8 @@ a list of UTF-8 strings.
|
|
453
453
|
</tr>
|
454
454
|
<tr>
|
455
455
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
456
|
-
<td>location to store the list of strings or <a href="/home/
|
457
|
-
list should be freed with <a href="/home/
|
456
|
+
<td>location to store the list of strings or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The
|
457
|
+
list should be freed with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>.</td>
|
458
458
|
</tr>
|
459
459
|
<tr>
|
460
460
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -468,11 +468,11 @@ list.</td>
|
|
468
468
|
<hr>
|
469
469
|
<div class="refsect2">
|
470
470
|
<a name="gdk-string-to-compound-text"></a><h3>gdk_string_to_compound_text ()</h3>
|
471
|
-
<pre class="programlisting"><a href="/home/
|
471
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_string_to_compound_text (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
472
472
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> *encoding</code></em>,
|
473
|
-
<em class="parameter"><code><a href="/home/
|
474
|
-
<em class="parameter"><code><a href="/home/
|
475
|
-
<em class="parameter"><code><a href="/home/
|
473
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *format</code></em>,
|
474
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **ctext</code></em>,
|
475
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *length</code></em>);</pre>
|
476
476
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
477
477
|
<h3 class="title">Warning</h3>
|
478
478
|
<p><code class="literal">gdk_string_to_compound_text</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -517,16 +517,16 @@ into a form suitable for storing in a window property.
|
|
517
517
|
<hr>
|
518
518
|
<div class="refsect2">
|
519
519
|
<a name="gdk-string-to-compound-text-for-display"></a><h3>gdk_string_to_compound_text_for_display ()</h3>
|
520
|
-
<pre class="programlisting"><a href="/home/
|
520
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gdk_string_to_compound_text_for_display
|
521
521
|
(<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
|
522
|
-
<em class="parameter"><code>const <a href="/home/
|
522
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
523
523
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> *encoding</code></em>,
|
524
|
-
<em class="parameter"><code><a href="/home/
|
525
|
-
<em class="parameter"><code><a href="/home/
|
526
|
-
<em class="parameter"><code><a href="/home/
|
524
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *format</code></em>,
|
525
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **ctext</code></em>,
|
526
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *length</code></em>);</pre>
|
527
527
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
528
528
|
<h3 class="title">Warning</h3>
|
529
|
-
<p><code class="literal">gdk_string_to_compound_text_for_display</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a href="
|
529
|
+
<p><code class="literal">gdk_string_to_compound_text_for_display</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a href="http://developer.gnome.org/gdk2/gdk3-X-Window-System-Interaction.html#gdk-x11-display-string-to-compound-text"><code class="function">gdk_x11_display_string_to_compound_text()</code></a></p>
|
530
530
|
</div>
|
531
531
|
<p>
|
532
532
|
Convert a string from the encoding of the current
|
@@ -574,7 +574,7 @@ locale into a form suitable for storing in a window property.
|
|
574
574
|
<hr>
|
575
575
|
<div class="refsect2">
|
576
576
|
<a name="gdk-free-compound-text"></a><h3>gdk_free_compound_text ()</h3>
|
577
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gdk_free_compound_text (<em class="parameter"><code><a href="/home/
|
577
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gdk_free_compound_text (<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *ctext</code></em>);</pre>
|
578
578
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
579
579
|
<h3 class="title">Warning</h3>
|
580
580
|
<p><code class="literal">gdk_free_compound_text</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -596,9 +596,9 @@ Frees the data returned from <a class="link" href="gdk2-Properties-and-Atoms.htm
|
|
596
596
|
<hr>
|
597
597
|
<div class="refsect2">
|
598
598
|
<a name="gdk-utf8-to-string-target"></a><h3>gdk_utf8_to_string_target ()</h3>
|
599
|
-
<pre class="programlisting"><a href="/home/
|
599
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gdk_utf8_to_string_target (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>);</pre>
|
600
600
|
<p>
|
601
|
-
|
601
|
+
Converts an UTF-8 string into the best possible representation
|
602
602
|
as a STRING. The representation of characters not in STRING
|
603
603
|
is not specified; it may be as pseudo-escape sequences
|
604
604
|
\x{ABCD}, or it may be in some other form of approximation.
|
@@ -615,9 +615,10 @@ is not specified; it may be as pseudo-escape sequences
|
|
615
615
|
</tr>
|
616
616
|
<tr>
|
617
617
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
618
|
-
<td>the newly
|
618
|
+
<td>the newly-allocated string, or <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
619
619
|
conversion failed. (It should not fail for
|
620
|
-
any properly formed UTF-8 string
|
620
|
+
any properly formed UTF-8 string unless system
|
621
|
+
limits like memory or file descriptors are exceeded.)</td>
|
621
622
|
</tr>
|
622
623
|
</tbody>
|
623
624
|
</table></div>
|
@@ -625,11 +626,11 @@ any properly formed UTF-8 string.)</td>
|
|
625
626
|
<hr>
|
626
627
|
<div class="refsect2">
|
627
628
|
<a name="gdk-utf8-to-compound-text"></a><h3>gdk_utf8_to_compound_text ()</h3>
|
628
|
-
<pre class="programlisting"><a href="/home/
|
629
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_utf8_to_compound_text (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
629
630
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> *encoding</code></em>,
|
630
|
-
<em class="parameter"><code><a href="/home/
|
631
|
-
<em class="parameter"><code><a href="/home/
|
632
|
-
<em class="parameter"><code><a href="/home/
|
631
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *format</code></em>,
|
632
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **ctext</code></em>,
|
633
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *length</code></em>);</pre>
|
633
634
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
634
635
|
<h3 class="title">Warning</h3>
|
635
636
|
<p><code class="literal">gdk_utf8_to_compound_text</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -668,7 +669,7 @@ stored in <em class="parameter"><code>ctext</code></em>
|
|
668
669
|
<tr>
|
669
670
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
670
671
|
<td>
|
671
|
-
<a href="/home/
|
672
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the conversion succeeded, otherwise
|
672
673
|
false.</td>
|
673
674
|
</tr>
|
674
675
|
</tbody>
|
@@ -677,16 +678,16 @@ false.</td>
|
|
677
678
|
<hr>
|
678
679
|
<div class="refsect2">
|
679
680
|
<a name="gdk-utf8-to-compound-text-for-display"></a><h3>gdk_utf8_to_compound_text_for_display ()</h3>
|
680
|
-
<pre class="programlisting"><a href="/home/
|
681
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_utf8_to_compound_text_for_display
|
681
682
|
(<em class="parameter"><code><a class="link" href="GdkDisplay.html" title="GdkDisplay"><span class="type">GdkDisplay</span></a> *display</code></em>,
|
682
|
-
<em class="parameter"><code>const <a href="/home/
|
683
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
|
683
684
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> *encoding</code></em>,
|
684
|
-
<em class="parameter"><code><a href="/home/
|
685
|
-
<em class="parameter"><code><a href="/home/
|
686
|
-
<em class="parameter"><code><a href="/home/
|
685
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *format</code></em>,
|
686
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **ctext</code></em>,
|
687
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *length</code></em>);</pre>
|
687
688
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
688
689
|
<h3 class="title">Warning</h3>
|
689
|
-
<p><code class="literal">gdk_utf8_to_compound_text_for_display</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a href="
|
690
|
+
<p><code class="literal">gdk_utf8_to_compound_text_for_display</code> has been deprecated since version 2.24 and should not be used in newly-written code. Use <a href="http://developer.gnome.org/gdk2/gdk3-X-Window-System-Interaction.html#gdk-x11-display-utf8-to-compound-text"><code class="function">gdk_x11_display_utf8_to_compound_text()</code></a></p>
|
690
691
|
</div>
|
691
692
|
<p>
|
692
693
|
Converts from UTF-8 to compound text.
|
@@ -727,8 +728,8 @@ stored in <em class="parameter"><code>ctext</code></em>
|
|
727
728
|
<tr>
|
728
729
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
729
730
|
<td>
|
730
|
-
<a href="/home/
|
731
|
-
<a href="/home/
|
731
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the conversion succeeded, otherwise
|
732
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
|
732
733
|
</tr>
|
733
734
|
</tbody>
|
734
735
|
</table></div>
|
@@ -737,8 +738,8 @@ stored in <em class="parameter"><code>ctext</code></em>
|
|
737
738
|
<hr>
|
738
739
|
<div class="refsect2">
|
739
740
|
<a name="gdk-atom-intern"></a><h3>gdk_atom_intern ()</h3>
|
740
|
-
<pre class="programlisting"><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="returnvalue">GdkAtom</span></a> gdk_atom_intern (<em class="parameter"><code>const <a href="/home/
|
741
|
-
<em class="parameter"><code><a href="/home/
|
741
|
+
<pre class="programlisting"><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="returnvalue">GdkAtom</span></a> gdk_atom_intern (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *atom_name</code></em>,
|
742
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> only_if_exists</code></em>);</pre>
|
742
743
|
<p>
|
743
744
|
Finds or creates an atom corresponding to a given string.
|
744
745
|
</p>
|
@@ -754,7 +755,7 @@ Finds or creates an atom corresponding to a given string.
|
|
754
755
|
</tr>
|
755
756
|
<tr>
|
756
757
|
<td><p><span class="term"><em class="parameter"><code>only_if_exists</code></em> :</span></p></td>
|
757
|
-
<td>if <a href="/home/
|
758
|
+
<td>if <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, GDK is allowed to not create a new atom, but
|
758
759
|
just return <a class="link" href="gdk2-Properties-and-Atoms.html#GDK-NONE:CAPS" title="GDK_NONE"><code class="literal">GDK_NONE</code></a> if the requested atom doesn't already
|
759
760
|
exists. Currently, the flag is ignored, since checking the
|
760
761
|
existance of an atom is as expensive as creating it.</td>
|
@@ -769,7 +770,7 @@ existance of an atom is as expensive as creating it.</td>
|
|
769
770
|
<hr>
|
770
771
|
<div class="refsect2">
|
771
772
|
<a name="gdk-atom-intern-static-string"></a><h3>gdk_atom_intern_static_string ()</h3>
|
772
|
-
<pre class="programlisting"><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="returnvalue">GdkAtom</span></a> gdk_atom_intern_static_string (<em class="parameter"><code>const <a href="/home/
|
773
|
+
<pre class="programlisting"><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="returnvalue">GdkAtom</span></a> gdk_atom_intern_static_string (<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *atom_name</code></em>);</pre>
|
773
774
|
<p>
|
774
775
|
Finds or creates an atom corresponding to a given string.
|
775
776
|
</p>
|
@@ -805,7 +806,7 @@ GTK+ theme engines).
|
|
805
806
|
<hr>
|
806
807
|
<div class="refsect2">
|
807
808
|
<a name="gdk-atom-name"></a><h3>gdk_atom_name ()</h3>
|
808
|
-
<pre class="programlisting"><a href="/home/
|
809
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gdk_atom_name (<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> atom</code></em>);</pre>
|
809
810
|
<p>
|
810
811
|
Determines the string corresponding to an atom.
|
811
812
|
</p>
|
@@ -824,7 +825,7 @@ Determines the string corresponding to an atom.
|
|
824
825
|
<td>a newly-allocated string containing the string
|
825
826
|
corresponding to <em class="parameter"><code>atom</code></em>. When you are done
|
826
827
|
with the return value, you should free it
|
827
|
-
using <a href="/home/
|
828
|
+
using <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
|
828
829
|
</tr>
|
829
830
|
</tbody>
|
830
831
|
</table></div>
|
@@ -832,19 +833,19 @@ using <a href="/home/mclasen/gnome/share/gtk-doc/html/glib/glib-Memory-Allocatio
|
|
832
833
|
<hr>
|
833
834
|
<div class="refsect2">
|
834
835
|
<a name="gdk-property-get"></a><h3>gdk_property_get ()</h3>
|
835
|
-
<pre class="programlisting"><a href="/home/
|
836
|
+
<pre class="programlisting"><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gdk_property_get (<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
836
837
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> property</code></em>,
|
837
838
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> type</code></em>,
|
838
|
-
<em class="parameter"><code><a href="/home/
|
839
|
-
<em class="parameter"><code><a href="/home/
|
840
|
-
<em class="parameter"><code><a href="/home/
|
839
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> offset</code></em>,
|
840
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> length</code></em>,
|
841
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> pdelete</code></em>,
|
841
842
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> *actual_property_type</code></em>,
|
842
|
-
<em class="parameter"><code><a href="/home/
|
843
|
-
<em class="parameter"><code><a href="/home/
|
844
|
-
<em class="parameter"><code><a href="/home/
|
843
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *actual_format</code></em>,
|
844
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *actual_length</code></em>,
|
845
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> **data</code></em>);</pre>
|
845
846
|
<p>
|
846
847
|
Retrieves a portion of the contents of a property. If the
|
847
|
-
property does not exist, then the function returns <a href="/home/
|
848
|
+
property does not exist, then the function returns <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>,
|
848
849
|
and <a class="link" href="gdk2-Properties-and-Atoms.html#GDK-NONE:CAPS" title="GDK_NONE"><code class="literal">GDK_NONE</code></a> will be stored in <em class="parameter"><code>actual_property_type</code></em>.
|
849
850
|
</p>
|
850
851
|
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
@@ -898,7 +899,7 @@ when rounded up).</td>
|
|
898
899
|
</tr>
|
899
900
|
<tr>
|
900
901
|
<td><p><span class="term"><em class="parameter"><code>pdelete</code></em> :</span></p></td>
|
901
|
-
<td>if <a href="/home/
|
902
|
+
<td>if <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, delete the property after retrieving the
|
902
903
|
data.</td>
|
903
904
|
</tr>
|
904
905
|
<tr>
|
@@ -923,14 +924,14 @@ elements should be be calculated via
|
|
923
924
|
<tr>
|
924
925
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
925
926
|
<td>location to store a pointer to the data. The retrieved
|
926
|
-
data should be freed with <a href="/home/
|
927
|
+
data should be freed with <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when you are finished
|
927
928
|
using it.</td>
|
928
929
|
</tr>
|
929
930
|
<tr>
|
930
931
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
931
932
|
<td>
|
932
|
-
<a href="/home/
|
933
|
-
in <em class="parameter"><code>data</code></em>, otherwise <a href="/home/
|
933
|
+
<a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if data was successfully received and stored
|
934
|
+
in <em class="parameter"><code>data</code></em>, otherwise <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
|
934
935
|
</tr>
|
935
936
|
</tbody>
|
936
937
|
</table></div>
|
@@ -941,10 +942,10 @@ in <em class="parameter"><code>data</code></em>, otherwise <a href="/home/mclase
|
|
941
942
|
<pre class="programlisting"><span class="returnvalue">void</span> gdk_property_change (<em class="parameter"><code><a class="link" href="gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
942
943
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> property</code></em>,
|
943
944
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkAtom" title="GdkAtom"><span class="type">GdkAtom</span></a> type</code></em>,
|
944
|
-
<em class="parameter"><code><a href="/home/
|
945
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> format</code></em>,
|
945
946
|
<em class="parameter"><code><a class="link" href="gdk2-Properties-and-Atoms.html#GdkPropMode" title="enum GdkPropMode"><span class="type">GdkPropMode</span></a> mode</code></em>,
|
946
|
-
<em class="parameter"><code>const <a href="/home/
|
947
|
-
<em class="parameter"><code><a href="/home/
|
947
|
+
<em class="parameter"><code>const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *data</code></em>,
|
948
|
+
<em class="parameter"><code><a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> nelements</code></em>);</pre>
|
948
949
|
<p>
|
949
950
|
Changes the contents of a property on a window.
|
950
951
|
</p>
|
@@ -1061,6 +1062,6 @@ Deletes a property from a window.
|
|
1061
1062
|
</div>
|
1062
1063
|
<div class="footer">
|
1063
1064
|
<hr>
|
1064
|
-
Generated by GTK-Doc V1.
|
1065
|
+
Generated by GTK-Doc V1.19</div>
|
1065
1066
|
</body>
|
1066
1067
|
</html>
|