gdk3 1.2.5-x86-mingw32 → 1.2.6-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -6
- data/lib/1.9/gdk3.so +0 -0
- data/lib/2.0/gdk3.so +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkapplaunchcontext.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkcolor.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplaymanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +6 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkframeclock.h +111 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkframetimings.h +56 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkpango.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkpixbuf.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkproperty.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkrgba.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkscreen.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkselection.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdktestutils.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkthreads.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkvisual.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +34 -5
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32displaymanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32dnd.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32keys.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +3 -3
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkarrowaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbooleancellaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkbuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +58 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessibleparent.h +104 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcheckmenuitemaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcomboboxaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontaineraccessible.h +64 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcontainercellaccessible.h +64 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkentryaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkexpanderaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkframeaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkiconviewaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimageaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkimagecellaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklabelaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklevelbaraccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklinkbuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtklockbuttonaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenuitemaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkmenushellaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtknotebookpageaccessible.h +61 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkpanedaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkprogressbaraccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiobuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkradiomenuitemaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrangeaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkrenderercellaccessible.h +59 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscaleaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscalebuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkscrolledwindowaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinbuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkspinneraccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkstatusbaraccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkswitchaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextcellaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktextviewaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktogglebuttonaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktoplevelaccessible.h +57 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtktreeviewaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwidgetaccessible.h +63 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkwindowaccessible.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkfontsel.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtkgradient.h → deprecated/gtkgradient.h} +12 -4
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhbox.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhpaned.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscale.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhseparator.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkhsv.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkrc.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtksymboliccolor.h → deprecated/gtksymboliccolor.h} +13 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvpaned.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscale.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkvseparator.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtk-a11y.h +78 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +4 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaccessible.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkactiongroup.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkactivatable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkalignment.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkappchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkarrow.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkaspectframe.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkbindings.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbox.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkbuildable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +7 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcellarea.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellareabox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellareacontext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcelleditable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcelllayout.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderer.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendereraccel.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderercombo.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererpixbuf.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererprogress.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspin.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrendererspinner.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertext.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcellrenderertoggle.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcellview.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcolorutils.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcomboboxtext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkdrawingarea.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkeditable.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkentry.h +5 -5
- data/vendor/local/include/gtk-3.0/gtk/gtkentrybuffer.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkentrycompletion.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +32 -10
- data/vendor/local/include/gtk-3.0/gtk/gtkeventbox.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkexpander.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfilefilter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfixed.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkfontbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkframe.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkgrid.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkiconfactory.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +45 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkiconview.h +8 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkimage.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimagemenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontext.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextinfo.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkimmulticontext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkinfobar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkinvisible.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtklayout.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +10 -3
- data/vendor/local/include/gtk-3.0/gtk/gtklinkbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkliststore.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmain.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenubar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenubutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmenuitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmenutoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmessagedialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmisc.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkmodules.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkmountoperation.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtknotebook.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtknumerableicon.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkoffscreenwindow.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkorientable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkpagesetup.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkpaned.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkplug.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkprintcontext.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperationpreview.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkprintsettings.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkprogressbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkradioaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkradiobutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkradiotoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooser.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserdialog.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchoosermenu.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentchooserwidget.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentfilter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkscale.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkscalebutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollbar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +4 -3
- data/vendor/local/include/gtk-3.0/gtk/gtksearchentry.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkselection.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkseparator.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkseparatormenuitem.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkseparatortoolitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkshow.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtksizegroup.h +3 -20
- data/vendor/local/include/gtk-3.0/gtk/gtksocket.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkspinbutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkspinner.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstatusbar.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstatusicon.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstock.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +23 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleproperties.h +7 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +5 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkswitch.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextchild.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextmark.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktexttagtable.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkthemingengine.h +6 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoggleaction.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktogglebutton.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktoggletoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolitem.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolitemgroup.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolpalette.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktoolshell.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktooltip.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreednd.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodel.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodelfilter.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreemodelsort.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreeselection.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreesortable.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktreestore.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreeview.h +8 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktreeviewcolumn.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +2 -4
- data/vendor/local/include/gtk-3.0/gtk/gtktypes.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkuimanager.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkviewport.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkvolumebutton.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +47 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +3 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +6 -4
- data/vendor/local/lib/gdk-win32-3.0.def +25 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-am-et.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cedilla.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-cyrillic-translit.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ime.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-inuktitut.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ipa.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-multipress.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-thai.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-er.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-ti-et.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.dll.a +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules/im-viqr.la +1 -1
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +85 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +1 -1
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +4 -4
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +4 -4
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +1 -1
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml +1 -1
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +6 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +56 -56
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +16 -16
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +22 -22
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +27 -41
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +7 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +123 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +11 -3
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +103 -3
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +40 -40
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +18 -17
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameClock.html +472 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +338 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +52 -52
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +11 -11
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +8 -8
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +10 -10
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +5 -5
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +15 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +299 -165
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +80 -42
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +40 -2
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +11 -4
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +44 -2
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +9 -3
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +102 -0
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +38 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +19 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +65 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +80 -80
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +100 -63
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +6 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +15 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +44 -76
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +93 -77
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +10 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +52 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +64 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +431 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +122 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +45 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +59 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +74 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +47 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +14 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +15 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +22 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +16 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +18 -130
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +23 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +35 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +93 -93
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +243 -141
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +15 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +56 -76
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +38 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +77 -94
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +42 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +9 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +187 -110
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +51 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +18 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +845 -492
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +107 -112
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +5 -26
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +3 -9
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +3 -9
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +5 -11
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +3 -18
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +31 -47
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +7 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +5 -9
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +167 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +166 -3
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +143 -11
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +88 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/{ch24s02.html → ch25s02.html} +146 -138
- data/vendor/local/share/gtk-doc/html/gtk3/{ch26s02.html → ch27s02.html} +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/{ch28s02.html → ch29s02.html} +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/{ch28s03.html → ch29s03.html} +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +75 -52
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +42 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +9 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +185 -109
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +76 -76
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +10 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +54 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +20 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +58 -58
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +72 -72
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +46 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +26 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +59 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +41 -233
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +21 -295
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +33 -69
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +361 -475
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +78 -62
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +116 -109
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +429 -547
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +7 -4
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +3 -16
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/my/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +81 -0
- data/vendor/local/share/man/man1/gtk-launch.1 +2 -4
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +2 -3
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +2 -3
- metadata +71 -91
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/share/gtk-3.0/demo/alphatest.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/apple-red.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/application.c +0 -485
- data/vendor/local/share/gtk-3.0/demo/application.ui +0 -104
- data/vendor/local/share/gtk-3.0/demo/appwindow.c +0 -570
- data/vendor/local/share/gtk-3.0/demo/assistant.c +0 -201
- data/vendor/local/share/gtk-3.0/demo/background.jpg +0 -0
- data/vendor/local/share/gtk-3.0/demo/builder.c +0 -74
- data/vendor/local/share/gtk-3.0/demo/button_box.c +0 -127
- data/vendor/local/share/gtk-3.0/demo/changedisplay.c +0 -654
- data/vendor/local/share/gtk-3.0/demo/clipboard.c +0 -326
- data/vendor/local/share/gtk-3.0/demo/colorsel.c +0 -133
- data/vendor/local/share/gtk-3.0/demo/combobox.c +0 -473
- data/vendor/local/share/gtk-3.0/demo/css_accordion.c +0 -78
- data/vendor/local/share/gtk-3.0/demo/css_accordion.css +0 -52
- data/vendor/local/share/gtk-3.0/demo/css_basics.c +0 -122
- data/vendor/local/share/gtk-3.0/demo/css_basics.css +0 -22
- data/vendor/local/share/gtk-3.0/demo/css_multiplebgs.c +0 -171
- data/vendor/local/share/gtk-3.0/demo/css_multiplebgs.css +0 -136
- data/vendor/local/share/gtk-3.0/demo/css_pixbufs.c +0 -127
- data/vendor/local/share/gtk-3.0/demo/css_pixbufs.css +0 -76
- data/vendor/local/share/gtk-3.0/demo/css_shadows.c +0 -147
- data/vendor/local/share/gtk-3.0/demo/css_shadows.css +0 -44
- data/vendor/local/share/gtk-3.0/demo/cssview.css +0 -41
- data/vendor/local/share/gtk-3.0/demo/demo.ui +0 -266
- data/vendor/local/share/gtk-3.0/demo/dialog.c +0 -175
- data/vendor/local/share/gtk-3.0/demo/drawingarea.c +0 -296
- data/vendor/local/share/gtk-3.0/demo/editable_cells.c +0 -392
- data/vendor/local/share/gtk-3.0/demo/entry_buffer.c +0 -66
- data/vendor/local/share/gtk-3.0/demo/entry_completion.c +0 -98
- data/vendor/local/share/gtk-3.0/demo/expander.c +0 -59
- data/vendor/local/share/gtk-3.0/demo/fancy.css +0 -65
- data/vendor/local/share/gtk-3.0/demo/floppybuddy.gif +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-applets.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-calendar.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-foot.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-fs-directory.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-fs-regular.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-gimp.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-gmush.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnome-gsame.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gnu-keys.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gtk-logo-24.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gtk-logo-48.png +0 -0
- data/vendor/local/share/gtk-3.0/demo/gtk-logo-rgb.gif +0 -0
- data/vendor/local/share/gtk-3.0/demo/hypertext.c +0 -291
- data/vendor/local/share/gtk-3.0/demo/iconview.c +0 -371
- data/vendor/local/share/gtk-3.0/demo/iconview_edit.c +0 -158
- data/vendor/local/share/gtk-3.0/demo/images.c +0 -472
- data/vendor/local/share/gtk-3.0/demo/infobar.c +0 -109
- data/vendor/local/share/gtk-3.0/demo/links.c +0 -90
- data/vendor/local/share/gtk-3.0/demo/list_store.c +0 -325
- data/vendor/local/share/gtk-3.0/demo/menus.c +0 -171
- data/vendor/local/share/gtk-3.0/demo/menus.ui +0 -107
- data/vendor/local/share/gtk-3.0/demo/offscreen_window.c +0 -615
- data/vendor/local/share/gtk-3.0/demo/offscreen_window2.c +0 -526
- data/vendor/local/share/gtk-3.0/demo/overlay.c +0 -181
- data/vendor/local/share/gtk-3.0/demo/panes.c +0 -205
- data/vendor/local/share/gtk-3.0/demo/pickers.c +0 -89
- data/vendor/local/share/gtk-3.0/demo/pixbufs.c +0 -261
- data/vendor/local/share/gtk-3.0/demo/printing.c +0 -199
- data/vendor/local/share/gtk-3.0/demo/reset.css +0 -68
- data/vendor/local/share/gtk-3.0/demo/rotated_text.c +0 -236
- data/vendor/local/share/gtk-3.0/demo/search_entry.c +0 -322
- data/vendor/local/share/gtk-3.0/demo/sizegroup.c +0 -164
- data/vendor/local/share/gtk-3.0/demo/spinner.c +0 -95
- data/vendor/local/share/gtk-3.0/demo/stock_browser.c +0 -535
- data/vendor/local/share/gtk-3.0/demo/textscroll.c +0 -201
- data/vendor/local/share/gtk-3.0/demo/textview.c +0 -634
- data/vendor/local/share/gtk-3.0/demo/theming.ui +0 -319
- data/vendor/local/share/gtk-3.0/demo/theming_custom_css.c +0 -66
- data/vendor/local/share/gtk-3.0/demo/theming_style_classes.c +0 -58
- data/vendor/local/share/gtk-3.0/demo/toolpalette.c +0 -794
- data/vendor/local/share/gtk-3.0/demo/transparent.c +0 -248
- data/vendor/local/share/gtk-3.0/demo/tree_store.c +0 -450
- data/vendor/local/share/gtk-3.0/demo/ui_manager.c +0 -235
@@ -3,18 +3,18 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<title>GtkIconTheme</title>
|
6
|
-
<meta name="generator" content="DocBook XSL Stylesheets V1.78.
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="theming.html" title="Part III. Theming in GTK+">
|
9
|
-
<link rel="prev" href="gtk3-
|
9
|
+
<link rel="prev" href="gtk3-GtkWidgetPath.html" title="GtkWidgetPath">
|
10
10
|
<link rel="next" href="gtk3-Themeable-Stock-Images.html" title="Themeable Stock Images">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.18
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18 (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">
|
15
15
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
16
16
|
<tr valign="middle">
|
17
|
-
<td><a accesskey="p" href="gtk3-
|
17
|
+
<td><a accesskey="p" href="gtk3-GtkWidgetPath.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
18
18
|
<td><a accesskey="u" href="theming.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
19
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
20
|
<th width="100%" align="center">GTK+ 3 Reference Manual</th>
|
@@ -51,9 +51,9 @@ enum <a class="link" href="GtkIconTheme.html#GtkIconLookupFlags"
|
|
51
51
|
enum <a class="link" href="GtkIconTheme.html#GtkIconThemeError" title="enum GtkIconThemeError">GtkIconThemeError</a>;
|
52
52
|
<a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="returnvalue">GtkIconTheme</span></a> * <a class="link" href="GtkIconTheme.html#gtk-icon-theme-new" title="gtk_icon_theme_new ()">gtk_icon_theme_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
53
53
|
<a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="returnvalue">GtkIconTheme</span></a> * <a class="link" href="GtkIconTheme.html#gtk-icon-theme-get-default" title="gtk_icon_theme_get_default ()">gtk_icon_theme_get_default</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
54
|
-
<a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="returnvalue">GtkIconTheme</span></a> * <a class="link" href="GtkIconTheme.html#gtk-icon-theme-get-for-screen" title="gtk_icon_theme_get_for_screen ()">gtk_icon_theme_get_for_screen</a> (<em class="parameter"><code><a href="
|
54
|
+
<a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="returnvalue">GtkIconTheme</span></a> * <a class="link" href="GtkIconTheme.html#gtk-icon-theme-get-for-screen" title="gtk_icon_theme_get_for_screen ()">gtk_icon_theme_get_for_screen</a> (<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);
|
55
55
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconTheme.html#gtk-icon-theme-set-screen" title="gtk_icon_theme_set_screen ()">gtk_icon_theme_set_screen</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
56
|
-
<em class="parameter"><code><a href="
|
56
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);
|
57
57
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconTheme.html#gtk-icon-theme-set-search-path" title="gtk_icon_theme_set_search_path ()">gtk_icon_theme_set_search_path</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
58
58
|
<em class="parameter"><code>const <span class="type">gchar</span> *path[]</code></em>,
|
59
59
|
<em class="parameter"><code><span class="type">gint</span> n_elements</code></em>);
|
@@ -105,11 +105,30 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="GtkIc
|
|
105
105
|
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-builtin-pixbuf" title="gtk_icon_info_get_builtin_pixbuf ()">gtk_icon_info_get_builtin_pixbuf</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>);
|
106
106
|
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-icon" title="gtk_icon_info_load_icon ()">gtk_icon_info_load_icon</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
107
107
|
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);
|
108
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-icon-async" title="gtk_icon_info_load_icon_async ()">gtk_icon_info_load_icon_async</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
109
|
+
<em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
|
110
|
+
<em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
|
111
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
|
112
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-icon-finish" title="gtk_icon_info_load_icon_finish ()">gtk_icon_info_load_icon_finish</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
113
|
+
<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
|
114
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);
|
108
115
|
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-symbolic" title="gtk_icon_info_load_symbolic ()">gtk_icon_info_load_symbolic</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
109
|
-
<em class="parameter"><code>const <a href="
|
110
|
-
<em class="parameter"><code>const <a href="
|
111
|
-
<em class="parameter"><code>const <a href="
|
112
|
-
<em class="parameter"><code>const <a href="
|
116
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *fg</code></em>,
|
117
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *success_color</code></em>,
|
118
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *warning_color</code></em>,
|
119
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *error_color</code></em>,
|
120
|
+
<em class="parameter"><code><span class="type">gboolean</span> *was_symbolic</code></em>,
|
121
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);
|
122
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-symbolic-async" title="gtk_icon_info_load_symbolic_async ()">gtk_icon_info_load_symbolic_async</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
123
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *fg</code></em>,
|
124
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *success_color</code></em>,
|
125
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *warning_color</code></em>,
|
126
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *error_color</code></em>,
|
127
|
+
<em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
|
128
|
+
<em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
|
129
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
|
130
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-symbolic-finish" title="gtk_icon_info_load_symbolic_finish ()">gtk_icon_info_load_symbolic_finish</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
131
|
+
<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
|
113
132
|
<em class="parameter"><code><span class="type">gboolean</span> *was_symbolic</code></em>,
|
114
133
|
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);
|
115
134
|
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-symbolic-for-style" title="gtk_icon_info_load_symbolic_for_style ()">gtk_icon_info_load_symbolic_for_style</a>
|
@@ -123,12 +142,23 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="GtkIc
|
|
123
142
|
<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
124
143
|
<em class="parameter"><code><span class="type">gboolean</span> *was_symbolic</code></em>,
|
125
144
|
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);
|
145
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-symbolic-for-context-async" title="gtk_icon_info_load_symbolic_for_context_async ()">gtk_icon_info_load_symbolic_for_context_async</a>
|
146
|
+
(<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
147
|
+
<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
148
|
+
<em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
|
149
|
+
<em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
|
150
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
|
151
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-symbolic-for-context-finish" title="gtk_icon_info_load_symbolic_for_context_finish ()">gtk_icon_info_load_symbolic_for_context_finish</a>
|
152
|
+
(<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
153
|
+
<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
|
154
|
+
<em class="parameter"><code><span class="type">gboolean</span> *was_symbolic</code></em>,
|
155
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);
|
126
156
|
<span class="returnvalue">void</span> <a class="link" href="GtkIconTheme.html#gtk-icon-info-set-raw-coordinates" title="gtk_icon_info_set_raw_coordinates ()">gtk_icon_info_set_raw_coordinates</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
127
157
|
<em class="parameter"><code><span class="type">gboolean</span> raw_coordinates</code></em>);
|
128
158
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-embedded-rect" title="gtk_icon_info_get_embedded_rect ()">gtk_icon_info_get_embedded_rect</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
129
|
-
<em class="parameter"><code><a href="
|
159
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rectangle</code></em>);
|
130
160
|
<span class="returnvalue">gboolean</span> <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-attach-points" title="gtk_icon_info_get_attach_points ()">gtk_icon_info_get_attach_points</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
131
|
-
<em class="parameter"><code><a href="
|
161
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkPoint"><span class="type">GdkPoint</span></a> **points</code></em>,
|
132
162
|
<em class="parameter"><code><span class="type">gint</span> *n_points</code></em>);
|
133
163
|
const <span class="returnvalue">gchar</span> * <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-display-name" title="gtk_icon_info_get_display_name ()">gtk_icon_info_get_display_name</a> (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>);
|
134
164
|
</pre>
|
@@ -200,8 +230,8 @@ In many cases, named themes are used indirectly, via <a class="link" href="GtkIm
|
|
200
230
|
or stock items, rather than directly, but looking up icons
|
201
231
|
directly is also simple. The <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> object acts
|
202
232
|
as a database of all the icons in the current theme. You
|
203
|
-
can create new <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> objects, but
|
204
|
-
efficient to use the standard icon theme for the <a href="
|
233
|
+
can create new <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> objects, but it's much more
|
234
|
+
efficient to use the standard icon theme for the <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>
|
205
235
|
so that the icon information is shared with other people
|
206
236
|
looking up icons. In the case where the default screen is
|
207
237
|
being used, looking up an icon can be as simple as:
|
@@ -230,7 +260,7 @@ being used, looking up an icon can be as simple as:
|
|
230
260
|
18
|
231
261
|
19
|
232
262
|
20</pre></td>
|
233
|
-
<td class="listing_code"><pre class="programlisting"><span class="usertype">GError</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">error </span><span class="symbol">=</span><span class="normal"> <a href="/
|
263
|
+
<td class="listing_code"><pre class="programlisting"><span class="usertype">GError</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">error </span><span class="symbol">=</span><span class="normal"> <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS">NULL</a></span><span class="symbol">;</span>
|
234
264
|
<span class="usertype">GtkIconTheme</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">icon_theme</span><span class="symbol">;</span>
|
235
265
|
<span class="usertype">GdkPixbuf</span><span class="normal"> </span><span class="symbol">*</span><span class="normal">pixbuf</span><span class="symbol">;</span>
|
236
266
|
|
@@ -293,6 +323,9 @@ object and set the icon theme name explicitely using
|
|
293
323
|
GTK_ICON_LOOKUP_FORCE_SIZE = 1 << 4
|
294
324
|
} GtkIconLookupFlags;
|
295
325
|
</pre>
|
326
|
+
<p>
|
327
|
+
Used to specify options for <a class="link" href="GtkIconTheme.html#gtk-icon-theme-lookup-icon" title="gtk_icon_theme_lookup_icon ()"><code class="function">gtk_icon_theme_lookup_icon()</code></a>
|
328
|
+
</p>
|
296
329
|
<div class="variablelist"><table border="0" class="variablelist">
|
297
330
|
<colgroup>
|
298
331
|
<col align="left" valign="top">
|
@@ -317,15 +350,21 @@ object and set the icon theme name explicitely using
|
|
317
350
|
<td>When passed to
|
318
351
|
<a class="link" href="GtkIconTheme.html#gtk-icon-theme-lookup-icon" title="gtk_icon_theme_lookup_icon ()"><code class="function">gtk_icon_theme_lookup_icon()</code></a> includes builtin icons
|
319
352
|
as well as files. For a builtin icon, <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-filename" title="gtk_icon_info_get_filename ()"><code class="function">gtk_icon_info_get_filename()</code></a>
|
353
|
+
returns <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> and you need to call <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-builtin-pixbuf" title="gtk_icon_info_get_builtin_pixbuf ()"><code class="function">gtk_icon_info_get_builtin_pixbuf()</code></a>.
|
320
354
|
</td>
|
321
355
|
</tr>
|
322
356
|
<tr>
|
323
357
|
<td><p><a name="GTK-ICON-LOOKUP-GENERIC-FALLBACK:CAPS"></a><span class="term"><code class="literal">GTK_ICON_LOOKUP_GENERIC_FALLBACK</code></span></p></td>
|
324
|
-
<td
|
358
|
+
<td>Try to shorten icon name at '-'
|
359
|
+
characters before looking at inherited themes. For more general
|
360
|
+
fallback, see <a class="link" href="GtkIconTheme.html#gtk-icon-theme-choose-icon" title="gtk_icon_theme_choose_icon ()"><code class="function">gtk_icon_theme_choose_icon()</code></a>. Since 2.12.
|
361
|
+
</td>
|
325
362
|
</tr>
|
326
363
|
<tr>
|
327
364
|
<td><p><a name="GTK-ICON-LOOKUP-FORCE-SIZE:CAPS"></a><span class="term"><code class="literal">GTK_ICON_LOOKUP_FORCE_SIZE</code></span></p></td>
|
328
|
-
<td
|
365
|
+
<td>Always return the icon scaled to the
|
366
|
+
requested size. Since 2.14.
|
367
|
+
</td>
|
329
368
|
</tr>
|
330
369
|
</tbody>
|
331
370
|
</table></div>
|
@@ -419,7 +458,7 @@ is open. Do not ref or unref it. <span class="annotation">[<acronym title="Don't
|
|
419
458
|
<hr>
|
420
459
|
<div class="refsect2">
|
421
460
|
<a name="gtk-icon-theme-get-for-screen"></a><h3>gtk_icon_theme_get_for_screen ()</h3>
|
422
|
-
<pre class="programlisting"><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="returnvalue">GtkIconTheme</span></a> * gtk_icon_theme_get_for_screen (<em class="parameter"><code><a href="
|
461
|
+
<pre class="programlisting"><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="returnvalue">GtkIconTheme</span></a> * gtk_icon_theme_get_for_screen (<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
|
423
462
|
<p>
|
424
463
|
Gets the icon theme object associated with <em class="parameter"><code>screen</code></em>; if this
|
425
464
|
function has not previously been called for the given
|
@@ -438,7 +477,7 @@ a single icon theme object will be shared between users.
|
|
438
477
|
<tbody>
|
439
478
|
<tr>
|
440
479
|
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
441
|
-
<td>a <a href="
|
480
|
+
<td>a <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>
|
442
481
|
</td>
|
443
482
|
</tr>
|
444
483
|
<tr>
|
@@ -457,7 +496,7 @@ is open. Do not ref or unref it. <span class="annotation">[<acronym title="Don't
|
|
457
496
|
<div class="refsect2">
|
458
497
|
<a name="gtk-icon-theme-set-screen"></a><h3>gtk_icon_theme_set_screen ()</h3>
|
459
498
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_theme_set_screen (<em class="parameter"><code><a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> *icon_theme</code></em>,
|
460
|
-
<em class="parameter"><code><a href="
|
499
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
|
461
500
|
<p>
|
462
501
|
Sets the screen for an icon theme; the screen is used
|
463
502
|
to track the user's currently configured icon theme,
|
@@ -476,7 +515,7 @@ which might be different for different screens.
|
|
476
515
|
</tr>
|
477
516
|
<tr>
|
478
517
|
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
479
|
-
<td>a <a href="
|
518
|
+
<td>a <a href="http://developer.gnome.org/gdk2/GdkScreen.html"><span class="type">GdkScreen</span></a>
|
480
519
|
</td>
|
481
520
|
</tr>
|
482
521
|
</tbody>
|
@@ -553,13 +592,13 @@ Gets the current search path. See <a class="link" href="GtkIconTheme.html#gtk-ic
|
|
553
592
|
</tr>
|
554
593
|
<tr>
|
555
594
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
556
|
-
<td>location to store a list of icon theme path directories or <a href="/
|
595
|
+
<td>location to store a list of icon theme path directories or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
557
596
|
The stored value should be freed with <code class="function">g_strfreev()</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_elements][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> filename][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
558
597
|
</td>
|
559
598
|
</tr>
|
560
599
|
<tr>
|
561
600
|
<td><p><span class="term"><em class="parameter"><code>n_elements</code></em> :</span></p></td>
|
562
|
-
<td>location to store number of elements in <em class="parameter"><code>path</code></em>, or <a href="/
|
601
|
+
<td>location to store number of elements in <em class="parameter"><code>path</code></em>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
563
602
|
</td>
|
564
603
|
</tr>
|
565
604
|
</tbody>
|
@@ -588,7 +627,7 @@ See <a class="link" href="GtkIconTheme.html#gtk-icon-theme-set-search-path" titl
|
|
588
627
|
</tr>
|
589
628
|
<tr>
|
590
629
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
591
|
-
<td>directory name to append to the icon path. <span class="annotation">[<acronym title="Override the parsed C type with given type
|
630
|
+
<td>directory name to append to the icon path. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> filename]</span>
|
592
631
|
</td>
|
593
632
|
</tr>
|
594
633
|
</tbody>
|
@@ -617,7 +656,7 @@ See <a class="link" href="GtkIconTheme.html#gtk-icon-theme-set-search-path" titl
|
|
617
656
|
</tr>
|
618
657
|
<tr>
|
619
658
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
620
|
-
<td>directory name to prepend to the icon path. <span class="annotation">[<acronym title="Override the parsed C type with given type
|
659
|
+
<td>directory name to prepend to the icon path. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> filename]</span>
|
621
660
|
</td>
|
622
661
|
</tr>
|
623
662
|
</tbody>
|
@@ -649,7 +688,7 @@ and <a class="link" href="GtkIconTheme.html#gtk-icon-theme-get-for-screen" title
|
|
649
688
|
<tr>
|
650
689
|
<td><p><span class="term"><em class="parameter"><code>theme_name</code></em> :</span></p></td>
|
651
690
|
<td>name of icon theme to use instead of
|
652
|
-
configured theme, or <a href="/
|
691
|
+
configured theme, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset a previously set custom theme. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
653
692
|
</td>
|
654
693
|
</tr>
|
655
694
|
</tbody>
|
@@ -729,9 +768,8 @@ combines these two steps if all you need is the pixbuf.)
|
|
729
768
|
</tr>
|
730
769
|
<tr>
|
731
770
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
732
|
-
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a>
|
733
|
-
about the icon, or <a href="/
|
734
|
-
<a class="link" href="GtkIconTheme.html#gtk-icon-info-free" title="gtk_icon_info_free ()"><code class="function">gtk_icon_info_free()</code></a>
|
771
|
+
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> object containing information
|
772
|
+
about the icon, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the icon wasn't found. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
735
773
|
</td>
|
736
774
|
</tr>
|
737
775
|
</tbody>
|
@@ -771,7 +809,7 @@ inherited icon themes.
|
|
771
809
|
<tr>
|
772
810
|
<td><p><span class="term"><em class="parameter"><code>icon_names</code></em> :</span></p></td>
|
773
811
|
<td>
|
774
|
-
<a href="/
|
812
|
+
<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of
|
775
813
|
icon names to lookup. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span>
|
776
814
|
</td>
|
777
815
|
</tr>
|
@@ -785,9 +823,8 @@ icon names to lookup. <span class="annotation">[<acronym title="Parameter points
|
|
785
823
|
</tr>
|
786
824
|
<tr>
|
787
825
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
788
|
-
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a>
|
789
|
-
about the icon, or <a href="/
|
790
|
-
<a class="link" href="GtkIconTheme.html#gtk-icon-info-free" title="gtk_icon_info_free ()"><code class="function">gtk_icon_info_free()</code></a>
|
826
|
+
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> object containing information
|
827
|
+
about the icon, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the icon wasn't found. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
791
828
|
</td>
|
792
829
|
</tr>
|
793
830
|
</tbody>
|
@@ -833,8 +870,8 @@ The icon can then be rendered into a pixbuf using
|
|
833
870
|
<tr>
|
834
871
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
835
872
|
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> structure containing
|
836
|
-
information about the icon, or <a href="/
|
837
|
-
wasn't found.
|
873
|
+
information about the icon, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the icon
|
874
|
+
wasn't found. Unref with <code class="function">g_object_unref()</code>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
838
875
|
</td>
|
839
876
|
</tr>
|
840
877
|
</tbody>
|
@@ -891,7 +928,7 @@ exactly this size; see <a class="link" href="GtkIconTheme.html#gtk-icon-info-loa
|
|
891
928
|
<tr>
|
892
929
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
893
930
|
<td>Location to store error information on failure,
|
894
|
-
or <a href="/
|
931
|
+
or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
895
932
|
</td>
|
896
933
|
</tr>
|
897
934
|
<tr>
|
@@ -899,7 +936,7 @@ or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html
|
|
899
936
|
<td>the rendered icon; this may be a
|
900
937
|
newly created icon or a new reference to an internal icon, so
|
901
938
|
you must not modify the icon. Use <code class="function">g_object_unref()</code> to release
|
902
|
-
your reference to the icon. <a href="/
|
939
|
+
your reference to the icon. <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the icon isn't found. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
903
940
|
</td>
|
904
941
|
</tr>
|
905
942
|
</tbody>
|
@@ -963,7 +1000,7 @@ but will typically include such values as "Applications" and
|
|
963
1000
|
<tr>
|
964
1001
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
965
1002
|
<td>a string identifying a particular type of
|
966
|
-
icon, or <a href="/
|
1003
|
+
icon, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to list all icons. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
967
1004
|
</td>
|
968
1005
|
</tr>
|
969
1006
|
<tr>
|
@@ -1038,7 +1075,7 @@ a list of themes to the user.)
|
|
1038
1075
|
</tr>
|
1039
1076
|
<tr>
|
1040
1077
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1041
|
-
<td>the name of an example icon or <a href="/
|
1078
|
+
<td>the name of an example icon or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
1042
1079
|
Free with <code class="function">g_free()</code>.</td>
|
1043
1080
|
</tr>
|
1044
1081
|
</tbody>
|
@@ -1128,6 +1165,10 @@ for <em class="parameter"><code>icon_name</code></em>.</td>
|
|
1128
1165
|
<div class="refsect2">
|
1129
1166
|
<a name="gtk-icon-info-copy"></a><h3>gtk_icon_info_copy ()</h3>
|
1130
1167
|
<pre class="programlisting"><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="returnvalue">GtkIconInfo</span></a> * gtk_icon_info_copy (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>);</pre>
|
1168
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1169
|
+
<h3 class="title">Warning</h3>
|
1170
|
+
<p><code class="literal">gtk_icon_info_copy</code> has been deprecated since version 3.8 and should not be used in newly-written code. Use <code class="function">g_object_ref()</code></p>
|
1171
|
+
</div>
|
1131
1172
|
<p>
|
1132
1173
|
Make a copy of a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a>.
|
1133
1174
|
</p>
|
@@ -1154,6 +1195,10 @@ Make a copy of a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="Gtk
|
|
1154
1195
|
<div class="refsect2">
|
1155
1196
|
<a name="gtk-icon-info-free"></a><h3>gtk_icon_info_free ()</h3>
|
1156
1197
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_info_free (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>);</pre>
|
1198
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1199
|
+
<h3 class="title">Warning</h3>
|
1200
|
+
<p><code class="literal">gtk_icon_info_free</code> has been deprecated since version 3.8 and should not be used in newly-written code. Use <code class="function">g_object_unref()</code></p>
|
1201
|
+
</div>
|
1157
1202
|
<p>
|
1158
1203
|
Free a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> and associated information
|
1159
1204
|
</p>
|
@@ -1196,7 +1241,7 @@ Creates a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInf
|
|
1196
1241
|
</tr>
|
1197
1242
|
<tr>
|
1198
1243
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1199
|
-
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a>
|
1244
|
+
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1200
1245
|
</td>
|
1201
1246
|
</tr>
|
1202
1247
|
</tbody>
|
@@ -1261,9 +1306,9 @@ case, you should use <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-b
|
|
1261
1306
|
</tr>
|
1262
1307
|
<tr>
|
1263
1308
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1264
|
-
<td>the filename for the icon, or <a href="/
|
1309
|
+
<td>the filename for the icon, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1265
1310
|
if <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-builtin-pixbuf" title="gtk_icon_info_get_builtin_pixbuf ()"><code class="function">gtk_icon_info_get_builtin_pixbuf()</code></a> should be used instead. The
|
1266
|
-
return value is owned by GTK+ and should not be modified or freed. <span class="annotation">[<acronym title="Override the parsed C type with given type
|
1311
|
+
return value is owned by GTK+ and should not be modified or freed. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> filename]</span>
|
1267
1312
|
</td>
|
1268
1313
|
</tr>
|
1269
1314
|
</tbody>
|
@@ -1292,7 +1337,7 @@ GTK+ to use built in icon images, you must pass the
|
|
1292
1337
|
</tr>
|
1293
1338
|
<tr>
|
1294
1339
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1295
|
-
<td>the built-in image pixbuf, or <a href="/
|
1340
|
+
<td>the built-in image pixbuf, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. No
|
1296
1341
|
extra reference is added to the returned pixbuf, so if
|
1297
1342
|
you want to keep it around, you must use <code class="function">g_object_ref()</code>.
|
1298
1343
|
The returned image must not be modified. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
@@ -1334,7 +1379,7 @@ returned by this function will be scaled to the exact size.
|
|
1334
1379
|
<tr>
|
1335
1380
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1336
1381
|
<td>location to store error information on failure,
|
1337
|
-
or <a href="/
|
1382
|
+
or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1338
1383
|
</td>
|
1339
1384
|
</tr>
|
1340
1385
|
<tr>
|
@@ -1351,12 +1396,102 @@ to the icon. <span class="annotation">[<acronym title="Free data after the code
|
|
1351
1396
|
</div>
|
1352
1397
|
<hr>
|
1353
1398
|
<div class="refsect2">
|
1399
|
+
<a name="gtk-icon-info-load-icon-async"></a><h3>gtk_icon_info_load_icon_async ()</h3>
|
1400
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_info_load_icon_async (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
1401
|
+
<em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
|
1402
|
+
<em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
|
1403
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
1404
|
+
<p>
|
1405
|
+
Asynchronously load, render and scale an icon previously looked up
|
1406
|
+
from the icon theme using <a class="link" href="GtkIconTheme.html#gtk-icon-theme-lookup-icon" title="gtk_icon_theme_lookup_icon ()"><code class="function">gtk_icon_theme_lookup_icon()</code></a>.
|
1407
|
+
</p>
|
1408
|
+
<p>
|
1409
|
+
For more details, see <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-icon" title="gtk_icon_info_load_icon ()"><code class="function">gtk_icon_info_load_icon()</code></a> which is the synchronous
|
1410
|
+
version of this call.
|
1411
|
+
</p>
|
1412
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1413
|
+
<colgroup>
|
1414
|
+
<col align="left" valign="top">
|
1415
|
+
<col>
|
1416
|
+
</colgroup>
|
1417
|
+
<tbody>
|
1418
|
+
<tr>
|
1419
|
+
<td><p><span class="term"><em class="parameter"><code>icon_info</code></em> :</span></p></td>
|
1420
|
+
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> structure from <a class="link" href="GtkIconTheme.html#gtk-icon-theme-lookup-icon" title="gtk_icon_theme_lookup_icon ()"><code class="function">gtk_icon_theme_lookup_icon()</code></a>
|
1421
|
+
</td>
|
1422
|
+
</tr>
|
1423
|
+
<tr>
|
1424
|
+
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
1425
|
+
<td>optional <span class="type">GCancellable</span> object,
|
1426
|
+
<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1427
|
+
</td>
|
1428
|
+
</tr>
|
1429
|
+
<tr>
|
1430
|
+
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
1431
|
+
<td>a <span class="type">GAsyncReadyCallback</span> to call when the
|
1432
|
+
request is satisfied. <span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span>
|
1433
|
+
</td>
|
1434
|
+
</tr>
|
1435
|
+
<tr>
|
1436
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
1437
|
+
<td>the data to pass to callback function. <span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span>
|
1438
|
+
</td>
|
1439
|
+
</tr>
|
1440
|
+
</tbody>
|
1441
|
+
</table></div>
|
1442
|
+
<p class="since">Since 3.8</p>
|
1443
|
+
</div>
|
1444
|
+
<hr>
|
1445
|
+
<div class="refsect2">
|
1446
|
+
<a name="gtk-icon-info-load-icon-finish"></a><h3>gtk_icon_info_load_icon_finish ()</h3>
|
1447
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * gtk_icon_info_load_icon_finish (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
1448
|
+
<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
|
1449
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
1450
|
+
<p>
|
1451
|
+
Finishes an async icon load, see <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-icon-async" title="gtk_icon_info_load_icon_async ()"><code class="function">gtk_icon_info_load_icon_async()</code></a>.
|
1452
|
+
</p>
|
1453
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1454
|
+
<colgroup>
|
1455
|
+
<col align="left" valign="top">
|
1456
|
+
<col>
|
1457
|
+
</colgroup>
|
1458
|
+
<tbody>
|
1459
|
+
<tr>
|
1460
|
+
<td><p><span class="term"><em class="parameter"><code>icon_info</code></em> :</span></p></td>
|
1461
|
+
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> structure from <a class="link" href="GtkIconTheme.html#gtk-icon-theme-lookup-icon" title="gtk_icon_theme_lookup_icon ()"><code class="function">gtk_icon_theme_lookup_icon()</code></a>
|
1462
|
+
</td>
|
1463
|
+
</tr>
|
1464
|
+
<tr>
|
1465
|
+
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
|
1466
|
+
<td>a <span class="type">GAsyncResult</span>
|
1467
|
+
</td>
|
1468
|
+
</tr>
|
1469
|
+
<tr>
|
1470
|
+
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1471
|
+
<td>location to store error information on failure,
|
1472
|
+
or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1473
|
+
</td>
|
1474
|
+
</tr>
|
1475
|
+
<tr>
|
1476
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1477
|
+
<td>the rendered icon; this may be a newly
|
1478
|
+
created icon or a new reference to an internal icon, so you must
|
1479
|
+
not modify the icon. Use <code class="function">g_object_unref()</code> to release your reference
|
1480
|
+
to the icon. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1481
|
+
</td>
|
1482
|
+
</tr>
|
1483
|
+
</tbody>
|
1484
|
+
</table></div>
|
1485
|
+
<p class="since">Since 3.8</p>
|
1486
|
+
</div>
|
1487
|
+
<hr>
|
1488
|
+
<div class="refsect2">
|
1354
1489
|
<a name="gtk-icon-info-load-symbolic"></a><h3>gtk_icon_info_load_symbolic ()</h3>
|
1355
1490
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * gtk_icon_info_load_symbolic (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
1356
|
-
<em class="parameter"><code>const <a href="
|
1357
|
-
<em class="parameter"><code>const <a href="
|
1358
|
-
<em class="parameter"><code>const <a href="
|
1359
|
-
<em class="parameter"><code>const <a href="
|
1491
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *fg</code></em>,
|
1492
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *success_color</code></em>,
|
1493
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *warning_color</code></em>,
|
1494
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *error_color</code></em>,
|
1360
1495
|
<em class="parameter"><code><span class="type">gboolean</span> *was_symbolic</code></em>,
|
1361
1496
|
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
1362
1497
|
<p>
|
@@ -1394,24 +1529,24 @@ for more information about symbolic icons.
|
|
1394
1529
|
</tr>
|
1395
1530
|
<tr>
|
1396
1531
|
<td><p><span class="term"><em class="parameter"><code>fg</code></em> :</span></p></td>
|
1397
|
-
<td>a <a href="
|
1532
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> representing the foreground color of the icon</td>
|
1398
1533
|
</tr>
|
1399
1534
|
<tr>
|
1400
1535
|
<td><p><span class="term"><em class="parameter"><code>success_color</code></em> :</span></p></td>
|
1401
|
-
<td>a <a href="
|
1402
|
-
of the icon or <a href="/
|
1536
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> representing the warning color
|
1537
|
+
of the icon or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default color. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1403
1538
|
</td>
|
1404
1539
|
</tr>
|
1405
1540
|
<tr>
|
1406
1541
|
<td><p><span class="term"><em class="parameter"><code>warning_color</code></em> :</span></p></td>
|
1407
|
-
<td>a <a href="
|
1408
|
-
of the icon or <a href="/
|
1542
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> representing the warning color
|
1543
|
+
of the icon or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default color. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1409
1544
|
</td>
|
1410
1545
|
</tr>
|
1411
1546
|
<tr>
|
1412
1547
|
<td><p><span class="term"><em class="parameter"><code>error_color</code></em> :</span></p></td>
|
1413
|
-
<td>a <a href="
|
1414
|
-
of the icon or <a href="/
|
1548
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> representing the error color
|
1549
|
+
of the icon or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default color (allow-none). <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1415
1550
|
</td>
|
1416
1551
|
</tr>
|
1417
1552
|
<tr>
|
@@ -1424,7 +1559,7 @@ applied to it. <span class="annotation">[<acronym title="Parameter for returning
|
|
1424
1559
|
<tr>
|
1425
1560
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1426
1561
|
<td>location to store error information on failure,
|
1427
|
-
or <a href="/
|
1562
|
+
or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1428
1563
|
</td>
|
1429
1564
|
</tr>
|
1430
1565
|
<tr>
|
@@ -1438,6 +1573,130 @@ or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html
|
|
1438
1573
|
</div>
|
1439
1574
|
<hr>
|
1440
1575
|
<div class="refsect2">
|
1576
|
+
<a name="gtk-icon-info-load-symbolic-async"></a><h3>gtk_icon_info_load_symbolic_async ()</h3>
|
1577
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_info_load_symbolic_async (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
1578
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *fg</code></em>,
|
1579
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *success_color</code></em>,
|
1580
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *warning_color</code></em>,
|
1581
|
+
<em class="parameter"><code>const <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *error_color</code></em>,
|
1582
|
+
<em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
|
1583
|
+
<em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
|
1584
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
1585
|
+
<p>
|
1586
|
+
Asynchronously load, render and scale a symbolic icon previously looked up
|
1587
|
+
from the icon theme using <a class="link" href="GtkIconTheme.html#gtk-icon-theme-lookup-icon" title="gtk_icon_theme_lookup_icon ()"><code class="function">gtk_icon_theme_lookup_icon()</code></a>.
|
1588
|
+
</p>
|
1589
|
+
<p>
|
1590
|
+
For more details, see <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-symbolic" title="gtk_icon_info_load_symbolic ()"><code class="function">gtk_icon_info_load_symbolic()</code></a> which is the synchronous
|
1591
|
+
version of this call.
|
1592
|
+
</p>
|
1593
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1594
|
+
<colgroup>
|
1595
|
+
<col align="left" valign="top">
|
1596
|
+
<col>
|
1597
|
+
</colgroup>
|
1598
|
+
<tbody>
|
1599
|
+
<tr>
|
1600
|
+
<td><p><span class="term"><em class="parameter"><code>icon_info</code></em> :</span></p></td>
|
1601
|
+
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> structure from <a class="link" href="GtkIconTheme.html#gtk-icon-theme-lookup-icon" title="gtk_icon_theme_lookup_icon ()"><code class="function">gtk_icon_theme_lookup_icon()</code></a>
|
1602
|
+
</td>
|
1603
|
+
</tr>
|
1604
|
+
<tr>
|
1605
|
+
<td><p><span class="term"><em class="parameter"><code>fg</code></em> :</span></p></td>
|
1606
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> representing the foreground color of the icon</td>
|
1607
|
+
</tr>
|
1608
|
+
<tr>
|
1609
|
+
<td><p><span class="term"><em class="parameter"><code>success_color</code></em> :</span></p></td>
|
1610
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> representing the warning color
|
1611
|
+
of the icon or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default color. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1612
|
+
</td>
|
1613
|
+
</tr>
|
1614
|
+
<tr>
|
1615
|
+
<td><p><span class="term"><em class="parameter"><code>warning_color</code></em> :</span></p></td>
|
1616
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> representing the warning color
|
1617
|
+
of the icon or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default color. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1618
|
+
</td>
|
1619
|
+
</tr>
|
1620
|
+
<tr>
|
1621
|
+
<td><p><span class="term"><em class="parameter"><code>error_color</code></em> :</span></p></td>
|
1622
|
+
<td>a <a href="http://developer.gnome.org/gdk2/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> representing the error color
|
1623
|
+
of the icon or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default color (allow-none). <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1624
|
+
</td>
|
1625
|
+
</tr>
|
1626
|
+
<tr>
|
1627
|
+
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
1628
|
+
<td>optional <span class="type">GCancellable</span> object,
|
1629
|
+
<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1630
|
+
</td>
|
1631
|
+
</tr>
|
1632
|
+
<tr>
|
1633
|
+
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
1634
|
+
<td>a <span class="type">GAsyncReadyCallback</span> to call when the
|
1635
|
+
request is satisfied. <span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span>
|
1636
|
+
</td>
|
1637
|
+
</tr>
|
1638
|
+
<tr>
|
1639
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
1640
|
+
<td>the data to pass to callback function. <span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span>
|
1641
|
+
</td>
|
1642
|
+
</tr>
|
1643
|
+
</tbody>
|
1644
|
+
</table></div>
|
1645
|
+
<p class="since">Since 3.8</p>
|
1646
|
+
</div>
|
1647
|
+
<hr>
|
1648
|
+
<div class="refsect2">
|
1649
|
+
<a name="gtk-icon-info-load-symbolic-finish"></a><h3>gtk_icon_info_load_symbolic_finish ()</h3>
|
1650
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * gtk_icon_info_load_symbolic_finish (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
1651
|
+
<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
|
1652
|
+
<em class="parameter"><code><span class="type">gboolean</span> *was_symbolic</code></em>,
|
1653
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
1654
|
+
<p>
|
1655
|
+
Finishes an async icon load, see <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-symbolic-async" title="gtk_icon_info_load_symbolic_async ()"><code class="function">gtk_icon_info_load_symbolic_async()</code></a>.
|
1656
|
+
</p>
|
1657
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1658
|
+
<colgroup>
|
1659
|
+
<col align="left" valign="top">
|
1660
|
+
<col>
|
1661
|
+
</colgroup>
|
1662
|
+
<tbody>
|
1663
|
+
<tr>
|
1664
|
+
<td><p><span class="term"><em class="parameter"><code>icon_info</code></em> :</span></p></td>
|
1665
|
+
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> structure from <a class="link" href="GtkIconTheme.html#gtk-icon-theme-lookup-icon" title="gtk_icon_theme_lookup_icon ()"><code class="function">gtk_icon_theme_lookup_icon()</code></a>
|
1666
|
+
</td>
|
1667
|
+
</tr>
|
1668
|
+
<tr>
|
1669
|
+
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
|
1670
|
+
<td>a <span class="type">GAsyncResult</span>
|
1671
|
+
</td>
|
1672
|
+
</tr>
|
1673
|
+
<tr>
|
1674
|
+
<td><p><span class="term"><em class="parameter"><code>was_symbolic</code></em> :</span></p></td>
|
1675
|
+
<td>a <span class="type">gboolean</span>, returns whether the
|
1676
|
+
loaded icon was a symbolic one and whether the <em class="parameter"><code>fg</code></em> color was
|
1677
|
+
applied to it. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1678
|
+
</td>
|
1679
|
+
</tr>
|
1680
|
+
<tr>
|
1681
|
+
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1682
|
+
<td>location to store error information on failure,
|
1683
|
+
or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1684
|
+
</td>
|
1685
|
+
</tr>
|
1686
|
+
<tr>
|
1687
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1688
|
+
<td>the rendered icon; this may be a newly
|
1689
|
+
created icon or a new reference to an internal icon, so you must
|
1690
|
+
not modify the icon. Use <code class="function">g_object_unref()</code> to release your reference
|
1691
|
+
to the icon. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1692
|
+
</td>
|
1693
|
+
</tr>
|
1694
|
+
</tbody>
|
1695
|
+
</table></div>
|
1696
|
+
<p class="since">Since 3.8</p>
|
1697
|
+
</div>
|
1698
|
+
<hr>
|
1699
|
+
<div class="refsect2">
|
1441
1700
|
<a name="gtk-icon-info-load-symbolic-for-style"></a><h3>gtk_icon_info_load_symbolic_for_style ()</h3>
|
1442
1701
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * gtk_icon_info_load_symbolic_for_style
|
1443
1702
|
(<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
@@ -1489,7 +1748,7 @@ applied to it. <span class="annotation">[<acronym title="Parameter for returning
|
|
1489
1748
|
<tr>
|
1490
1749
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1491
1750
|
<td>location to store error information on failure,
|
1492
|
-
or <a href="/
|
1751
|
+
or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1493
1752
|
</td>
|
1494
1753
|
</tr>
|
1495
1754
|
<tr>
|
@@ -1549,7 +1808,7 @@ applied to it. <span class="annotation">[<acronym title="Parameter for returning
|
|
1549
1808
|
<tr>
|
1550
1809
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1551
1810
|
<td>location to store error information on failure,
|
1552
|
-
or <a href="/
|
1811
|
+
or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1553
1812
|
</td>
|
1554
1813
|
</tr>
|
1555
1814
|
<tr>
|
@@ -1563,6 +1822,112 @@ or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html
|
|
1563
1822
|
</div>
|
1564
1823
|
<hr>
|
1565
1824
|
<div class="refsect2">
|
1825
|
+
<a name="gtk-icon-info-load-symbolic-for-context-async"></a><h3>gtk_icon_info_load_symbolic_for_context_async ()</h3>
|
1826
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_info_load_symbolic_for_context_async
|
1827
|
+
(<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
1828
|
+
<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
1829
|
+
<em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
|
1830
|
+
<em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
|
1831
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
1832
|
+
<p>
|
1833
|
+
Asynchronously load, render and scale a symbolic icon previously looked up
|
1834
|
+
from the icon theme using <a class="link" href="GtkIconTheme.html#gtk-icon-theme-lookup-icon" title="gtk_icon_theme_lookup_icon ()"><code class="function">gtk_icon_theme_lookup_icon()</code></a>.
|
1835
|
+
</p>
|
1836
|
+
<p>
|
1837
|
+
For more details, see <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-symbolic-for-context" title="gtk_icon_info_load_symbolic_for_context ()"><code class="function">gtk_icon_info_load_symbolic_for_context()</code></a> which is the synchronous
|
1838
|
+
version of this call.
|
1839
|
+
</p>
|
1840
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1841
|
+
<colgroup>
|
1842
|
+
<col align="left" valign="top">
|
1843
|
+
<col>
|
1844
|
+
</colgroup>
|
1845
|
+
<tbody>
|
1846
|
+
<tr>
|
1847
|
+
<td><p><span class="term"><em class="parameter"><code>icon_info</code></em> :</span></p></td>
|
1848
|
+
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> structure from <a class="link" href="GtkIconTheme.html#gtk-icon-theme-lookup-icon" title="gtk_icon_theme_lookup_icon ()"><code class="function">gtk_icon_theme_lookup_icon()</code></a>
|
1849
|
+
</td>
|
1850
|
+
</tr>
|
1851
|
+
<tr>
|
1852
|
+
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
1853
|
+
<td>a <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a>
|
1854
|
+
</td>
|
1855
|
+
</tr>
|
1856
|
+
<tr>
|
1857
|
+
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
1858
|
+
<td>optional <span class="type">GCancellable</span> object,
|
1859
|
+
<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1860
|
+
</td>
|
1861
|
+
</tr>
|
1862
|
+
<tr>
|
1863
|
+
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
1864
|
+
<td>a <span class="type">GAsyncReadyCallback</span> to call when the
|
1865
|
+
request is satisfied. <span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span>
|
1866
|
+
</td>
|
1867
|
+
</tr>
|
1868
|
+
<tr>
|
1869
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
1870
|
+
<td>the data to pass to callback function. <span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span>
|
1871
|
+
</td>
|
1872
|
+
</tr>
|
1873
|
+
</tbody>
|
1874
|
+
</table></div>
|
1875
|
+
<p class="since">Since 3.8</p>
|
1876
|
+
</div>
|
1877
|
+
<hr>
|
1878
|
+
<div class="refsect2">
|
1879
|
+
<a name="gtk-icon-info-load-symbolic-for-context-finish"></a><h3>gtk_icon_info_load_symbolic_for_context_finish ()</h3>
|
1880
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * gtk_icon_info_load_symbolic_for_context_finish
|
1881
|
+
(<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
1882
|
+
<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
|
1883
|
+
<em class="parameter"><code><span class="type">gboolean</span> *was_symbolic</code></em>,
|
1884
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
1885
|
+
<p>
|
1886
|
+
Finishes an async icon load, see <a class="link" href="GtkIconTheme.html#gtk-icon-info-load-symbolic-for-context-async" title="gtk_icon_info_load_symbolic_for_context_async ()"><code class="function">gtk_icon_info_load_symbolic_for_context_async()</code></a>.
|
1887
|
+
</p>
|
1888
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
1889
|
+
<colgroup>
|
1890
|
+
<col align="left" valign="top">
|
1891
|
+
<col>
|
1892
|
+
</colgroup>
|
1893
|
+
<tbody>
|
1894
|
+
<tr>
|
1895
|
+
<td><p><span class="term"><em class="parameter"><code>icon_info</code></em> :</span></p></td>
|
1896
|
+
<td>a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> structure from <a class="link" href="GtkIconTheme.html#gtk-icon-theme-lookup-icon" title="gtk_icon_theme_lookup_icon ()"><code class="function">gtk_icon_theme_lookup_icon()</code></a>
|
1897
|
+
</td>
|
1898
|
+
</tr>
|
1899
|
+
<tr>
|
1900
|
+
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
|
1901
|
+
<td>a <span class="type">GAsyncResult</span>
|
1902
|
+
</td>
|
1903
|
+
</tr>
|
1904
|
+
<tr>
|
1905
|
+
<td><p><span class="term"><em class="parameter"><code>was_symbolic</code></em> :</span></p></td>
|
1906
|
+
<td>a <span class="type">gboolean</span>, returns whether the
|
1907
|
+
loaded icon was a symbolic one and whether the <em class="parameter"><code>fg</code></em> color was
|
1908
|
+
applied to it. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1909
|
+
</td>
|
1910
|
+
</tr>
|
1911
|
+
<tr>
|
1912
|
+
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1913
|
+
<td>location to store error information on failure,
|
1914
|
+
or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1915
|
+
</td>
|
1916
|
+
</tr>
|
1917
|
+
<tr>
|
1918
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1919
|
+
<td>the rendered icon; this may be a newly
|
1920
|
+
created icon or a new reference to an internal icon, so you must
|
1921
|
+
not modify the icon. Use <code class="function">g_object_unref()</code> to release your reference
|
1922
|
+
to the icon. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
1923
|
+
</td>
|
1924
|
+
</tr>
|
1925
|
+
</tbody>
|
1926
|
+
</table></div>
|
1927
|
+
<p class="since">Since 3.8</p>
|
1928
|
+
</div>
|
1929
|
+
<hr>
|
1930
|
+
<div class="refsect2">
|
1566
1931
|
<a name="gtk-icon-info-set-raw-coordinates"></a><h3>gtk_icon_info_set_raw_coordinates ()</h3>
|
1567
1932
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_icon_info_set_raw_coordinates (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
1568
1933
|
<em class="parameter"><code><span class="type">gboolean</span> raw_coordinates</code></em>);</pre>
|
@@ -1577,7 +1942,7 @@ Raw coordinates are somewhat strange; they are specified to be with
|
|
1577
1942
|
respect to the unscaled pixmap for PNG and XPM icons, but for SVG
|
1578
1943
|
icons, they are in a 1000x1000 coordinate space that is scaled
|
1579
1944
|
to the final size of the icon. You can determine if the icon is an SVG
|
1580
|
-
icon by using <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-filename" title="gtk_icon_info_get_filename ()"><code class="function">gtk_icon_info_get_filename()</code></a>, and seeing if it is non-<a href="/
|
1945
|
+
icon by using <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-filename" title="gtk_icon_info_get_filename ()"><code class="function">gtk_icon_info_get_filename()</code></a>, and seeing if it is non-<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1581
1946
|
and ends in '.svg'.
|
1582
1947
|
</p>
|
1583
1948
|
<p>
|
@@ -1609,7 +1974,7 @@ and attached points should be returned in their original
|
|
1609
1974
|
<div class="refsect2">
|
1610
1975
|
<a name="gtk-icon-info-get-embedded-rect"></a><h3>gtk_icon_info_get_embedded_rect ()</h3>
|
1611
1976
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_icon_info_get_embedded_rect (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
1612
|
-
<em class="parameter"><code><a href="
|
1977
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *rectangle</code></em>);</pre>
|
1613
1978
|
<p>
|
1614
1979
|
Gets the coordinates of a rectangle within the icon
|
1615
1980
|
that can be used for display of information such
|
@@ -1631,7 +1996,7 @@ information about the coordinate system.
|
|
1631
1996
|
<tr>
|
1632
1997
|
<td><p><span class="term"><em class="parameter"><code>rectangle</code></em> :</span></p></td>
|
1633
1998
|
<td>
|
1634
|
-
<a href="
|
1999
|
+
<a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> in which to store embedded
|
1635
2000
|
rectangle coordinates; coordinates are only stored
|
1636
2001
|
when this function returns <code class="literal">TRUE</code>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1637
2002
|
</td>
|
@@ -1649,7 +2014,7 @@ when this function returns <code class="literal">TRUE</code>. <span class="annot
|
|
1649
2014
|
<div class="refsect2">
|
1650
2015
|
<a name="gtk-icon-info-get-attach-points"></a><h3>gtk_icon_info_get_attach_points ()</h3>
|
1651
2016
|
<pre class="programlisting"><span class="returnvalue">gboolean</span> gtk_icon_info_get_attach_points (<em class="parameter"><code><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> *icon_info</code></em>,
|
1652
|
-
<em class="parameter"><code><a href="
|
2017
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk2/gdk3-Points-Rectangles-and-Regions.html#GdkPoint"><span class="type">GdkPoint</span></a> **points</code></em>,
|
1653
2018
|
<em class="parameter"><code><span class="type">gint</span> *n_points</code></em>);</pre>
|
1654
2019
|
<p>
|
1655
2020
|
Fetches the set of attach points for an icon. An attach point
|
@@ -1669,13 +2034,13 @@ emblems or overlays to the icon.
|
|
1669
2034
|
</tr>
|
1670
2035
|
<tr>
|
1671
2036
|
<td><p><span class="term"><em class="parameter"><code>points</code></em> :</span></p></td>
|
1672
|
-
<td>location to store pointer to an array of points, or <a href="/
|
2037
|
+
<td>location to store pointer to an array of points, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1673
2038
|
free the array of points with <code class="function">g_free()</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_points][<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
1674
2039
|
</td>
|
1675
2040
|
</tr>
|
1676
2041
|
<tr>
|
1677
2042
|
<td><p><span class="term"><em class="parameter"><code>n_points</code></em> :</span></p></td>
|
1678
|
-
<td>location to store the number of points in <em class="parameter"><code>points</code></em>, or <a href="/
|
2043
|
+
<td>location to store the number of points in <em class="parameter"><code>points</code></em>, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1679
2044
|
</td>
|
1680
2045
|
</tr>
|
1681
2046
|
<tr>
|
@@ -1709,7 +2074,7 @@ visible context like a list of icons.
|
|
1709
2074
|
</tr>
|
1710
2075
|
<tr>
|
1711
2076
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1712
|
-
<td>the display name for the icon or <a href="/
|
2077
|
+
<td>the display name for the icon or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>, if
|
1713
2078
|
the icon doesn't have a specified display name. This value
|
1714
2079
|
is owned <em class="parameter"><code>icon_info</code></em> and must not be modified or free.</td>
|
1715
2080
|
</tr>
|
@@ -1750,6 +2115,6 @@ icon theme.
|
|
1750
2115
|
</div>
|
1751
2116
|
<div class="footer">
|
1752
2117
|
<hr>
|
1753
|
-
Generated by GTK-Doc V1.18
|
2118
|
+
Generated by GTK-Doc V1.18</div>
|
1754
2119
|
</body>
|
1755
2120
|
</html>
|